Merge branch 'master' into check-keypad-codes
This commit is contained in:
29
README.md
29
README.md
@@ -15,7 +15,7 @@ Feel free to join us on Discord: https://discord.gg/9nPq85bP4p
|
||||
## Supported devices
|
||||
|
||||
<b>Supported ESP32 devices:</b>
|
||||
- Nuki Hub is compiled against all ESP32 models with Wi-Fi and Bluetooh Low Energy (BLE) which are supported by ESP-IDF 5.1.4 and Arduino Core 3.0.4.
|
||||
- Nuki Hub is compiled against all ESP32 models with Wi-Fi and Bluetooh Low Energy (BLE) which are supported by ESP-IDF 5.1.4 and Arduino Core 3.0.7.
|
||||
- Tested stable builds are provided for the ESP32, ESP32-S3 and ESP32-C3.
|
||||
- Untested builds are provided for the ESP32-Solo1.
|
||||
- Support for the ESP32-C6 and ESP32-H2 is experimental. There could be more frequent crashes than on other ESP32 devices and connections with the Nuki device could be slower than on other ESP32 devices.
|
||||
@@ -64,6 +64,33 @@ See the "[Connecting via Ethernet](#connecting-via-ethernet-optional)" section f
|
||||
|
||||
The ESP32-S3 is a dual-core CPU with many GPIO's, ability to enlarge RAM using PSRAM, ability to connect Ethernet modules over SPI and optionally power the device with a PoE splitter. The only functions missing from the ESP32-S3 as compared to other ESP devices is the ability to use some Ethernet modules only supported by the original ESP32 and the ability to connect over WIFI6 (C6)
|
||||
|
||||
## Feature comparison Nuki Hub vs. Nuki Bridge
|
||||
|
||||
| Feature | Nuki Hub | Nuki Bridge |
|
||||
|---|---|---|
|
||||
| Bridge API | | x |
|
||||
| Smart Lock remote control | (optional via smarthome solution) | x |
|
||||
| Smart Home integration via Matter | | x |
|
||||
| Apple HomeKit integration via Matter | | x |
|
||||
| MQTT API | x | x (only for SL > 3, Pro models) |
|
||||
| Wired LAN support | x | |
|
||||
| Power over Ethernet (PoE) | x (if supported by LAN/ESP module) | |
|
||||
| WLAN support | x | x (only for SL > 3, Pro Models) || Home Assistant integration | x (full integration of most Nuki features) | x |
|
||||
| Home Automation platform integration | x | x |
|
||||
| Cloud support | (optional via smarthome solution) | x |
|
||||
| Cloud-less operation | x | x (since fw 3.8.2, to be tested) |
|
||||
| Smarthome app integration | | x |
|
||||
| Nuki Smartlocks all models | x | x |
|
||||
| Nuki opener | x | x |
|
||||
| Nuki Keypad (1.0 and 2.0) | x | x |
|
||||
| MQTT encryption | x | |
|
||||
| Fine-grained access control of MQTT API | x | |
|
||||
| Export of lock actions via MQTT API | x | |
|
||||
| Control via GPIO | x | |
|
||||
| Hybrid mode for Pro locks | x | |
|
||||
|
||||
|
||||
|
||||
## Support Nuki Hub development
|
||||
|
||||
If you haven't ordered your Nuki product yet, you can support me by using my referrer code when placing your order:<br>
|
||||
|
||||
Reference in New Issue
Block a user