jayqizone / homebridge-mi-heatercooler

Mi / Aqara AC partner plugin for Homebridge
MIT License
50 stars 6 forks source link

Doesn’t work without enableLED #16

Open arturlei opened 4 years ago

arturlei commented 4 years ago

I’m using Mitsubishi Heavy Industries AC with a Aqara AC partner with gateway function square shape.

I found that without enableLED set to True, and turning off the LED every time, the AC won’t work. But when the LED is set to off, the control works fine. Please help. Thanks.

arturlei commented 4 years ago

And here is the error message

{ Error: (null) at Object.reject (/homebridge-mi-heatercooler/node_modules/miio/lib/device.js:217:13)

at Device._onMessage (/homebridge-mi-heatercooler/node_modules/miio/lib/device.js:108:8)                     

at Socket.emit (events.js:182:13)

at UDP.onMessage [as onmessage] (dgram.js:628:8) code: -1 }     

ahmadnazirafiq commented 4 years ago

I'm using Hisense AC with Aqara AC partner as well. You're right, I had to set Enable LED to True but turn it off for me to control the AC.

Workaround is to separate the tiles in Home app and hide the LED tile.

arturlei commented 3 years ago

Sometimes when I turn on lights in an area with Siri, this LED light is also turned on which will stop the AC control. So when I found that it is not working, I have to ask Siri to turn off that light, then control will come back. This is pretty annoying.

Will there be any luck to have a fix on this bug, or either make the LED changing to a switch type instead of light type? Thanks.