Skip to content

Jeoffreybauvin/pygazpar_to_influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'