This little python script is going to fetch your Netatmo data every 10 minutes and will dump them into a RRDTool database
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/
You need python3 and pipenv and RRDTool. Then run:
$ pipenv install
$ pipenv run ./collect.py
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
Support for Thermostats