Sending the Nefit Easy metrics to InfluxDB with a Docker container
2.6K
Every 30 seconds this will send the temperatures, boiler state and pressure to InfluxDB
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
Add:
-v "$PWD":/usr/src/app -w /usr/src/app
Communicating with the Nefit Easy is done with the Nefit Easy Commands package.
Content type
Image
Digest
Size
28.9 MB
Last updated
over 6 years ago
docker pull trafex/nefiteasy-influxdb