Skip to content

Releases: kiwi-cam/homebridge-broadlink-rm

v4.4.4-beta.1

12 May 09:14
Compare
Choose a tag to compare
v4.4.4-beta.1 Pre-release
Pre-release

logLevel tuning and expansion to Devices

v4.4.4-beta.0

12 May 02:55
Compare
Choose a tag to compare
v4.4.4-beta.0 Pre-release
Pre-release

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

04 May 01:45
d21d249
Compare
Choose a tag to compare
  • [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

30 Apr 00:35
24f78ca
Compare
Choose a tag to compare
v4.4.3-beta.5 Pre-release
Pre-release
  • [Bug] Fixes fanv1 "counterClockwise is undefined" error when showRotationDirection is true (#306)

v4.4.3-beta.4

28 Apr 00:28
8e0b35e
Compare
Choose a tag to compare
v4.4.3-beta.4 Pre-release
Pre-release

Heater Cooler turnOnWhenOff improvements

v4.4.3-beta.3

27 Apr 09:36
3ed8849
Compare
Choose a tag to compare
v4.4.3-beta.3 Pre-release
Pre-release
  • [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

23 Apr 01:35
980b52e
Compare
Choose a tag to compare
v4.4.3-beta.2 Pre-release
Pre-release
  • [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

21 Apr 01:30
3833901
Compare
Choose a tag to compare
v4.4.3-beta.1 Pre-release
Pre-release

Further MQTT JSON fixes

v4.4.3-beta.0

20 Apr 02:45
392b7e2
Compare
Choose a tag to compare
v4.4.3-beta.0 Pre-release
Pre-release
  • [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

07 Apr 01:03
07f2c15
Compare
Choose a tag to compare
  • [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.