Skip to content

Releases: lprhodes/homebridge-broadlink-rm

v2.6.1

09 Feb 01:06
Compare
Choose a tag to compare

Features

  • Support for the "outlet" accessory type

Bug Fixes

  • Updated the version of homebridge-platform-helper being used in order to fix a crash

v2.6.0

09 Feb 00:39
Compare
Choose a tag to compare

Features

  • Support for the new RM Pro 3 Plus
  • The "window-covering" accessory now supports "sendStopAt0" and "sendStopAt100" options
  • New "lock" accessory
  • RM devices are now pinged regularly (every 5 seconds) to ensure they remain ready for use
  • You can now set a "pingIPAddress" value on the "switch" accessory. This will automatically update the state of the accessory based on whether the IP address is reachable or not. I'm looking to get feedback on this - I'll then implement on other accessories.
  • Additional logging to show when an RM device becomes un-reachable (and then subsequently becomes reachable again)
  • Updated the docs to clarify the difference between { example: false } and { example: "false" }
  • New "debug" option on each device for showing some extra logs - intended for use with debugging an RF issue
  • Fan V1 is now hidden by default given that iOS 11 Home app now supports Fan V2 completely
  • New show options for the Fan
  • Fan rotation direction commands are now supported
  • A new "sendOnWhenOff" option for the "aircon" accessory in order send the "on" command before sending the temperature (when the aircon is already turned off)
  • The "aircon" accessory now supports the "allowResend" option so that you can ask Siri to turn it on/off when it already is
  • Extra logs to show when no data is sent

Bug Fixes

  • Removed incorrect commas in the config samples
  • Fixed "switch-multi-repeat" not automatically sending the off command
  • The "learn" accessories should always show now - even if the accessories array is missing
  • Fixed an issue with the garage-door-opener where it may not correctly know its own state
  • Fixed an error in the message that's displayed when no accessories have yet been added

v0.2.6.2

09 Feb 01:18
Compare
Choose a tag to compare

Features

  • All accessories support a "delay" option which delays every command by the provided valued

v2.5.16

10 Jul 03:16
Compare
Choose a tag to compare

Features

  • Added support for sending multi-le hex codes for on/off in the "fan" accessory
  • The aircon accessory now allows codes to be sent for heat/cool/auto in place of choosing an appropriate temperatuire (be sure to read the updated README, this won't be relevant to many people)

v2.5.15

09 Jul 01:00
Compare
Choose a tag to compare

Bug Fixes

  • Fix for crash in fan accessory

v2.5.14

08 Jul 18:40
Compare
Choose a tag to compare

Features

  • V1/V2 fans can now be hidden independently
  • Fan swing mode can be hidden
  • Temperature can be adjusted by X degrees e.g. if it's always out by 3 degrees

Bug Fixes

  • Fix for garage door opener auto-close

2.5.12

29 Jun 23:25
Compare
Choose a tag to compare

Just some additional logging for the garage door opener accessory

v2.5.11

19 Jun 12:30
Compare
Choose a tag to compare

Bug Fixes

  • Potentially fixed an issue whereby the light could automatically turn back on after having been turned off

v2.5.10

19 Jun 11:54
Compare
Choose a tag to compare

Bug Fixes

  • Prevent garage-door-opener from being closed automatically if autoCloseDelay doesn’t exist

v2.5.9

21 May 22:58
Compare
Choose a tag to compare

Features

  • Fan accessories now include rotation speed in the Home app UI
  • Attempts will be made to discover broadlink RM devices when one cannot be reached (e.g. in case of power outages or router restarts)