xperimental / netatmo-exporter

Prometheus exporter for Netatmo sensor data.
MIT License
44 stars 18 forks source link

Simple dashboard example for Grafana #12

Closed GordonFreemanK closed 2 years ago

GordonFreemanK commented 3 years ago

Hi!

I've created a simple dashboard for Grafana using the data from the docker image (https://hub.docker.com/r/xperimental/netatmo-exporter). https://grafana.com/grafana/dashboards/13672

Feel free to copy it or reference directly if you want to link in the readme.

xperimental commented 3 years ago

Thanks for the contribution, I've added a link to the dashboard in the readme.

I have a few suggestions for improvements to the dashboard:

SnorreSelmer commented 3 years ago

So, apparently Grafana is being "logical" about atmospheric pressure, so it will always convert 1000 millibar to 1 bar. So to get proper display here, you have to label the graph "millibars" and set the unit to "none"...