declare mqtt cert and key as optional
This commit is contained in:
11
README.md
11
README.md
@@ -13,8 +13,6 @@ As an alternative, download a release:<br>
|
||||
https://github.com/technyon/nuki_hub/releases
|
||||
<br>Read the included readme.txt for installation instructions for either Espressif Flash Download Tools or esptool.
|
||||
|
||||
|
||||
|
||||
## Setup
|
||||
|
||||
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.
|
||||
@@ -63,6 +61,15 @@ Just enable pairing mode on the NUKI lock (press button for a few seconds) and p
|
||||
### Misc
|
||||
- presence/devices: List of detected bluetooth devices as CSV. Can be used for presence detection
|
||||
|
||||
## MQTT Encryption
|
||||
|
||||
The communication via MQTT can be SSL encrypted. To enable SSL encryption, supply the necessary information in the MQTT Configuration page.
|
||||
The following configurations are supported:<br>
|
||||
|
||||
CA, CERT and KEY are empty -> No encryption<br>
|
||||
CA is filled but CERT and KEY are empty -> Encrypted MQTT<br>
|
||||
CA, CERT and KEY are filled -> Encrypted MQTT with client vaildation<br>
|
||||
|
||||
## 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).
|
||||
|
||||
Reference in New Issue
Block a user