Go to file
gitouche fcf3164cde Update 'NOTES.md' 2023-03-22 11:59:49 +00:00
.gitignore Mise au propre 2023-01-08 16:03:04 +01:00
.pylintrc utilisation de la fonction checksum et simplification 2021-12-14 23:40:57 +01:00
LICENSE Initial commit 2019-01-08 11:37:18 +01:00
NOTES.md Update 'NOTES.md' 2023-03-22 11:59:49 +00:00
README.md Update 'README.md' 2023-01-09 20:12:02 +00:00
grafana_dashboard_teleinfo.json Update grafana dashboard 2023-01-30 20:53:10 +01:00
settings-example.py Mise au propre variables 2023-01-08 16:44:21 +01:00
setup.cfg pep8 et constante en majuscule 2021-12-14 23:55:27 +01:00
teleinfo.py Mise au propre 2 2023-01-08 16:14:08 +01:00
teleinfo.service Ajustement unit systemd 2023-01-08 16:30:48 +01:00
teleinfo_standard.py Mise au propre variables 2023-01-08 16:44:21 +01:00

README.md

Téléinfo Linky avec un Raspberry Pi

Surveiller sa consommation électrique en temps réel avec un compteur Linky et un Raspberry

Forké de https://github.com/SebastienReuiller/teleinfo-linky-with-raspberry

  • Traitement binaire du flux de données et mode STANDARD inspiré de https://github.com/babs/teleinfo2influx
  • Ajout d'un fichier de configuration externe
  • Ajout d'un délai optionnel entre la transmission de deux trames

Installation

cd /opt 
git clone https://git.garbaye.fr/gitouche/teleinfo-linky-with-raspberry.git

Configuration

Créer et modifier le fichier de configuration :

cd /opt/teleinfo-linky-with-raspberry
cp settings-example.py settings.py
vi settings.py

Ajuster l'unit systemd si besoin :

vi teleinfo.service

Perréniser :

cp teleinfo.service /usr/lib/systemd/system/teleinfo.service
systemctl start teleinfo.service
systemctl enable teleinfo.service