Releases: technyon/nuki_hub
Releases · technyon/nuki_hub
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)
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