From e6dd7646e54a37e365ab46cda5efc97b85d9814e Mon Sep 17 00:00:00 2001 From: bcutter Date: Sat, 19 Oct 2024 21:41:55 +0200 Subject: [PATCH 1/2] Add requirement for Nuki Lock pairing With "Bluetooth Pairing" disabled for a Nuki Lock, pairing Nuki Hub via button is not possible. Readme reflects this now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d72b5a7..e29015a 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ In that case leave all fields starting with "MQTT SSL" blank. Otherwise see the ## Pairing with a Nuki Lock or Opener -Enable pairing mode on the Nuki Lock or Opener (press the button on the Nuki device for a few seconds) and power on the ESP32.
+Enable pairing mode on the Nuki Lock or Opener (press the button on the Nuki device for a few seconds - make sure Bluetooth pairing is allowed for the Nuki Lock button before) and power on the ESP32.
Pairing should be automatic.

When pairing is successful, the web interface should show "Paired: Yes".
From 915af5bc83765b3e427e7fbde282bac458ede789 Mon Sep 17 00:00:00 2001 From: iranl Date: Sat, 19 Oct 2024 22:19:21 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e29015a..bcf8281 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,9 @@ In that case leave all fields starting with "MQTT SSL" blank. Otherwise see the ## Pairing with a Nuki Lock or Opener -Enable pairing mode on the Nuki Lock or Opener (press the button on the Nuki device for a few seconds - make sure Bluetooth pairing is allowed for the Nuki Lock button before) and power on the ESP32.
-Pairing should be automatic.
+Make sure "Bluetooth pairing" is enabled for the Nuki device by enabling this setting in the official Nuki App in "Settings" > "Features & Configuration" > "Button and LED". +After enabling the setting press the button on the Nuki device for a few seconds.
+Pairing should be automatic when the ESP32 is powered on.

When pairing is successful, the web interface should show "Paired: Yes".
MQTT nodes like lock state and battery level should now reflect the reported values from the lock.