Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trafex/nefiteasy-influxdb

Sending the Nefit Easy metrics to InfluxDB with a Docker container
https://github.com/trafex/nefiteasy-influxdb

container docker grafana home-automation influxdb nefit-easy nefiteasy

Last synced: 26 days ago
JSON representation

Sending the Nefit Easy metrics to InfluxDB with a Docker container

Awesome Lists containing this project

README

        

Publish Netfit Easy metrics to InfluxDB
=======================================

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

[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/nefiteasy-influxdb.svg)](https://hub.docker.com/r/trafex/nefiteasy-influxdb/)

Usage
-----

docker run -d --name nefiteasy -e "NEFIT_SERIAL_NUMBER=" -e "NEFIT_ACCESS_KEY=" -e "NEFIT_PASSWORD=" -e "INFLUXDB_URI=http://: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](https://github.com/robertklep/nefit-easy-commands) package.