Skip to content

Listen for teleinfo UDP frames and store them into InfluxDB

Notifications You must be signed in to change notification settings

babs/teleinfo-udp2influx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

teleinfo-udp2influx

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:8086
  • INFLUX_DATABASE: DB to write to, default: teleinfo
  • LISTEN_IP: ip to listen on, default: '' (all)
  • LISTEN_PORT: post to listen on, default: 2101

About

Listen for teleinfo UDP frames and store them into InfluxDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages