Skip to content

Releases: ebaauw/homebridge-nb

v1.0.0

17 Dec 19:45
a7f4065

Choose a tag to compare

Enhancements

  • Add latch config.json parameter to expose a second Lock Mechanism service to unlatch a Smart Lock, see #7. Default is false, so if you want the v0.0.8 behaviour, you need to set it.

Bump Dependencies

  • NodeJS v14.15.2 LTS;
  • homebridge-lib v4.8.4.

v0.0.8

05 Dec 15:54
464a1d2

Choose a tag to compare

Enhancements

  • Expose door sensor as service under Smart Lock accessory;
  • Expose additional lock service for latch under Smart Lock accessory, see #6;
  • Support bridge getting a new IP address

Bug Fixes

  • Still start heartbeat when init fails to connect to bridge;
  • Verbose debug and error messages;
  • nb:
    • Use longer timeout for auth command;
    • Info message to press bridge button on auth command;
    • Fix wrong error message (stack trace) when specifying illegal host value with -H;
    • Wrong help text for lockAction.

Bump Dependencies

  • homebridge-lib v4.8.3.

v0.0.6

01 Dec 21:39
7365653

Choose a tag to compare

Bug Fixes

  • nb: TypeError when no host specified, see #4;
  • TypeError when Nuki portal returns a bridge without local IP and port during discovery, see #4.

v0.0.5

24 Nov 19:27
93e0449

Choose a tag to compare

Enhancements:

  • NbDiscovery and NbClient are now subclasses of HttpClient for more robust handling of communication errors with Nuki bridge, see #3.
  • Monitor Nuki bridge callback and re-create in case it's lost for more robust communication with Nuki bridge.
  • nb command-line tool now accepts -D and -DD for debug messages.

Bug Fixes

  • Use lockAction instead of lock and unlock, see #2.
  • Don't consider wlanConnected for setting Status Fault, see #2.

Bump Dependencies

  • NodeJS v14.15.1 LTS
  • homebridge-lib v5.0.0.

v0.0.3

10 Nov 21:15
0e96d18

Choose a tag to compare

Enhancements

  • Plugin has been verified by Homebridge, see homebridge/plugins#210.
  • The Door Sensor on the Smart Lock is now exposed as a separate accessory, instead of an additional service on the lock accessory. Now pressing the tile in Home on iOS 14 will (un)lock the lock directly, instead of popping up the Controls window.

Bug Fixes

  • During clean startup (no cached accessories), heartbeat was processed twice. This caused a double subscription to bridge event notifications and occasional API authentication failures.

v0.0.2

06 Nov 17:01
51bda9d

Choose a tag to compare

Initial Release

Initial release supporting Nuki SmartLock, Door Sensor in Nuki SmartLock, and Nuki Opener through a Nuki Bridge.
Use Eve to get the full functionality, like history for the door sensor, and support for Ring to Open and Continuous Mode on the Opener.