Skip to content

asseldonk/monitor-sensor-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor Sensor Data with influxDB and Dash

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.

License

See the LICENSE file for license rights and limitations (MIT).

About

Monitor Sensor Data with influxDB and Dash (plotly)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published