Skip to content

Collect electricity teleinfo from linky base on serial connection. And send data to a remote InfluxDB.

Notifications You must be signed in to change notification settings

fantome/linky-teleinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linky-teleinfo

Collect electricity teleinfo from linky base on serial connection. And send data to a remote InfluxDB.

Deploy

Edit deploy/hosts file to set your host.

Create config file /etc/linky-teleinfo.conf on target host.

[influxdb]
host=domain.tld
path=influxdb
username=user
password=pass
db=teleinfo

[tags]
host=home
region=linky

And run ansible

ansible-playbook -i deploy/hosts deploy/playbooks/main.yml

About

Collect electricity teleinfo from linky base on serial connection. And send data to a remote InfluxDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages