Releases: kiwi-cam/homebridge-broadlink-rm
Releases · kiwi-cam/homebridge-broadlink-rm
v4.4.4-beta.1
logLevel tuning and expansion to Devices
v4.4.4-beta.0
Added
- Heater-Cooler states now all support allowResend for when values are not changing.
- Heater-Cooler now supports humidity values and noHumidity configuration.
- Accessorys now support logLevel configuration (0=none, 1=info, 2=errors, 3=warnings, 4=debug, 5=verbose)
- Learn RF now finds 0xb2 codes
Changed
- Updated CHANGELOG.md to follow Keep a Changelog
- turnOnWhenOff now defaults to true for Heater-Cooler accessories.
- All accessories now explicitly have allowResend set to true by default.
- Learn RF now times out after 30 seconds to allow all frequencies to be scanned.
v4.4.3
- [Improvement] Adds Mute button to TV accessories (No HomeKit support and untested yet)
- [Improvement] Adds the RM Mini 3 6507
- [Improvement] Adds fan speed step functionality and speed improvements (Thanks @EpicKris)
- [Improvement] Adds Current Temperature support to Heater-Cooler accessories. Offers all the same options: file, MQTT, or RM Pro Device (Thanks @uzumaki20398)
- [Improvement] Allows HEX Objects for additional charactistics on Fan, Air-Purifier, and HumidifierDehumidifier Accessories (Thanks @ aymericbaur)
- [Improvement] Adds turnOnWhenOff support to the HeaterCooler Accessory
- [Bug] Fixes bug with Parsing JSON MQTT messages (#298)
- [Bug] Fixes fanv1 "counterClockwise is undefined" error when showRotationDirection is true (#306)
v4.4.3-beta.5
- [Bug] Fixes fanv1 "counterClockwise is undefined" error when showRotationDirection is true (#306)
v4.4.3-beta.4
Heater Cooler turnOnWhenOff improvements
v4.4.3-beta.3
- [Improvement] Adds fan speed step functionality and speed improvements (Thanks @EpicKris)
- [Improvement] Allows HEX Objects for additional charactistics on Fan, Air-Purifier, and HumidifierDehumidifier Accessories (Thanks @ aymericbaur)
- [Improvement] Adds turnOnWhenOff support to the HeaterCooler Accessory
v4.4.3-beta.2
- [Improvement] Adds Current Temperature support to Heater-Cooler accessories. Offers all the same options: file, MQTT, or RM Pro Device Thanks @uzumaki20398
v4.4.3-beta.1
Further MQTT JSON fixes
v4.4.3-beta.0
- [Improvement] Adds Mute button to TV accessories (No HomeKit support and untested yet)
- [Improvement] Adds the RM Mini 3 6507
- [Improvement] Adds fan speed step functionality - thanks @EpicKris
- [Bug] Fixes bug with Parsing JSON MQTT messages (#298)
v4.4.2
- [Improvement] Set node-persist to ignore parse errors to stop crashing the plugin on read errors
- [Improvement] Sets "undefined" characteristics to either 0 or minValue to prevent future Homebridge errors
- [Improvement] Adds offDryMode configuration option to the airconditioner accessory. Thanks @pixeleyesltd
- [Improvement] Adds stateless configuration switch option to have a switch "forget" its state
- [Improvement] Adds Eve History service support. This can be disabled by adding
"noHistory":true
to your config - [Improvement] Moves onTemperature and onHumidity logging to Debug only, reducing noice in the logs from all updates
- [Bug] Fixes mac address formatting error when using manual hosts devices #266
- [Bug] Fixes Accessory mac address formatting to support all formats the hosts section does - and improve matching to devices.
- [Bug] Stopped MQTT updates from defaulting to 0 when the topic isn't found. This does create messages that the plugin is slowing homebridge until MQTT updates are received.