Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 449 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 449 Bytes

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