Skip to content

Releases: technyon/nuki_hub

Nuki Hub 8.9

18 Feb 10:25
Compare
Choose a tag to compare
  • restore W5500 detection via GPIO
  • add nodes to trigger querying of lockstate, config and keypad

8.8

10 Feb 22:45
Compare
Choose a tag to compare
8.8
  • republish home assistant autodiscovery topics after reconnect to MQTT broker (Issue #80)
  • fix crash when triggering lock action via GPIO (Issue #121)
  • don't publish config if query from lock failed (Issue #120)
  • implement retry for querying lock state

Nuki Hub 8.7

07 Feb 20:41
Compare
Choose a tag to compare
  • 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

05 Feb 21:55
Compare
Choose a tag to compare
  • Fix a regression (Issue #114): Intervals aren't initialized correctly

8.4

05 Feb 18:04
Compare
Choose a tag to compare
8.4
  • make configuration polling interval configurable
  • show length restrictions on relevant input fields
  • add system information page

Nuki Hub 8.3

03 Feb 20:49
Compare
Choose a tag to compare
  • 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

02 Feb 16:46
Compare
Choose a tag to compare
  • Fix pairing issue: Downgrade NimBLE library to 1.4.0

Nuki Hub 8.1

31 Jan 21:22
Compare
Choose a tag to compare
  • Fix potential MQTT connection problems (Issue #106)

Nuki Hub 8.0

28 Jan 21:28
Compare
Choose a tag to compare
  • 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

26 Jan 16:07
Compare
Choose a tag to compare
  • Fixed issue #48, CSS not loading on chrome and other browsers.