Releases: lprhodes/homebridge-broadlink-rm
Releases · lprhodes/homebridge-broadlink-rm
v2.5.2
Features
- autoCloseDelay (optional) added to the "garage-door-opener" accessory
Bug Fixes
- Fixed issues with "switch-repeat", "switch-multi", and "switch-repeat-multi" accessories introduced in 2.5.0
v2.5.0
Feature
- "switch-repeat", "switch-multi" and "switch-multi-repeat" may now alternatively take a data payload with separate "on" and "off" values.
- "switch-repeat" additionally now has "onSendCount" and "offSendCount" options available
v2.4.0
Features
- Automatically turning the A/C on/off based on
autoHeatTemperature
and autoCoolTemperature
can now be enabled/disabled based on a new "autoSwitch" config key which points to another accessory (within the homebridge-broadlink-rm platform). You can then use the Home app's geo-fence scenes to turn this switch on/off. Partially fixes #81
Bug Fixes
- The temperature will no longer be checked at intervals unless at least one of
autoHeatTemperature
and autoCoolTemperature
are set. Fixes #70
v2.3.8
Bug Fixes
- Potential fix for #79; being unable to change between specific temperatures
v2.3.6
Features
- Added a "pause" option to "switch-multi-repeat" accessories to accomodate #78 (see config-sample.json - "Entertainment 2")
v2.3.4
Bug Fixes
- Fixed issue with link in README
- Fixed issue with Siri and the Home app not using the same values types (boolean vs integer) and so an accessory could potentially report incorrectly.
v2.3.3
Bug Fixes
- Further fixes for RM reporting incorrect temperature (now ignoring)
v2.3.2
Bug Fixes
- Fixed issue current temperature issue introduced with 2.3.1