From c644ce499406b5f08aec874e427b4e4fa5f1abc1 Mon Sep 17 00:00:00 2001 From: iranl Date: Sun, 29 Dec 2024 14:04:55 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b23ff6c..052901a 100644 --- a/README.md +++ b/README.md @@ -121,16 +121,17 @@ After configuring Wi-Fi, the ESP should automatically connect to your network. To configure the connection to the MQTT broker, first connect your client device to the same Wi-Fi network the ESP32 is connected to.
In a browser navigate to the IP address assigned to the ESP32 via DHCP (often found in the web interface of your internet router).

-Next click on "Edit" below "MQTT Configuration" and enter the address and port (usually 1883) of your MQTT broker and a username and a password if required by your MQTT broker.
+Next click on "MQTT Configuration" and enter the address and port (usually 1883) of your MQTT broker and a username and password if required by your MQTT broker.

-The firmware supports SSL encryption for MQTT, however most people and especially home users don't use this.
-In that case leave all fields starting with "MQTT SSL" blank. Otherwise see the "[MQTT Encryption](#mqtt-encryption-optional)" section of this README. +The firmware supports SSL encryption for MQTT, however most people don't use this.
+See the "[MQTT Encryption](#mqtt-encryption-optional)" section of this README. ## Pairing with a Nuki Lock or Opener 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.
+Pairing should be automatic whenever the ESP32 is powered on and no lock is paired.
+To pair with an opener you need to first enable the opener on the "Nuki configuration" page of NukiHub.

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.
@@ -148,7 +149,7 @@ See [hybrid mode](/HYBRID.md) for more information. ESP32 devices have a limited amount of free RAM available.

-On version 9.01 of Nuki Hub with only a Nuki Lock connected the expected free amount of RAM/Heap available is around: +On version >=9.00 of Nuki Hub with only a Nuki Lock connected the expected free amount of RAM/Heap available is around: - ESP32: 60 kilobytes / 60.000 bytes - Other variants (C3/S3/C6/H2): 90-120 kilobytes / 90.000-120.000 bytes @@ -161,7 +162,7 @@ This free amount of RAM can be reduced (temporarily) by certain actions (such as The currently available RAM/Heap can be found on the info page of the Web configurator of Nuki Hub.

-When the ESP32 runs out of available RAM this device can crash or otherwise unexpected behaviour can occur.
+When the ESP32 runs out of available RAM the device can crash or otherwise unexpected behaviour can occur.

Nuki Hub does allow for the use of embedded PSRAM on the regular binaries whenever it is available.
PSRAM is usually 2, 4 or 8MB in size and thus greatly enlarges the 320kb of internal RAM that is available.