Releases: ebaauw/homebridge-nb
Releases · ebaauw/homebridge-nb
v1.4.30
v1.4.29
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
removeStaleAccessoriesin 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 Bridgeid 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
encryptionconfig.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.