Skip to content

Releases: ebaauw/homebridge-nb

v1.1.2

22 May 20:15
78d4a46

Choose a tag to compare

Enhancements

  • Support bridges in different subnets, reached over different interfaces.
    • The listener now listens on 0.0.0.0. Consequently, the address config.json key has been removed.
    • When subscribing to bridge notifications, the local address from the client connection to the bridge is used for the callback url.

Bump Dependencies

  • NodeJS v14.17.0 LTS;
  • homebridge-lib v5.1.3.

v1.1.1

18 Apr 10:29
5bd1604

Choose a tag to compare

Bug Fixes

  • Don't expose Door Sensor when doorSensorState isn't reported (on v1 Smart Lock), see #29.
  • Timeout when waiting for the bridge button to be pressed, see #31.

Bump Dependencies

  • NodeJS v14.16.1 LTS;
  • Homebridge v1.3.4;
  • homebridge-lib v5.1.2.

v1.1.0

14 Mar 14:57
0fbb75e

Choose a tag to compare

Changes

  • Minor version bump: Make sure to update to Homebridge v1.3.3 before updating Homebridge NB.

Bump Dependencies

  • Homebridge v1.3.3;
  • homebridge-lib v5.1.0.

v1.0.8

25 Feb 21:09
2a66108

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

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

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

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

Choose a tag to compare

Enhancements

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

v1.0.3

15 Jan 11:22
1abf67c

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

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.