Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 708 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 708 Bytes

Publish Youless metrics to InfluxDB

Every 5 seconds send the Youless metrics to InfluxDB.

Docker Pulls

Usage

docker run -d --name youless -e "YOULESS_URI=http://<Youless IP>" -e "INFLUXDB_URI=http://<InfluxDB uri>:8086/write?db=youless" trafex/youless-influxdb

Gas Meter

If you are running the Gas firmware on your YouLess, you can use the YOULESS_GAS environment variable to switch the series names to something more appropriate.

Debugging

Add to the run command:

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