This repository provides two python files for read, store and visualize sensor data.
-
influx_insert.py reads out sensor data - here exemplary shown for the temperature sensor ds18b20 connected to a raspberry pi - and stores data into influxDB. For downsampling, mean values are stored every minute, hour and day via continuous queries (cq_1m, cq_1h, cq_1d). Further more, raw data is deleted after one hour (retention policy rp_1h).
-
app.py visualises data from influxDB with Dash by plotly.
See the LICENSE file for license rights and limitations (MIT).