/MyNetatmo

Fetch Netatmo data and graph them using rrdtools

Primary LanguagePython

MyNetAtmo tools

This little python script is going to fetch your Netatmo data every 10 minutes and will dump them into a RRDTool database

Setup

Copy dotenv-dist to .env and fill in the required values. If you don't have created a Netatmo app already, you should by visiting https://dev.netatmo.com/myaccount/

Run

You need python3 and pipenv and RRDTool. Then run:

$ pipenv install
$ pipenv run ./collect.py

Generating graphs

Make sure you edit GRAPH_DIR environment variable, otherwise if left empty the graphs are gooing to be generate in the current directory. To generate graphs:

$ pipenv run ./graph.py

Todo

Support for Thermostats