Howdy all. I’m playing around with scenes for the first time and having some issues. In short, I’m using a scene to set my aircon to ‘dry’ and activate one zone, and turn off the other two zones (drying a basement). I can do this through UI, I can do this manually, but it doesn’t work well:
- id: "1647654583121"
name: Basement Drying
entities:
switch.daikin_ac_kitchen:
state: "off"
switch.daikin_ac_living:
state: "off"
switch.daikin_ac_downstairs:
state: "on"
climate.daikin_ac_2:
state: dry
icon: mdi:waves-arrow-up
The two switches for kitchen and living generally don’t fire properly - sometimes they’ll switch the device off, sometimes not, and the state to dry doesn’t work well either.
I tried configuring from UI and experienced similar behaviour.
Any ideas?