Skip to content

v1.0.0

Compare
Choose a tag to compare
@lprhodes lprhodes released this 29 Mar 13:36
· 449 commits to master since this release

Breaking changes

The config structure for homebridge-broadlink-rm has completely changed - please take a look at the config-sample.json for details. Note that this is now a platform, not an accessory.

Bug Fixes

  • Fixed issues with the air conditioner accessory that could have caused HomeKit to stop recognising devices or caused homebridge to crash.
  • Fixed an issue whereby the mode would not automatically change from "auto" to the last-used or default mode.

Features

  • RM devices are now discovered automatically so there's no need so specify a host if you only have one device.
  • Learn IR device is now automatically added, no need to add it to the config.
  • A new accessory type called "switch-repeat" is available that allows you to send commands a specific number of times.
  • Support for using MAC addresses as the host value (if the device has been auto-discovered)
  • The temperature from the RM device is now retrieved and shown in the UI.
  • The config has been re-organised to make it much clearer.
  • Re-written most of the code to allow it to be maintained more easily.
  • More detailed README to show how to customise each accessory type.