Skip to content

Releases: ebaauw/homebridge-nb

v1.0.8

25 Feb 21:09
2a66108
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v14.16.0 LTS;
  • homebridge-lib v5.0.9.

v1.0.7

16 Feb 22:17
15c0bbd
Compare
Choose a tag to compare

Enhancements

  • Add address and port config.json keys to specify IPv4 address and port for web server receiving Nuki bridge notifications, see #21.

Bug Fixes

  • Received error for the plugin 'homebridge-nb' from the characteristic 'Heartrate': Characteristic Property maxValue was set to 600, but for numeric format uint8 maximum possible is 255

Bump Dependencies

  • homebridge-lib v5.0.7

v1.0.6

12 Feb 11:27
8e4439c
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v14.15.5 LTS;
  • homebridge-lib v5.0.6.

v1.0.5

22 Jan 10:08
951add1
Compare
Choose a tag to compare

Enhancements

  • Add "slide from unlock to unlock" feature to unlatch the Smart Lock, see #16.

Bug Fixes

  • Door sensor wasn't updated.

Bump Dependencies

  • homebridge-lib v5.0.5.

v1.0.4

15 Jan 20:22
cb38792
Compare
Choose a tag to compare

Enhancements

  • Remove stale subscription when Homebridge previously exited uncleanly, see #15.

v1.0.3

15 Jan 11:22
1abf67c
Compare
Choose a tag to compare

Enhancements

  • Add Enabled characteristic to Opener's Doorbell service, see #7;
  • Add dummy Stateless Programmable Switch service to bridge accessory, see #13.

Bug Fixes

  • Firmware version in HomeKit not updated after firmware update.
  • Last Updated on Doorbell service was updated on polling the bridge, instead of on getting an updated state from the Opener;
  • Last Updated on Contact Sensor service was updated on polling the bridge, instead of on getting an updated state from the Smart Lock.

Bump Dependencies

  • homebridge-lib v5.0.4;
  • Lose dependency on chalk.

v1.0.2

10 Jan 16:26
15b2e3f
Compare
Choose a tag to compare

Enhancements

  • Expose the door sensor on the smart lock once again using a separate accessory, instead of adding a Contact Sensor service to the accessory with the Lock Mechanism service. Home on iOS 14 won't (un)lock the door from the tile, when the sensor is present on the same accessory.

Bump Dependencies

  • NodeJS v14.15.4 LTS;
  • homebridge-lib v5.0.2.

v1.0.0

17 Dec 19:45
a7f4065
Compare
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
Compare
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
Compare
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.