diff --git a/README.md b/README.md index 4748ec2..dd2d0c3 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,13 @@ It exposes the lock state (and much more) through MQTT and allows executing comm ***Nuki Hub does not integrate with the Nuki mobile app, it can't register itself as a bridge in the official Nuki mobile app.*** +***Note: With Nuki Hub 8.35, do NOT set the number of retries to 0. It will cause Nuki Hub to not execute lock commands.*** + + Feel free to join us on Discord: https://discord.gg/9nPq85bP4p + + ## Supported devices Supported ESP32 devices: diff --git a/ota/manifest.json b/ota/manifest.json index bddd22d..61c5fce 100644 --- a/ota/manifest.json +++ b/ota/manifest.json @@ -10,8 +10,8 @@ "build": "10011844059.2.1" }, "master": { - "time": "2024-07-26 01:51:15", + "time": "2024-07-28 01:58:24", "version": "9.00", - "build": "10104289545.9.1" + "build": "10128035068.11.1" } } \ No newline at end of file diff --git a/ota/master/nuki_hub_esp32.bin b/ota/master/nuki_hub_esp32.bin index 640b929..cd7cde4 100644 Binary files a/ota/master/nuki_hub_esp32.bin and b/ota/master/nuki_hub_esp32.bin differ diff --git a/ota/master/nuki_hub_esp32c3.bin b/ota/master/nuki_hub_esp32c3.bin index 889e179..0967a9a 100644 Binary files a/ota/master/nuki_hub_esp32c3.bin and b/ota/master/nuki_hub_esp32c3.bin differ diff --git a/ota/master/nuki_hub_esp32c6.bin b/ota/master/nuki_hub_esp32c6.bin index 3a29d38..4ae830f 100644 Binary files a/ota/master/nuki_hub_esp32c6.bin and b/ota/master/nuki_hub_esp32c6.bin differ diff --git a/ota/master/nuki_hub_esp32s3.bin b/ota/master/nuki_hub_esp32s3.bin index 6ff90bd..14f01fb 100644 Binary files a/ota/master/nuki_hub_esp32s3.bin and b/ota/master/nuki_hub_esp32s3.bin differ diff --git a/ota/master/nuki_hub_esp32solo1.bin b/ota/master/nuki_hub_esp32solo1.bin index fccc9b2..a490e4e 100644 Binary files a/ota/master/nuki_hub_esp32solo1.bin and b/ota/master/nuki_hub_esp32solo1.bin differ diff --git a/ota/master/nuki_hub_updater_esp32.bin b/ota/master/nuki_hub_updater_esp32.bin index 2a279c5..e637c23 100644 Binary files a/ota/master/nuki_hub_updater_esp32.bin and b/ota/master/nuki_hub_updater_esp32.bin differ diff --git a/ota/master/nuki_hub_updater_esp32c3.bin b/ota/master/nuki_hub_updater_esp32c3.bin index 74cedcf..7a7dc57 100644 Binary files a/ota/master/nuki_hub_updater_esp32c3.bin and b/ota/master/nuki_hub_updater_esp32c3.bin differ diff --git a/ota/master/nuki_hub_updater_esp32c6.bin b/ota/master/nuki_hub_updater_esp32c6.bin index 8cf56cf..d243a1a 100644 Binary files a/ota/master/nuki_hub_updater_esp32c6.bin and b/ota/master/nuki_hub_updater_esp32c6.bin differ diff --git a/ota/master/nuki_hub_updater_esp32s3.bin b/ota/master/nuki_hub_updater_esp32s3.bin index 7d9bed4..438094e 100644 Binary files a/ota/master/nuki_hub_updater_esp32s3.bin and b/ota/master/nuki_hub_updater_esp32s3.bin differ diff --git a/ota/master/nuki_hub_updater_esp32solo1.bin b/ota/master/nuki_hub_updater_esp32solo1.bin index 2073f4d..be7e1fc 100644 Binary files a/ota/master/nuki_hub_updater_esp32solo1.bin and b/ota/master/nuki_hub_updater_esp32solo1.bin differ