Releases: technyon/nuki_hub
Releases · technyon/nuki_hub
Nuki Hub 8.29
- Make presence detection aware of home assistant companion app. Since no name for beacons is configurable in the app, the UUID will be used as the name.
Nuki Hub 8.28
- Home assistant auto discovery: Change category of sound level to diagnostic. (PR #244, credits go to mundschenk-at)
- Home assistant auto discovery: Fix warnings for keypad log
- Fixes for HTML and CSS of configuration portal (PR #251, thank you lucaoliano)
- Change wording of option "Register as app" to "NUKI Bridge is running alongside NUKI Hub"
Nuki Hub 8.27
Nuki Hub 8.26
- fix home assistant auto discovery warnings
- publish correct state after ring detection
Nuki Hub 8.25
- Revert back to Arduino Core for ESP32 2.0.8 due to stability issues
Nuki Hub 8.24
- Allow general input/output control of pins via MQTT
- Update Arduino Core for ESP32 to version 2.09
Nuki Hub 8.23
- add "Access level" feature to intercept commands: full access, lock operation only, read only
- assign new device id on unpairing a device (makes sure "Register as app" takes effect on re-pairing)
Nuki Hub 8.22
- Make GPIOs user-configurable, add output of lock/opener state via GPIO (issue #148)
- Default network device to "Wifi only"
- Remove detetection of W5500 hardware via GPIO (configure via web interface instead)
- In home assistant auto discovery, rename "Reset" to "Restart NUKI Hub"
If you're upgrading from a previous version, please go to "MQTT and Network Configuration" and select "Wifi only" as the network device (unless you use other network hardware). The detection for W5500 hardware via GPIO has been removed, the ESP will now try to connect to W5500 hardware. If not found, Wifi is used as a fallback, so nothing will break, but setting "Wifi only" will skip this unnecessary check (which needs to reboot the ESP and thus results in a longer boot time).
Nuki Hub 8.21
Nuki Hub 8.20
- Security fix: Nonce was non-random in bluetooth communication
- update espMqttClient (fix for possible failure to reconnect)
- Added MQTT LWT topic (maintenance/mqttConnectionState, issue #155)