From 2c4e7ff396ea077610e983c7afa92fa152a35a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Sch=C3=BCmann?= Date: Thu, 5 May 2022 09:05:45 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1df14e7..d6951b5 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ https://github.com/technyon/nuki_hub/releases The firmware uses the Wifi Manager to configure the WiFi network. Power up the ESP32, a new Access Point should appear. Connect to this access point and in a browser navigate to "192.168.4.1". Use the web interface configure your Wifi network. -After configuring the Wifi, the ESP should automatically connect to your network. Use the web interface to setup the MQTT broker; just navigate to the IP-Address assigned to the ESP32 via DHCP (often found the web interface of the internet router). +After configuring the Wifi, the ESP should automatically connect to your network. Use the web interface to setup the MQTT broker; just navigate to the IP-Address assigned to the ESP32 via DHCP (often found in the web interface of the internet router). ## Paring -Just enable pairing mode on the NUKI lock and power on the ESP32. Pairing should be automatic. Unfortunately there's no feedback at the time, except for debug output on the serial line. If it worked, the lock state and the battery level should be reported via MQTT. +Just enable pairing mode on the NUKI lock and power on the ESP32. Pairing should be automatic. When pairing is successful, the web interface should show "Paired: Yes" (reload page in browser). Nodes like lock state and battery level should now report the reported values from the lock. ## MQTT Interface From caff5339c0bf91603b4981c92c45e33cc38a44f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Sch=C3=BCmann?= Date: Thu, 5 May 2022 09:06:17 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6951b5..c6d4d01 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ After configuring the Wifi, the ESP should automatically connect to your network ## Paring -Just enable pairing mode on the NUKI lock and power on the ESP32. Pairing should be automatic. When pairing is successful, the web interface should show "Paired: Yes" (reload page in browser). Nodes like lock state and battery level should now report the reported values from the lock. +Just enable pairing mode on the NUKI lock and power on the ESP32. Pairing should be automatic. When pairing is successful, the web interface should show "Paired: Yes" (reload page in browser). Nodes like lock state and battery level should now reflect the reported values from the lock. ## MQTT Interface From bf215f74ba617479219eae0250fba7d4c65a2cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Sch=C3=BCmann?= Date: Thu, 5 May 2022 09:08:07 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d4d01..f17ee83 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ After configuring the Wifi, the ESP should automatically connect to your network ## Paring -Just enable pairing mode on the NUKI lock and power on the ESP32. Pairing should be automatic. When pairing is successful, the web interface should show "Paired: Yes" (reload page in browser). Nodes like lock state and battery level should now reflect the reported values from the lock. +Just enable pairing mode on the NUKI lock and power on the ESP32. Pairing should be automatic. When pairing is successful, the web interface should show "Paired: Yes" (reload page in browser). MQTT nodes like lock state and battery level should now reflect the reported values from the lock. ## MQTT Interface