Releases: technyon/nuki_hub
Releases · technyon/nuki_hub
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)
Nuki Hub 8.19
- Fix OTA auto forward. Thanks @regevbr, Issue #123
- Add support for LilyGO-T-ETH-POE (Issue #144)
- Fix W5500 detection (issue #152)
- Publish network device name
- Publish keypad attempt information (including home assistant auto discovery *, Issue #117)
- Publish last lock action (including home assistant auto discovery *). Needs "Publish auth info" enabled. (Issue #131)
- Publish firmware version (including home assistant auto discovery). Thanks @mkoppanen, PR #151
* There are some known issues. The value templates need adjustment, will be addressed in a later release.
Nuki Hub 8.18
- fix for pairing issues
- add support for M5Stack PoESP32 Unit
- delete home assistant discovery topics for lock and keypad if not any longer present
- show if keypad or lock sensor present in system information page
- update espMqttClient and ArduinoJson libraries
Nuki Hub 8.17
- fix auto discovery for keypad and door sensor
- add "Not applicable" restart reason to better distinguish between crash and intended restart
Nuki Hub 8.16
- Allow to configure a static IP address
- Publish lock state query command result
Nuki Hub 8.15
- Fixes for OTA (disconnect from and disable MQTT and ble beacon watchdog while updating)
Nuki Hub 8.14
- add support for NUKI keypad v2
- Set default for "Restart if bluetooth beacons not received" to 60 seconds