Skip to content

Releases: lprhodes/homebridge-broadlink-rm

v2.0.9

25 Apr 23:15
Compare
Choose a tag to compare

Features

  • The "air-conditioner" accessory can now be automatically turned on for heating or cooling. See the updated README including the "Air Conditioner Notes" section.

v2.0.6

25 Apr 21:26
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue with the "light" accessory not being able to the previously used brightness (in case of manual change or restart of homebridge)

Features

  • "light" accessory now support an "on" code along with an "onDelay" config option - see README.
  • "light" accessory now adds a small delay before sending the brightness codes to allow for additional brightness values to be set (This stops errors when sliding the UI up/down). This can be configured with a "initialDelay" config value (default 0.6s)

v2.0.5

24 Apr 00:15
Compare
Choose a tag to compare

Features

  • Fixed issue with window-covering showing as opening instead of closing
  • Removed some unused code from window-covering

v2.0.3

21 Apr 13:35
Compare
Choose a tag to compare

Features

  • Fixed 2.0.0 issues with the air-conditioner

v2.0.1

21 Apr 09:17
Compare
Choose a tag to compare

Features

  • Added "disableLogs" to the config which will disable logs on a per-accessory basis

v2.0.0

21 Apr 09:04
Compare
Choose a tag to compare

Features

  • Values are now persisted between restarts of homebridge. You may optionally set "resendHexAfterReload" to true to force the accessory to resend a hex code if deemed necessary. This is defaulted to false in most cases but defaults to true for the air-conditioner and garage-opener accessories. It is force to true for the window-slider accessory. You can also set "persistState" to false if you wish to override this new feature on a per-accessory basis.
  • Refactored the air-conditioner accessory to use the reusable characteristic methods

Bug fixes

  • Fixed some accidentally pushed code that broken Learn IR (which includes the learning of RF too in some cases)

v1.4.1

20 Apr 21:30
Compare
Choose a tag to compare

Features

  • Removed unused tilt, obstruction and hold characteristics in the "window-covering" accessory.

v1.4.0

20 Apr 21:10
Compare
Choose a tag to compare

Features

  • Changed the window-covering accessory to use a "stop" instead of "off" in the config.

v1.3.9

20 Apr 21:06
Compare
Choose a tag to compare

Features

  • Improved the accuracy and smoothness of the window-covering. Updated to use a simpler config.

v1.3.4

19 Apr 14:02
Compare
Choose a tag to compare

Features

  • Made the window-covering smoother and better at dealing with interruptions - you can revert this change by setting the "hold" property to false.