feat: intégration capteur CO2 MH-Z19

- Scripts MH-Z19/get_data.py (lecture standalone) et write_data.py (écriture SQLite)
- Table data_MHZ19, config MHZ19, cleanup et service systemd (120s)
- Web UI : carte test sensors, checkbox admin, boutons database + CSV download
- SARA_send_data_v2.py non modifié (sera fait dans un second temps)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
PaulVua
2026-02-17 11:04:45 +01:00
parent ea2642685c
commit 198836fa13
10 changed files with 264 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ timestamp_table
data_MPPT
data_NOISE
data_WIND
data_MHZ19
'''
@@ -124,7 +125,8 @@ def main():
"data_envea",
"data_WIND",
"data_MPPT",
"data_NOISE"
"data_NOISE",
"data_MHZ19"
]
# Check which tables actually exist