Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 795 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 795 Bytes

pygazpar_to_influxdb

Docker Build Status Docker Build Status

This repository uses PyGazpar to retrieve natural gas consumption from GrDF French provider, and push it to InfluxDB.

Setup

There is a Docker image ready to use : https://hub.docker.com/r/jeoffrey54/pygazpar_to_influxdb

docker run -ti  --rm -v /dev/shm:/dev/shm  pygazpar:latest  pygazpar_to_influxdb.py --influxdb-host 192.168.1.2 --influxdb-port 8086  --influxdb-username gazpar --influxdb-password PASSWORD  --influxdb-database gazpar  --pygazpar-login 'mail@gmail.com' --pygazpar-password 'password'