Every 5 seconds send the Youless metrics to InfluxDB.
docker run -d --name youless -e "YOULESS_URI=http://<Youless IP>" -e "INFLUXDB_URI=http://<InfluxDB uri>:8086/write?db=youless" trafex/youless-influxdb
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.
Add to the run command:
-v "$PWD":/usr/src/app -w /usr/src/app