diff --git a/README.md b/README.md index 98c84df..d90e769 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,12 @@ To configure MQTT, enter the adress of your MQTT broker and eventually a usernam Just enable pairing mode on the NUKI lock (press button for a few seconds) 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. +Note: If you already have a NUKI Bridge and you want to keep using it along the NUKI Hub, enable "Register as app" before pairing. Otherwise the Bridge will be unregistered when pairing the NUKI Hub. + ## Support If you haven't ordered your NUKI product yet, you can support me by using my referrer code when placing your order:
-REFCBAB9ZQU9U
+REFPSAF5MR884
This will also give you a 30€ discount for your order. ## MQTT Interface diff --git a/Version.h b/Version.h index 7ca4f7c..d51f2ef 100644 --- a/Version.h +++ b/Version.h @@ -1,3 +1,3 @@ #pragma once -#define nuki_hub_version "5.15" \ No newline at end of file +#define nuki_hub_version "6.0" \ No newline at end of file diff --git a/webflash/nuki_hub.bin b/webflash/nuki_hub.bin index 4b6a17e..c7755d3 100644 Binary files a/webflash/nuki_hub.bin and b/webflash/nuki_hub.bin differ