Releases: kiwi-cam/homebridge-broadlink-rm
Releases · kiwi-cam/homebridge-broadlink-rm
v4.4.2-beta.6
Improved handling of undefined characteristics
v4.4.2-beta.5
Update package-lock.json
v4.4.2-beta.4
- [Bug] Fixes Accessory mac address formatting to support all formats the hosts section does - and improve matching to devices.
v4.4.2-beta.3
- [Bug] Reverted updates back to defaulting to 0. Values of exactly 0 will be omitted from Eve History. This uses an average over 10 minute blocks so this should still have a value to report (-0.1 or 0.1 should be logged in that period too). this removes the skew from 0 values at startup.
v4.4.2-beta.2
- [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] 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 recieved.
v4.4.2-beta.1
- [Bug] Fixes mac address formatting error when using manual hosts devices #266
v4.4.2-beta.0
- [Improvement] Set node-persist to ignore parse errors to stop crashing the plugin on read errors
- [Improvement] Sets "undefined" On/Active characteristics to Off 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
v4.4.1
- [Improvement] Adds pingUseArp configuration to use an ARP lookup instead of ICMP ping to test a device's status
- [Improvement] Adds heater-cooler tempStepSize to support devices without 0.5 temperaure codes
- [Bug] Fixes "'Temperature Display Units': characteristic was supplied illegal value: undefined!"
- [Bug] Fixes "SET handler returned write response value, though the characteristic doesn't support write response! when returning a value"
- [Bug] Fixes Learn Button error "the characteristic 'On': characteristic was supplied illegal value: undefined!"
- [Bug] Fixes Error in Heater-Cooler with setting a value to a constant
v4.4.1-beta.3
- [Bug] Fixes Error in Heater-Cooler with setting a value to a constant
v4.4.1-beta.2
- [Improvement] Adds pingUseArp configuration to use an ARP lookup instead of ICMP ping to test a device's status