Skip to content

Releases: kiwi-cam/homebridge-broadlink-rm

v4.4.2-beta.6

31 Mar 20:21
6f5d5b8
Compare
Choose a tag to compare
v4.4.2-beta.6 Pre-release
Pre-release

Improved handling of undefined characteristics

v4.4.2-beta.5

29 Mar 20:04
807fdc4
Compare
Choose a tag to compare
v4.4.2-beta.5 Pre-release
Pre-release
Update package-lock.json

v4.4.2-beta.4

29 Mar 19:46
1afcf7b
Compare
Choose a tag to compare
v4.4.2-beta.4 Pre-release
Pre-release
  • [Bug] Fixes Accessory mac address formatting to support all formats the hosts section does - and improve matching to devices.

v4.4.2-beta.3

28 Mar 22:01
2e5d9ff
Compare
Choose a tag to compare
v4.4.2-beta.3 Pre-release
Pre-release
  • [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

28 Mar 20:59
46a9230
Compare
Choose a tag to compare
v4.4.2-beta.2 Pre-release
Pre-release
  • [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

25 Mar 02:50
1fe8b8c
Compare
Choose a tag to compare
v4.4.2-beta.1 Pre-release
Pre-release
  • [Bug] Fixes mac address formatting error when using manual hosts devices #266

v4.4.2-beta.0

25 Mar 00:09
b95ca21
Compare
Choose a tag to compare
v4.4.2-beta.0 Pre-release
Pre-release
  • [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

26 Jan 20:02
a41f4d8
Compare
Choose a tag to compare
  • [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

26 Jan 01:47
77b9134
Compare
Choose a tag to compare
v4.4.1-beta.3 Pre-release
Pre-release
  • [Bug] Fixes Error in Heater-Cooler with setting a value to a constant

v4.4.1-beta.2

14 Jan 21:48
7f9fa53
Compare
Choose a tag to compare
v4.4.1-beta.2 Pre-release
Pre-release
  • [Improvement] Adds pingUseArp configuration to use an ARP lookup instead of ICMP ping to test a device's status