Skip to content

Releases: technyon/nuki_hub

Nuki Hub 8.29

04 Jan 15:37
Compare
Choose a tag to compare
  • Make presence detection aware of home assistant companion app. Since no name for beacons is configurable in the app, the UUID will be used as the name.

Nuki Hub 8.28

17 Dec 03:16
Compare
Choose a tag to compare
  • Home assistant auto discovery: Change category of sound level to diagnostic. (PR #244, credits go to mundschenk-at)
  • Home assistant auto discovery: Fix warnings for keypad log
  • Fixes for HTML and CSS of configuration portal (PR #251, thank you lucaoliano)
  • Change wording of option "Register as app" to "NUKI Bridge is running alongside NUKI Hub"

Nuki Hub 8.27

15 Oct 04:23
Compare
Choose a tag to compare
  • further home assistant auto discovery fixes (issue #217)
  • In home assistant, change lock entity to unavailable when MQTT is disconnected (issue #227)

Note: This release needs at least Home Assistant version 2023.8.0 to function properly

Nuki Hub 8.26

15 Aug 18:32
Compare
Choose a tag to compare
  • fix home assistant auto discovery warnings
  • publish correct state after ring detection

Nuki Hub 8.25

07 Jul 15:41
Compare
Choose a tag to compare
  • Revert back to Arduino Core for ESP32 2.0.8 due to stability issues

Nuki Hub 8.24

08 Jun 16:37
Compare
Choose a tag to compare
  • Allow general input/output control of pins via MQTT
  • Update Arduino Core for ESP32 to version 2.09

Nuki Hub 8.23

07 May 16:02
Compare
Choose a tag to compare
  • 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

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)