Replies: 2 comments
-
Ok, I think I have a solution and this is for anyone with a complicated Thermostat First you need to set a switch for turning on and off your HVAC in configuration.yaml add something like this. Here its pulling from my attributes. Also Its forcing the temp really high on the thermostat to force it on. then setting it real low when its off. but also this prevents in case of a failure a complete freeze of the building.
the next template is for getting the temp, This one is rather easy. Goes right into configuration.yaml again
here is what my logs look like now
It looks to be working as it has turned on and off my thermostat now. I hope this helps in the future and maybe some docs written for it. Finally, Here is my final config for smart thermostat
|
Beta Was this translation helpful? Give feedback.
-
Hello, you found the solution by yourself. 👍 Just be careful, your sensor is updated very often (from 3 seconds to 180 seconds), so the derivative part is switching from strongly positive to strongly negative, switching the thermostat between on 100% and off 0% continuously. You should use the |
Beta Was this translation helpful? Give feedback.
-
Currently Running v2021.11.9-beta2
Looking to configure a existing Zigbee Thermostat for use with the HASmartThermostat.
Looks like its having some issues handling how to gets the current temp.
I have attached a screenshot of how the Thermostat is currently listed in devtools
The logs show the following
and here is the config I'm using:
(Update: Looks like complicated templates are going to be required for this)
Beta Was this translation helpful? Give feedback.
All reactions