[Question] Status always shows "idle" when AC is on. Is it normal?
Closed this issue · 6 comments
Huh, I haven't seen that before. I'll look into it
Ah, this is because HomeKit supports the "current" state and we currently only support the "target" state.
I can "fake" this, but unfortunately LG's API doesn't expose the actual cooling/heating/idle state of your device, so it'll say "cooling" whenever "cool" is set or "heating" whenever "heat" is set, but won't actually indicate what the device is actively doing.
🎉 This issue has been resolved in version 1.14.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
I can "fake" this, but unfortunately LG's API doesn't expose the actual cooling/heating/idle state of your device, so it'll say "cooling" whenever "cool" is set or "heating" whenever "heat" is set, but won't actually indicate what the device is actively doing.
I think this should do. Maybe you can set it to "idle" when the ac is "off". Technically it's "on" in the sense that it's connecto to pwoer but just not actively heating or cooling. ¯_(ツ)_/¯
Cool- i added this in the latest plugin version, so it should work now!
Confirmed that this works. Thanks!