Releases: lprhodes/homebridge-broadlink-rm
Releases · lprhodes/homebridge-broadlink-rm
v2.6.1
v2.6.0
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
v2.5.16
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)