Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trafex/nefiteasy-influxdb
- Owner: TrafeX
- License: mit
- Created: 2016-01-07T11:15:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:33:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T12:49:36.421Z (7 months ago)
- Topics: container, docker, grafana, home-automation, influxdb, nefit-easy, nefiteasy
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.