Merge pull request #377 from iranl/add-option-to-remove-non-json
Add option to remove some non-JSON MQTT topics
This commit is contained in:
@@ -122,6 +122,7 @@ In a browser navigate to the IP address assigned to the ESP32.
|
||||
- Restart on disconnect: Enable to restart the Nuki Hub after 60 seconds without a connection to a network.
|
||||
- Enable MQTT logging: Enable to fill the maintenance/log MQTT topic with debug log information.
|
||||
- Check for Firmware Updates every 24h: Enable to allow the Nuki Hub to check the latest release of the Nuki Hub firmware on boot and every 24 hours. Requires the Nuki Hub to be able to connect to github.com. The latest version will be published to MQTT and will be visible on the main page of the Web Configurator.
|
||||
- Disable some extraneous non-JSON topics: Enable to not publish non-JSON keypad and config MQTT topics.
|
||||
|
||||
#### IP Address assignment
|
||||
|
||||
@@ -267,6 +268,8 @@ In a browser navigate to the IP address assigned to the ESP32.
|
||||
- battery/maxTurnCurrent: The highest current of the turn motor during the last lock action (A) (Lock only).
|
||||
- battery/lockDistance: The total distance during the last lock action in centidegrees (Lock only).
|
||||
- battery/keypadCritical: 1 if the battery level of a connected keypad is critical, otherwise 0.
|
||||
- battery/basicJson: The current battery state (critical, charging, level and keypad critical) of the Nuki Lock/Opener as JSON data.
|
||||
- battery/advancedJson: : The current battery state (critical, batteryDrain, batteryVoltage, lockAction, startVoltage, lowestVoltage, lockDistance, startTemperature, maxTurnCurrent and batteryResistance) of the Nuki Lock/Opener as JSON data.
|
||||
|
||||
### Keypad
|
||||
|
||||
|
||||
Reference in New Issue
Block a user