Skip to content

reads teleinfo (TIC) standard frames from a Linky meter and send them to influxdb

Notifications You must be signed in to change notification settings

babs/teleinfo2influx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

teleinfo2influx

This piece of software reads data from a serial input of any device able to handle modulated signals from the teleinformation port of a Linky meter in standard mode. You can find several dongle, shield or DIY electronic assemblies online.

For the influx part, it relies on telegraf's ability to relay influxdb and buffer datapoints in case of network issue.

Configuration

Available environment variables:

  • SERIAL_PORT: serial port to read from (default /dev/ttyAMA0)
  • INFLUXDB_URL: Influx url to write to (default http://127.0.0.1:8186/write)

Installation

  • clone into /opt/teleinfo2influx
  • symlink or copy teleinfo2influx.service into /etc/systemd/system/
  • reload systemd systemctl daemon-reload
  • enable and start the service systemctl enable --now teleinfo2influx
  • configure your telegraf instance using the following snippet
  • restart your telegraf instance

telegraf configuration

[[inputs.influxdb_listener]]
service_address = "127.0.0.1:8186"
parser_type = "upstream"

About

reads teleinfo (TIC) standard frames from a Linky meter and send them to influxdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages