Releases: OpenWonderLabs/homebridge-switchbot
Releases · OpenWonderLabs/homebridge-switchbot
v1.6.0
What's Changed
- Added
scanDuration
config option to set how long BLE scans, Scanning Duration is defaulted to 1 second. - Now Setting
switch
as the default bot mode for Bots, to change to press, config must be set underSwitchBot Device Settings
in the Plugin Settings. - Fixed Bug: Contact Sensor talks about Curtain Light + Motion Sensor. #164
- Fixed Bug: Reboot causes No Device Type Set Error. #172
- Fixed Bug: Bot Status not working Correction with Switch and Press. #105, #130, #132, #165, #174
- Fixed some issues with the New Logging Options release with v1.5.0, now logging when configured.
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
Major Change To Logging
- Added the following Logging Options:
Standard
None
Debug
- Removed Device Logging Option, which was pushed into new logging under debug.
- Added Device Logging Override for each Device, by using the Device Config.
Major Changes to refreshRate
- Added an option to override
refreshRate
for each Device, by using the Device Config.
Other Changes
- Fixed Bug: Air conditioner temperature not able to change. #43
- Housekeeping and updated dependencies.
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Added Status Messages to logs for discoverDevices request.
- Added Cached Status to IR device, Status will be saved to accessory context and restored on restart.
- Added Option
Offline as Off
to be able set the device as off, if API reports offline. - Removed Meter Unit Config Option as it was confusing and probably never used.
- Housekeeping and updated dependencies.
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Added Adpative Lighting to Color Bulb
- Added Option
Adaptive Lighting Shift
to be able us this value to increase the mired for the Adaptive Lighting update, making the light appear warmer. - Fixed Bug: Color Bulb can't change color and is not dimmable. #97
Full Changelog: v1.2.5...v1.3.0
v1.2.5
What's Changed
- Fixed Bug: Where
set_minLux
&set_maxLux
config settings not effecting OpenAPI Lux.
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- Fixed Bug: Cannot read properties of undefined (reading 'updateCharacteristic').
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- When BLE Connection isn't established, allow for OpenAPI to kick in if
openToken
is supplied.
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Allow the
configDeviceName
to overridedeviceName
. - Added Logging when BLE Connection wasn't established.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Fixed Bug: Curtains alternate between open/close state. #85
- Fixed Bug: Meter not working with BLE. #110
- Housekeeping and updated dependencies.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Added option to be able to do Bluetooth Low Energy (BLE) Only Connection.
- Must supply
Device ID
&Device Name
to the Device Config - Must Check
Enable Bluetooth Low Energy (BLE) Connection
- Must supply
- Fixed Bug: Air conditioner temperature not able to change. #43
- Add option to set Min Lux and Max Lux for Curtain's Light Sensor.
- Add
updateHomeKitCharacteristics
to IR Devices to contain allupdateCharacteristics
in one spot. - Add
Saturation
andHue
to Colorbulb. - Housekeeping and updated dependencies.
Full Changelog: v1.1.0...v1.2.0