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.
|
1 week ago | |
---|---|---|
.gitignore | 3 months ago | |
.pylintrc | 1 year ago | |
LICENSE | 4 years ago | |
NOTES.md | 1 week ago | |
README.md | 3 months ago | |
grafana_dashboard_teleinfo.json | 2 months ago | |
settings-example.py | 3 months ago | |
setup.cfg | 1 year ago | |
teleinfo.py | 3 months ago | |
teleinfo.service | 3 months ago | |
teleinfo_standard.py | 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