2022-04-10 09:42:43 +00:00
|
|
|
set datafile separator ','
|
|
|
|
|
|
|
|
set ylabel "CO2e"
|
|
|
|
#show xlabel
|
|
|
|
plot "atmosphere_log.txt" using 7
|
|
|
|
!sleep 10
|
2022-04-10 09:48:39 +00:00
|
|
|
set ylabel "AirQuality"
|
|
|
|
#show xlabel
|
|
|
|
plot "atmosphere_log.txt" using 6
|
|
|
|
!sleep 10
|
|
|
|
set ylabel "Humidity"
|
|
|
|
#show xlabel
|
|
|
|
plot "atmosphere_log.txt" using 5
|
|
|
|
!sleep 10
|
|
|
|
set ylabel "Pressure"
|
|
|
|
#show xlabel
|
|
|
|
plot "atmosphere_log.txt" using 4
|
|
|
|
!sleep 10
|
|
|
|
set ylabel "Temperature"
|
|
|
|
#show xlabel
|
|
|
|
plot "atmosphere_log.txt" using 3
|
|
|
|
!sleep 10
|
|
|
|
set ylabel "Temperature"
|
|
|
|
#show xlabel
|
|
|
|
plot "atmosphere_log.txt" using 3
|
|
|
|
!sleep 10
|