From b459115fb14c0a05d015a7f81156281988be08d6 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 3 Apr 2020 23:35:23 +0200 Subject: [PATCH] also update old format warning in Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c87d36..ad60058 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ You can use this to fill up your local InfluxDB with previous data or fill data # How does it work -* get the relevant CSVs from https://www.madavi.de/sensor/csvfiles.php +* get the relevant CSVs from https://www.madavi.de/sensor/csvfiles.php + **Only data after 2018-10-01 is supported, previous format not yet. PRs welcome** * delete all lines that you already have in your DB (you must keep the csv header line) * export settings as environment vars in case they differ from the defaults (INFLUXDB_HOST, INFLUXDB_PORT, INFLUXDB_DATABASE, SENSOR_ID)