„README.md“ ändern

This commit is contained in:
Mario Voigt 2021-09-29 11:57:33 +02:00
parent 4cf6423843
commit 1f981cddf3
1 changed files with 7 additions and 4 deletions

View File

@ -12,11 +12,11 @@ All things were tested with ...
* Ubuntu 20.04.1 LTS (Linux 5.4.0-51-generic) for x86_ (checked @ 29.10.2020)
* JQ 1.6 (jq-1.6-1) (checked @ 29.10.2020)
* Grafana 7.3.0 (checked @ 29.10.2020)
* Grafana 8.15.1 (checked @ 29.09.2021)
* MariaDB 10.1.44 (checked @ 16.07.2020)
* Nuki Bridge Firmware 1.17.1 (checked @ 29.10.2020)
* Nuki Bridge WiFi Firmware 1.2.0 (checked @ 29.10.2020)
* Nuki Smartlock Firmware 1.11. (checked @ 29.10.2020)
* Nuki Bridge Firmware 1.18.3 (checked @ 29.09.2021)
* Nuki Bridge WiFi Firmware 1.2.0 (checked @ 29.09.2021)
* Nuki Smartlock Firmware 1.13. (checked @ 29.09.2021)
* Nuki Swagger API → https://api.nuki.io (here you can find documentation on data models)
* Nuki Web → https://web.nuki.io (here you can retrieve your personal API key)
@ -99,6 +99,7 @@ CREATE TABLE IF NOT EXISTS Smartlock
`daylightSavingMode` SMALLINT NOT NULL,
`detachedCylinder` BOOLEAN NOT NULL,
`doorState` SMALLINT NOT NULL,
`doorsensorBatteryCritical` NOT NULL,
`doubleButtonPressAction` SMALLINT NOT NULL,
`favorite` BOOLEAN NOT NULL,
`firmwareVersion` INT NOT NULL,
@ -108,6 +109,7 @@ CREATE TABLE IF NOT EXISTS Smartlock
`fobPaired` BOOLEAN NOT NULL,
`hardwareVersion` INT NOT NULL,
`homekitState` SMALLINT NOT NULL,
`keypadBatteryCritical` NOT NULL,
`keypadPaired` BOOLEAN NOT NULL,
`lastAction` SMALLINT NOT NULL,
`latitude` FLOAT NOT NULL,
@ -604,3 +606,4 @@ https://grafana.com/dashboards/7628/ or https://gitea.fablabchemnitz.de/MarioVoi
* history of state changes: locking states, pairing state
* to test: this project was never tested with more than one Smartlock and more than one Bridge. We only have one! I also did not test what data output FOB will produce
* Maybe give a try to send the JSON output files directly to JQ/Filebeat → Elasticsearch → Grafana Datasource for Elasticsearch ↔ possible?
* NOTE: Since some month we could use the new JSON API Datasource to ease up the setup. See https://grafana.com/grafana/plugins/marcusolsson-json-datasource/