https://github.com/gmasse/netatmo-influxdb
Push Netatmo public weather data into InfluxDB
https://github.com/gmasse/netatmo-influxdb
influxdb netatmo python
Last synced: about 1 month ago
JSON representation
Push Netatmo public weather data into InfluxDB
- Host: GitHub
- URL: https://github.com/gmasse/netatmo-influxdb
- Owner: gmasse
- License: mit
- Created: 2019-11-18T13:00:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T13:36:34.000Z (about 5 years ago)
- Last Synced: 2025-02-03T02:33:23.743Z (3 months ago)
- Topics: influxdb, netatmo, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```