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.