nitaybz / homebridge-tado-ac-old

Homebridge plugin to support Tado Smart AC Control devices.
7 stars 2 forks source link

AC not responding ion homekit if set to AC mode from tado app #9

Closed jetmcquack closed 7 years ago

jetmcquack commented 7 years ago

Hi, just a new issue to track, not so critical. If you set AC to Fan mode in the tado app the AC will be "Not responding" in home kit. The situation will be back to normal in the same moment the ac is turned off or set to cool mode. have a great day! F

nitaybz commented 7 years ago

I know... homekit thermostat does not have a fan state... I really wish someone could make the airConditioner characteristic available to homebridge, with that we could really make an AC accessory that has any state that AC has like fan/auto/dehydrate... I could handle the fan like it's a cool mode or heat mode, butI don't think it will be appropriate

nitaybz commented 7 years ago

or maybe show it as auto? what do you think?

nitaybz commented 7 years ago

try to install again from here: npm install -g https://github.com/nitaybz/homebridge-tado-ac

nitaybz commented 7 years ago

I couldn't make it with Auto mode because auto mode requires a temperature, so I set it to OFF, any state that is not Cool or Heat will show as OFF, but at least it won't stuck the Home app. I already checked it with my AC and it's working fine, so I uploaded it to npm and closing this issue, install new version with: sudo npm install -g homebridge-tado-ac.

jetmcquack commented 7 years ago

hi, i don't know if this can help, i've seen you are in the discussion.

https://github.com/KhaosT/HAP-NodeJS/issues/461

nitaybz commented 7 years ago

I'll find some time and play with it... it will be a whole new version and a lot of work... I hope I can find the time.