Skip to content

gmasse/netatmo-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netatmo-influxdb

Push Netatmo public weather data into InfluxDB

Installation

git clone https://github.com/gmasse/netatmo-influxdb.git
cd netatmo-influxdb
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mv config.json.dist config.json
vi config.json
python netatmo-influxdb.py

Cron

To run the script periodically, crontab -e

*/5 *   * * *       ~/netatmo-influxdb/venv/bin/python3 ~/netatmo-influxdb/netatmo-influxdb.py

About

Push Netatmo public weather data into InfluxDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages