Looking for a failsafe solution to control heat using Domoticz -> ESP8266
Posted: Tuesday 21 February 2017 14:56
Hi all,
I'm looking for a failsafe solution to heat my house using Domoticz and a wemos d1 mini pro relay switch that turns on/off the heating. It will run in paralel with my normal honeywell thermometer.
Currently I'm using a blocky and a switch with on action: "http://192.168.0.110/control?cmd=GPIO,5,1" and off action: "http://192.168.0.110/control?cmd=GPIO,5,0" which controls the relay. However if/when domoticz crashes or connection goes down and the last command is http://192.168.0.110/control?cmd=GPIO,5,1 my house will turn into a sauna...
SO I want to code my wemos d1 mini pro that it goes back to off when it hasn't received the off command for x amount of minutes. Is there a library I can use for this in Arduino IDE? Or do you have any other suggestions?
Kind regards,
Saiko
I'm looking for a failsafe solution to heat my house using Domoticz and a wemos d1 mini pro relay switch that turns on/off the heating. It will run in paralel with my normal honeywell thermometer.
Currently I'm using a blocky and a switch with on action: "http://192.168.0.110/control?cmd=GPIO,5,1" and off action: "http://192.168.0.110/control?cmd=GPIO,5,0" which controls the relay. However if/when domoticz crashes or connection goes down and the last command is http://192.168.0.110/control?cmd=GPIO,5,1 my house will turn into a sauna...
SO I want to code my wemos d1 mini pro that it goes back to off when it hasn't received the off command for x amount of minutes. Is there a library I can use for this in Arduino IDE? Or do you have any other suggestions?
Kind regards,
Saiko