Evohome temperature stops updating after succesful setting temperature
Posted: Saturday 14 May 2016 21:00
My setup is:
- Raspberry Pi 2 with the latest version of Domoticz 4834.
- Evohome Wifi Thermostat (ATC928G3000)
- 3 rooms with HR92 valves
I have followed the steps on the Evohome Docmoticz https://www.domoticz.com/wiki/Evohome#S ... for_RFG100.
Situation:
- EvoTouch and the 3 rooms are available in Domoticz.
- Temperatures are being updated every minute.
- EvoTouch is not being updated.
I have the following behaviour:
- On Domoticz I update the temp of one the rooms for the next two hours succesfully.
- The temperature keeps on changing every minute succesully.
- Now if I click Cancel Override on that particular room nothing happens.
- Next to that, the temperature stops updating for all rooms.
I log on using SSH to use the evo-update.sh command and get the following:
pi@raspberrypi:~/evohome-client$ ./evo-update.sh
Traceback (most recent call last):
File "./evo-update.sh", line 24, in <module>
os.remove("/var/tmp/evo-noup.tmp")
OSError: [Errno 1] Operation not permitted: '/var/tmp/evo-noup.tmp'
I now first need to remove the .tmp file and run evo-update.sh again to have the temperature updated.
Any ideas on how to ensure that the action Cancel Override for a room does not cause this behaviour?
Thanks!
- Raspberry Pi 2 with the latest version of Domoticz 4834.
- Evohome Wifi Thermostat (ATC928G3000)
- 3 rooms with HR92 valves
I have followed the steps on the Evohome Docmoticz https://www.domoticz.com/wiki/Evohome#S ... for_RFG100.
Situation:
- EvoTouch and the 3 rooms are available in Domoticz.
- Temperatures are being updated every minute.
- EvoTouch is not being updated.
I have the following behaviour:
- On Domoticz I update the temp of one the rooms for the next two hours succesfully.
- The temperature keeps on changing every minute succesully.
- Now if I click Cancel Override on that particular room nothing happens.
- Next to that, the temperature stops updating for all rooms.
I log on using SSH to use the evo-update.sh command and get the following:
pi@raspberrypi:~/evohome-client$ ./evo-update.sh
Traceback (most recent call last):
File "./evo-update.sh", line 24, in <module>
os.remove("/var/tmp/evo-noup.tmp")
OSError: [Errno 1] Operation not permitted: '/var/tmp/evo-noup.tmp'
I now first need to remove the .tmp file and run evo-update.sh again to have the temperature updated.
Any ideas on how to ensure that the action Cancel Override for a room does not cause this behaviour?
Thanks!