Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

grafana-netatmo

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Florian Beer authored
    12bf5dc4
    History

    grafana-netatmo

    Netatmo Weather Station dashboard for Grafana

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

    Screenshot

    Installation

    • Create a Netatmo developer account and fill in your CLIENT_ID, CLIENT_SECRET, USERNAME and PASSWORD in the script.
    • 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