Hi!
I’m trying to create an automation which toggles the pump of my floorheating when my Nest Thermostat changes to ‘active’.
I can get the climate status with {{ states('climate.livingroom') }}
, but since the thermostat is on, that value will be ‘heat’ since that is the modus of the thermostat, even when there is no need to heat.
When I open the device in HA I see that there is also a status ‘inactive’ when the themperature in the room is high enough.
How can I get that value? If I can get that status in combination with the climate status I can decide when I need to toggle the pump.