Releases: ebaauw/homebridge-nb
Releases · ebaauw/homebridge-nb
v1.0.0
v0.0.8
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
authcommand; - Info message to press bridge button on
authcommand; - Fix wrong error message (stack trace) when specifying illegal host value with
-H; - Wrong help text for
lockAction.
- Use longer timeout for
Bump Dependencies
- homebridge-lib v4.8.3.
v0.0.6
v0.0.5
Enhancements:
NbDiscoveryandNbClientare now subclasses ofHttpClientfor 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.
nbcommand-line tool now accepts-Dand-DDfor debug messages.
Bug Fixes
- Use
lockActioninstead oflockandunlock, see #2. - Don't consider
wlanConnectedfor setting Status Fault, see #2.
Bump Dependencies
- NodeJS v14.15.1 LTS
- homebridge-lib v5.0.0.
v0.0.3
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.