Hi Experts,
I really struggle al lot getting an automation configured on home assistant version
core-2021.6.6
I try to implement an on/off toggle of my air condition using two automations that evaluate the current hvac state to act accordingly (set to cool if state is ‘off’ set to ‘off’ if state is cool)
condition: device
device_id: 8f0f14a954cb628a76711b2eef8b4dac
domain: climate
entity_id: climate.klima_schlafzimmer
type: is_hvac_mode
hvac_mode: cool
But even when the state of climate.klima_schlafzimmer is set to cool (as I had a look in the dev tools) the condition is always evaluate to false as I can see in the trace.
Any ideas?
Thanks in advance!
Marco