1.7 KiB
1.7 KiB
Premiers graphiques
On peut désormais tracer nos premiers graphiques simples et bruts.
S'ils ne sont pas très instructifs par rapport à ce que nous fournissent Home Assistant et InfluxDB, ils nous permettent au moins de nous assurer que tout fonctionne, et que les données semblent cohérentes.
Les fichiers CSV correspondant à chaque figure sont conservés dans data/ dans ce dossier.
Température
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only temperature
Humidité relative
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only humidity
Pression atmosphérique
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only pressure
Précipitations instantanées
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only rain_rate
Luminance
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only illuminance
Vitesse du vent
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only wind_speed
Direction du vent
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only wind_direction
Élévation solaire (si disponible après enrichissement)
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only sun_elevation







