Hi!
I have a working configuration with HASS and an Opentherm Gateway (OTGW) to monitor en control my central heating at home. In my HASS screen I have a Thermostat device which shows the current temperature, the desired temperature and the status. I can override the normal wall thermostat by changing the desired value in HASS. The heating turns on, and my wall thermostat shows “TELEFOON” (dutch for “phone”) to indicate it is overridden by OTGW. So far so good.
The question is: How can I turn the wall thermostat back to normal operation (without override) from within HASS?
I can by use of the buttons on the wall thermostat of course, but that is not enough for automation…
Any help would be appreciated!
Found out myself!
under action in automation.yaml
- service: climate.set_temperature
entity_id: climate.thermostat
data:
temperature: 0
2 Likes