Skip to content

Releases: technyon/nuki_hub

Nuki Hub 8.22

08 Apr 07:32
Compare
Choose a tag to compare
  • 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

04 Apr 18:39
Compare
Choose a tag to compare
  • Add Home Assistant auto discovery for reset (issue #158)
  • Fix LWT (Last Will and Testament) topic (Issue #155)
  • Add Home Assistant autodiscovery topic for LWT topic ("maintenance/mqttConnectionState", Issue #155)
  • Fix bool values in Home Assistant autodiscovery topics (Issue #164)

Nuki Hub 8.20

28 Mar 19:00
Compare
Choose a tag to compare
  • 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

24 Mar 21:25
Compare
Choose a tag to compare
  • 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

12 Mar 07:47
Compare
Choose a tag to compare
  • 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

10 Mar 16:14
Compare
Choose a tag to compare
  • 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

06 Mar 16:24
Compare
Choose a tag to compare
  • Allow to configure a static IP address
  • Publish lock state query command result

Nuki Hub 8.15

04 Mar 12:53
Compare
Choose a tag to compare
  • Fixes for OTA (disconnect from and disable MQTT and ble beacon watchdog while updating)

Nuki Hub 8.14

04 Mar 09:19
Compare
Choose a tag to compare
  • add support for NUKI keypad v2
  • Set default for "Restart if bluetooth beacons not received" to 60 seconds

8.13

03 Mar 21:19
Compare
Choose a tag to compare
  • fixed: Can't configure PIN via web interface