AlexanderBabel / homebridge-broadlink-rm

[This fork supports TV accessories] Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
46 stars 11 forks source link

Added AC-Pro functionality and tweaks #30

Closed kiwi-cam closed 4 years ago

kiwi-cam commented 5 years ago

Added {mode}{temperature} data config for the air-conditioner accessory Added allowAutoMode boolean option to config to re-enable Auto mode on air-conditioner Added returning zero on error reading temperature from file to resolve "updating" hang issue

AlexanderBabel commented 5 years ago

Thanks again! I will make an extra branch in my repo and modify some stuff. After that I will put your changes in the my fork.

I will do it as early as this or next weekend.

Cloudore commented 5 years ago

Amazing work thank you again @kiwi-cam

kiwi-cam commented 5 years ago

I've made a few tweaks:

kiwi-cam commented 4 years ago

Added support for Raspberry Pi Wire-1 thermometers (i.e. ds18b20). Update air-conditioner config to include (using the device ID):

"w1DeviceID":"28-0321544e531ff",
kiwi-cam commented 4 years ago

I've merged in @RileyEv 's pull request to mine which includes "pingGrace" for switch accessories. This pauses ping status updates while the device state is changing. This is to stop the devices status changing back to offline while waiting for the device to startup and begin responding to pings.

kiwi-cam commented 4 years ago

@RileyEv 's pingGrace functionality is now added to the TV accessory on this Pull Request

kiwi-cam commented 4 years ago

Just merged more changes: