Helpers to write CSV files from https://www.madavi.de/sensor/csvfiles.php to your InfluxDb.
You can use this to fill up your local InfluxDB with previous data or fill data gaps in your influxdb.
cat file1.csv [ file2.csv ...] | ./to_line_protocol.py | ./to_influx_db.sh
I should advise you to backup the DB first 😛