Releases: ebaauw/homebridge-nb
Releases · ebaauw/homebridge-nb
v1.4.28
v1.4.27
v1.4.26
Bug Fixes
- Refactor of startup logic (next attempt after buggy and retracted v1.4.24 and v1.4.25), see #141, #142, #143, #144. This should keep cached accessories, even if the Nuki bridge (temporarily) no longer exposes the corresponding devices. To remove stale accessories set
removeStaleAccessories
in config.json. Note that this will remove accessories corresponding to devices that are (temporarily) not exposed by a Nuki bridge, as well as accessories for bridges and connected devices that are (temporarily) not discovered.
v1.4.23
Homebridge v2 / HAP-NodeJS v1
- Don't use
_
in the Nuki bridge name. For Nuki bridges already exposed, the name is converted fromNuki_Bridge_
id toNuki Bridge
id on the first restart of Homebridge NB. Note that HAP-NodeJS v2 might issue some invalid (Configured) Name characteristic warnings on this first restart.
Enhancements
- Add
encryption
config.json option (under Advanced Settings), see #136. Changing the default value is not recommended and will result in a warning during each startup.
Bump Dependencies
- Homebridge v1.8.4 or v2.0.0-beta;
- homebridge-lib v7.0.5;
- hb-nb-tools v2.0.5.
v1.4.22
Bug Fixes
- Workaround for homebridge/homebridge-config-ui-x#2069.