Hi motoz im having a problem with the scotte protocol :/
Im getting this error after maybe 1 minute or maybe 10 minutes. Then the program stalls and nothing Works :/
Traceback (most recent call last):
File "/home/pi/HeatController.py", line 237, in <module>
BoilerMode()
File "/home/pi/HeatController.py", line 239, in BoilerMode
Bmode = p.getItem('mode')
File "/home/pi/protocol.py", line 128, in getItem
raise IOError(0, "GetItem failed")
IOError: [Errno 0] GetItem failed
My pi setup is: im running Pellmon, and then this program. Is it becurse both programs are talking to the Boiler at the same time?
My script is here if you want to have a look
http://starchild.dk/temp/pi.zip
The first version of the script have been running without any errors when i use the p.setItem('boiler_temp_set', '70') command.
but when i start using the p.getItem('mode'), then it stalls with the error from above..
Can you help me?
Kind regards
Morten