From e49157e78cab67280e13ef405e440c4483f1fb93 Mon Sep 17 00:00:00 2001 From: technyon Date: Fri, 1 Jul 2022 19:27:05 +0200 Subject: [PATCH] add GPIO config to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 26c7fbc..48fa209 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,17 @@ The following mapping between Home Assistant services and Nuki commands is setup NOTE: MQTT Discovery uses retained MQTT messages to store devices configurations. In order to avoid orphan configurations on your broker please disable autodiscovery first if you no longer want to use this SW. Retained messages are automatically cleared when unpairing and when changing/disabling autodiscovery topic in MQTT Configuration page. +## GPIO lock control (optional) + +The lock can be controlled via GPIO. For security reasons, this has to be enabled in +the configuration portal (check "Enable control via GPIO" in the NUKI configuration +section). The Pins use pullup configuration, so they have to be connected to ground to +trigger the action.

+The Pin configuration is:
+32: Lock
+33: Unlock
+27: Unlatch + ## Connecting via LAN (Optional) If you prefer to connect to the MQTT Broker via LAN instead of WiFi, you can use a Wiznet W5x00 Module (W5100, W5200, W5500 are supported).