syssi / xiaomi_airconditioningcompanion

Xiaomi Mi and Aqara Air Conditioning Companion integration for Home Assistant
Apache License 2.0
394 stars 93 forks source link

(acpartner.v1) service climate.turn_off not working #138

Open Yarden92 opened 2 years ago

Yarden92 commented 2 years ago

if I go to [Developer Tools] -> [Services] -> and using YAML mode (for simplicity):

The following snippet works:

service: climate.turn_on
target:
  entity_id: climate.aqara_air_conditioning_companion

while this one doesn't work:

service: climate.turn_off
target:
  entity_id: climate.aqara_air_conditioning_companion

I click the CALL SERVICE button and nothing happens (while turn on sends the IR signal to my ac)

using the Overview GUI, I have full access on my AC controller. I can turn on, off change modes and temps with no problem..

I tried to create automation to turn off AC when I'm away and found this error.