Skip to content

Netatmo Weather Station dashboard for Grafana

Notifications You must be signed in to change notification settings

florianbeer/grafana-netatmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grafana-netatmo

Netatmo Weather Station dashboard for Grafana

https://grafana.com/grafana/dashboards/12378

Screenshot

Installation

{
  "CLIENT_ID" : "xxx",
  "CLIENT_SECRET" : "xxx",
  "REFRESH_TOKEN" : "xxx"
}
  • This script assumes you have InfluxDB running on the same machine as this script and it uses no authentication.
  • Create a cron job to run the script periodically e.g.
# cat /etc/cron.d/netatmo
*/5 * * * * root  /usr/local/bin/netatmo_influx.py > /dev/null 2>&1

Releases

No releases published

Packages

No packages published

Languages