From bfafee43eed8fa890d788fa84dffeb35be3925f0 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Tue, 11 Dec 2018 14:55:44 +0100 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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d2ee523..279701e 100644 --- a/README.md +++ b/README.md @@ -567,12 +567,10 @@ https://grafana.com/dashboards/7628/ or https://leyghis.fablabchemnitz.de:8444/M * to implement: * make us of fields `keypadPaired` `lastAction` `doorState` `homekitState` `timezoneId` `accountUserId` * build up some check script to make proof of correct count of columns and column order of the csv files - * collect data with time history: - * history of firmware changes + * collect data with time history (maybe with triggers): + * BridgeFirmwareHistory: BridgeId, date, BridgeFirmware, BridgeWifiFirmware,BridgeAppVersion + * SmartlockFirmwareHistory: SmartlockId,date,SmartlockFirmware * history of rssi values * 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? -* Write some data collector tables like "BridgeFirmwareHistory" and "SmartlockFirmwareHistory" for tracking firmware changes utilizing some trigger - * BridgeFirmwareHistory: BridgeId, date, BridgeFirmware, BridgeWifiFirmware,BridgeAppVersion - * SmartlockFirmwareHistory: SmartlockId,date,SmartlockFirmware \ No newline at end of file