You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitouche fcf3164cde
Update 'NOTES.md'
1 week ago
.gitignore Mise au propre 3 months ago
.pylintrc utilisation de la fonction checksum et simplification 1 year ago
LICENSE Initial commit 4 years ago
NOTES.md Update 'NOTES.md' 1 week ago
README.md Update 'README.md' 3 months ago
grafana_dashboard_teleinfo.json Update grafana dashboard 2 months ago
settings-example.py Mise au propre variables 3 months ago
setup.cfg pep8 et constante en majuscule 1 year ago
teleinfo.py Mise au propre 2 3 months ago
teleinfo.service Ajustement unit systemd 3 months ago
teleinfo_standard.py Mise au propre variables 3 months ago

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