-
|
So here I am, starting from scratch. Will this create a basic climate entity (my configuration file contains: climate: !include climate.yaml) so it is being loaded. The result is a climate entity, which currently measures say 20 C and I have set the target temp to 22 C in the hopes that this would flip the input boolean to ON and yet it doesn't. Isn't that how this is supposed to work? I have further automations down the line, i.e. what should happen when that input booleans gets set to ON or OFF but shouldn't this code above trigger the boolean when the measured temp goes above or below the target temp? Please help, it seems I am failing at the very beginning :-) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I realize I am so totally, utterly lost about how this works. It turns out the input_boolean helper activates Can somebody please explain the connection between this smart thermostat I have created and my input_bolean helper and my thermostat card? Who triggers what. In the state shown below, if I switch the input helper to ON, the smart thermostat will turn from Please give me a hand, I struggled for almost 3 years with Better Thermostat and other solutions due to TRV incompatibilities hence I turned to smart thermostat thinking this should work. Unfortunately, I seem to be unable to connect the dots. |
Beta Was this translation helpful? Give feedback.

When using a switch or boolean entity as heater, the PWM must not be 0. Set it to 15 minutes for example.
Home assistant monitors the state of the heater entity to report the actual operation of the thermostat. So it will change in the UI either if the boolean is toggled manually or if it's driven by the thermostat.