Listen to a given UDP port (dft: 2101) for teleinfo frames sent by teleinfo-sender and write them to InfluxDB.
Configuration is done by environment variables as follow:
INFLUX_HOST
: InfluxDB host, format: ip:port, default: localhost:8086INFLUX_DATABASE
: DB to write to, default: teleinfoLISTEN_IP
: ip to listen on, default: '' (all)LISTEN_PORT
: post to listen on, default: 2101