Page 1 of 1

Data Modeling using INFLUX and GRAFANA

Posted: Fri Dec 09, 2016 2:04 pm
by bottkars
Hey meteohub users.

i started a lon time analysis on my current meteohub data and foud that i need to tweak some stuff for me.
My solution is a ( docker based ) grafana/influx scenario, a n a powershell module that i have written to get data from meteohub

I am using the HTTP interface of meteohub to query sensors / sensordata.
The query transvers the data to a System Date Time Format
mhd.png
mhd.png (75.87 KiB) Viewed 7016 times
the data is tsent ao a influxdb as linserial dat with epoch time:
import_data.png
import_data.png (116.23 KiB) Viewed 7016 times
and then graphs are created in grafana:
grafana.png
grafana.png (225.21 KiB) Viewed 7016 times
im am currently investigating if i can automete the creatin of various sensortypes, wurrently i can only verify my WMR200/300 tpe of sensors.
The code will be placed in my GitHub

If people are interested, i will share more details