Skip to content

Sending the Nefit Easy metrics to InfluxDB with a Docker container

License

Notifications You must be signed in to change notification settings

TrafeX/nefiteasy-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publish Netfit Easy metrics to InfluxDB

Every 30 seconds this will send the temperatures, boiler state and pressure to InfluxDB

Docker Pulls

Usage

docker run -d --name nefiteasy -e "NEFIT_SERIAL_NUMBER=<serial number>" -e "NEFIT_ACCESS_KEY=<accesskey>" -e "NEFIT_PASSWORD=<password>" -e "INFLUXDB_URI=http://<InfluxDB uri>:8086/write?db=nefiteasy" trafex/nefiteasy-influxdb

Debugging

Add:

-v "$PWD":/usr/src/app -w /usr/src/app

Nefit Easy

Communicating with the Nefit Easy is done with the Nefit Easy Commands package.