I’m trying to change the behavior of my A/C because the ‘auto’ function doesn’t do what I want.
Screenshot as info :
Inside the ‘heat/cool’ switch node, I want to compare the incoming message with a sensor value from HA called ‘sensor.ac_woonkamer_set_temperature’
Now the value ‘23’ is hardcoded :
I tried to add
$number($entities("sensor.ac_woonkamer_set_temperature").state)
As JSON in the first box '>=" , but that didn’t work
As a result I want a 3 way switch node
- “sensor.ac_woonkamer_set_temperature”
- “sensor.ac_woonkamer_set_temperature” - 1
- “sensor.ac_woonkamer_set_temperature” - 3
So I can set the A/C unit on COOL or HEAT depending on that switch node, and not on AUTO, because that doesn’t work/