Releases: OpenWonderLabs/homebridge-switchbot
Releases · OpenWonderLabs/homebridge-switchbot
v2.2.1
v2.2.0
What's Changed
- Moved Air Conditioner config
PushOn
to be an overall IR Device config ofallowPushOn
andallowPushOff
. - Fixed Issue where Brightness characteristic received "NaN". #518
- Fixed Issue where IR TVs would not default to External Device. #520
- Housekeeping and updated dependencies.
Full Changelog: v2.1.2...v2.2.0
v2.1.2
What's Changed
- Fix issue with IR Devices not having a default
ConnectionType
. #527 - Housekeeping and updated dependencies.
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Fixed issue were
CustomOff
would send incorrect commands. Also Resolves #409. - Fixed issue were IR Commands were not sent from IR Devices #520, Thanks @jonzhan
- Fixed issue with Curtain not refreshing moving status. #517
- Fix issue with IR Devices not having a default
ConnectionType
. #527 - Housekeeping and updated dependencies.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Added
pushRatePress
config to set how many seconds inbetween doublePresses.- Also if
doublePress
isn't set it will not wait to pushChanges.
- Also if
- Added
customize
config option which will allow for custom On and off commands for IR Devices.- Added
customOn
&customOff
to set custom commands for IR Devices.
- Added
- Removed
Other
:commandOn
&commandOff
you will have to change your commands to the newcustomOn
&customOff
config under thecustomize
config. - Fixed issue where devices are not exposed to Homekit. #507, #508, #513
- Fixed issue with Non-group Curtains being removed or not displaying in Homekit. #510
- Fixed issue were Plugin was waiting 15 seconds before sending command to SwitchBot API. #509
- Housekeeping and updated dependencies.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Moved from v1.0 to v1.1 of OpenAPI
- Added Config that allows device(s) to be published as an external accessory.
- Added
connectionType
config, this replaces theBLE
config.- You can now select Both Connections, Only OpenAPI, Only BLE, or Disable.
Both
will use BLE as the default connection and will use OpenAPI as a backup connection.OpenAPI
will only allow connections through the OpenAPI.BLE
will only allow connections through Bluetooth (BLE), .Disable
will disable all connections. This will also allow you to disable commands and refreshes for a specific device but leave it in HomeKit.
- You can now select Both Connections, Only OpenAPI, Only BLE, or Disable.
- Added Support for Ceiling Light & Ceiling Light Pro
- Fixes Smart Lock Issues fixed in v1.1 of OpenAPI. #462
= Fixes excessive logging from node-switchbot. #435, #444, #446 - Housekeeping and updated dependencies.
Full Changelog: v1.15.0...v2.0.0
v1.15.0
What's Changed
- Added BLE support for PlugMini (US) & PlugMini (JP)
- Housekeeping and updated dependencies.
Full Changelog: v1.14.2...v1.15.0
v1.14.2
v1.14.1
What's Changed
- Fixed some logging.
- Housekeeping and updated dependencies.
Full Changelog: v1.14.0...v1.14.1
v1.14.0
What's Changed
- Added support for Smart Lock commands over OpenAPI #382 #387, Thanks tom-todd
- Housekeeping and updated dependencies.
Full Changelog: v1.13.0...v1.14.0