Skip to content

Releases: OpenWonderLabs/homebridge-switchbot

v1.6.0

31 Dec 22:19
a54b7db
Compare
Choose a tag to compare

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 under SwitchBot 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

27 Dec 06:27
3c713a4
Compare
Choose a tag to compare

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

16 Dec 05:30
e0584e2
Compare
Choose a tag to compare

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

02 Dec 22:45
Compare
Choose a tag to compare

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

25 Nov 12:32
0dfa437
Compare
Choose a tag to compare

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

25 Nov 05:39
66a0b3b
Compare
Choose a tag to compare

What's Changed

  • Fixed Bug: Cannot read properties of undefined (reading 'updateCharacteristic').

Full Changelog: v1.2.3...v1.2.4

v1.2.3

25 Nov 05:05
Compare
Choose a tag to compare

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

25 Nov 04:41
cd0dce7
Compare
Choose a tag to compare

What's Changed

  • Allow the configDeviceName to override deviceName.
  • Added Logging when BLE Connection wasn't established.

Full Changelog: v1.2.1...v1.2.2

v1.2.1

25 Nov 03:32
642b2aa
Compare
Choose a tag to compare

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

20 Nov 05:16
b6770c6
Compare
Choose a tag to compare

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
  • 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 all updateCharacteristics in one spot.
  • Add Saturation and Hue to Colorbulb.
  • Housekeeping and updated dependencies.

Full Changelog: v1.1.0...v1.2.0