Hello. I have LQ Thinq integrated AC
When I click to turn it on the dashboard it does nothing.
When I click on one of the other icons, they turn on the AC in the desired state.
turn_off works.
How do i turn it on for cooling in automation?
actions:
- type: turn_on
device_id: xxxx
entity_id: xxxxx
domain: switch - type: toggle
device_id: xxxx
entity_id: yyyyy
domain: switch
Do not work because of " Error running action
Command not supported in POWER OFF" error
Thanks. 😉