Skip to content

Releases: lprhodes/homebridge-broadlink-rm

v1.3.3

19 Apr 00:20
Compare
Choose a tag to compare

Features

  • Added support for automatically turning off the "window-covering" after a specified time - see README

1.3.2

18 Apr 23:49
Compare
Choose a tag to compare

Features

  • Added support for automatically turning off the "light" and "switch" accessories. Check the README for details.

v1.3.0

18 Apr 08:37
Compare
Choose a tag to compare

Features

  • Added support for "light", "garage-door-opener" and "window-covering" accessories (see the README)
  • Refactored some code to make it a tiny bit more performant
  • Made the README slightly easier to navigate

v1.1.9

07 Apr 04:14
Compare
Choose a tag to compare

Bug Fixes

  • MAC address now correct. You may need to run the following commands to re-install a third-party module to get this fix to work:
npm r broadlinkjs -g
npm i homebridge-broadlink-rm -g

v1.1.8

07 Apr 03:25
Compare
Choose a tag to compare

Features

  • Added support for "disableAutomaticOff" on "switch-multi" and "switch-repeat"

v1.1.6

07 Apr 01:52
Compare
Choose a tag to compare

Bug Fixes

  • Fix for "switch-repeat" accessories not stopping after specified "sendCount"
  • pseudoDeviceTemperature and minTemperature now works as expected (released in v1.1.4)

Features

  • Improved error reporting
  • Code refactor for getting devices and sending data

v1.1.0

05 Apr 22:21
Compare
Choose a tag to compare

Breaking changes

Make sure your node.js version is >= 7.6.0 node -v

Bug Fixes

  • Fixed issues with the default targetTemperature value for the "air-conditioner" type

Features

  • Added support for the "fan" type (thanks @duyleekun!) Check out the sample-config.json and README for details.
  • Re-factored some of the internals to make the addition of future accessories faster.

v1.0.6

30 Mar 21:17
Compare
Choose a tag to compare

Features

  • Added support for the "switch-multi" type (checkout the README for details)

v1.0.0

29 Mar 13:36
Compare
Choose a tag to compare

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.