docs: update debian/linky/monitoring-linky-grafana

This commit is contained in:
Nicolas Simond
2026-01-16 11:40:04 +00:00
committed by stylersnico
parent 998601a00f
commit 3f97ccef1a
+7 -1
View File
@@ -2,7 +2,7 @@
title: Monitoring d'un compteur Linky avec Grafana et InfluxDB
description: Monitoring d'un compteur Linky avec Grafana et InfluxDB sur un raspberry pi
published: true
date: 2023-03-19T09:06:18.180Z
date: 2026-01-16T11:40:01.191Z
tags: raspberry, linky, grafana, influx
editor: markdown
dateCreated: 2022-10-17T13:13:00.566Z
@@ -150,6 +150,12 @@ apt install python3-pip
pip3 install pySerial influxdb
```
Ou sur les dernières Debian 13 :
```bash
apt installpython3-serial python3-influxdb
```
Téléchargez et lancez le script pour le tester :
```bash