Releases: lprhodes/homebridge-broadlink-rm
Releases · lprhodes/homebridge-broadlink-rm
v1.3.3
1.3.2
v1.3.0
v1.1.9
v1.1.8
v1.1.6
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
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
v1.0.0
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.