Releases: technyon/nuki_hub
Releases · technyon/nuki_hub
Nuki Hub 8.9
- restore W5500 detection via GPIO
- add nodes to trigger querying of lockstate, config and keypad
8.8
Nuki Hub 8.7
- Add keypad support for NUKI Opener
- suspend "Restart if bluetooth beacons not received" if command is running to prevent erroneous reboots
Nuki Hub 8.5
- Fix a regression (Issue #114): Intervals aren't initialized correctly
8.4
Nuki Hub 8.3
- Add support for M5Stack Atom POE
Note: The setting for device and GPIO has been split. If using a W5500 module with a detection PIN other than 26, it has to be reconfigured.
Nuki Hub 8.2
- Fix pairing issue: Downgrade NimBLE library to 1.4.0
Nuki Hub 8.1
- Fix potential MQTT connection problems (Issue #106)
Nuki Hub 8.0
- MQTT library replaced yet again. The old new library solved some problems but introduced new ones. Now using eqpMqttClient (https://github.com/bertmelis/espMqttClient), which looks a lot more mature than the previous libraries
- RSSI Publish interval unit switched from milliseconds to seconds. Please update your setting if you've enabled this.
- Using MQTT QOS 1 to make the delivery of messages more reliable
- Update Wifi Manager
- "Network Timeout until restart" now checks if the MQTT connection is interrupted instead of the Wifi connection. A disconnect on Wifi is not always reliably reported.
- Size for "MQTT SSL CA Certificate" increased to 2200 bytes to accomodate for larger certificates
- Disable certificate input fields when W5500 hardware is used which doesn't support encryption
- Fixed state_class abbreviation and unit for home assistant auto discovery
Nuki Hub 7.3
- Fixed issue #48, CSS not loading on chrome and other browsers.