Skip to content

Sending detailed Youless metrics to InfluxDB with a Docker container

License

Notifications You must be signed in to change notification settings

SilencerNL/youless-influxdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publish detailed Youless metrics to InfluxDB

Every 5 seconds send the Youless metrics to InfluxDB. This version only works with the Enelogic firmware, since it queries the /e output.

Docker Pulls

Usage

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

Packages

No packages published

Languages

  • JavaScript 78.6%
  • Dockerfile 21.4%