From 1f981cddf355096fadd4fdfba8829794a085ac20 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Wed, 29 Sep 2021 11:57:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ffda62..0b66c4f 100644 --- a/README.md +++ b/README.md @@ -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/