homebridge-switchbot

The Homebridge SwitchBot plugin allows you to access your SwitchBot Device(s) from HomeKit. Homebridge.

ISC License

Downloads
8.7K
Stars
225
Committers
4

Bot releases are visible (Hide)

homebridge-switchbot - v2.2.1

Published by github-actions[bot] about 2 years ago

What's Changed

  • Fix for node-switchbot showing not installed.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v2.2.0...v2.2.1

homebridge-switchbot - Version 2.2.0

Published by github-actions[bot] about 2 years ago

What's Changed

  • Moved Air Conditioner config PushOn to be an overal IR Device config of allowPushOn and allowPushOff.
  • 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: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v2.1.2...v2.2.0

homebridge-switchbot - Version 2.1.2

Published by github-actions[bot] about 2 years ago

What's Changed

  • Fix issue with IR Devices not having a default ConnectionType. #527
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v2.1.1...v2.1.2

homebridge-switchbot - Version 2.1.1

Published by github-actions[bot] about 2 years ago

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, Thanks @jonzhan. #520
  • Fixed issue with Curtain not refreshing moving status. #517
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v2.1.0...v2.1.1

homebridge-switchbot - Version 2.1.0

Published by github-actions[bot] about 2 years ago

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.
  • 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.
  • Removed Other: commandOn & commandOff you will have to change your commands to the new customOn & customOff config under the customize 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: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v2.0.0...v2.1.0

homebridge-switchbot - Version 2.0.0

Published by donavanbecker about 2 years ago

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 the BLE 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.
  • Added Support for Ceiling Light & Ceiling Light Pro
  • Fixes Smart Lock Issues fixed in v1.1 of OpenAPI. #462
    = Fixes excesive logging from node-switchbot. #435, #444, #446
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.15.0...v2.0.0

homebridge-switchbot - Version 1.15.0

Published by donavanbecker about 2 years ago

What's Changed

  • Added BLE support for PlugMini (US) & PlugMini (JP)
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.14.2...v1.15.0

homebridge-switchbot - Version 1.14.2

Published by donavanbecker about 2 years ago

What's Changed

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.14.1...v1.14.2

homebridge-switchbot -

Published by donavanbecker over 2 years ago

What's Changed

  • Fixed some logging.
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.14.0...v1.14.1

homebridge-switchbot - Version 1.14.0

Published by donavanbecker over 2 years ago

What's Changed

  • Add support for Smart Lock commands over OpenAPI. Thanks tom-todd #382 & #387
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.13.0...v1.14.0

homebridge-switchbot - Version 1.13.0

Published by donavanbecker over 2 years ago

What's Changed

  • Added MQTT support for Meter and Curtain devices. Thanks banboobee#337
  • Added Eve history features for meter devices. Thanks banboobee #338
  • Added Config setOpenMode and setCloseMode so that you can set mode to be Performance or Silent.
  • Added Config to allow manually setting firmware version.
  • Fixed Smart Lock Display state status.
    • Still unable to control Locks because of API limitations.
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.8...v1.13.0

homebridge-switchbot - Version 1.12.8

Published by donavanbecker over 2 years ago

What's Changed

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.7...v1.12.8

homebridge-switchbot - Version 1.12.7

Published by donavanbecker over 2 years ago

What's Changed

  • Seperated Color Bulb and Strip Lights
    • Strip Lights no longer support Adaptive Lighting.
      • Adaptive Lighting requires Color Temperature, which Strip Lights do not support.
  • Seperated Meter and Meter Plus for BLE purposes.
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.6...v1.12.7

homebridge-switchbot - Version 1.12.6

Published by donavanbecker over 2 years ago

What's Changed

  • Fix for Curtain v3.3 and above, from v1.2.0 node-swtichbot update.
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.5...v1.12.6

homebridge-switchbot - Version 1.12.5

Published by donavanbecker over 2 years ago

What's Changed

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.4...v1.12.5

homebridge-switchbot - Version 1.12.4

Published by donavanbecker over 2 years ago

What's Changed

  • Fix support for Meter Plus
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.3...v1.12.4

homebridge-switchbot - Version 1.12.3

Published by donavanbecker over 2 years ago

What's Changed

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.2...v1.12.3

homebridge-switchbot - Version 1.12.2

Published by donavanbecker over 2 years ago

What's Changed

  • Fix: Issue where PositionState was not being sent back to Home App. Fixes #123 Thanks @dnicolson!

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.1...v1.12.2

homebridge-switchbot - Version 1.12.1

Published by donavanbecker over 2 years ago

What's Changed

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.0...v1.12.1

homebridge-switchbot - Version 1.12.0

Published by donavanbecker over 2 years ago

What's Changed

  • Add option maxRetry for bots so you can set the number of retries for sending on or off for Bot.

Full Changelog: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.11.2...v1.12.0

Package Rankings
Top 11.12% on Npmjs.org
Badges
Extracted from project README
npm version npm downloads discord-switchbot
Related Projects