- or download this
date_trunc;temperature;humidity;oventemperature
2024-06-28 16:25:31;22.5;99.9;27.2
2024-06-28 16:25:43;22.59;99.9;27.2
...
2024-06-28 16:26:39;22.59;99.9;26.5
2024-06-28 16:26:49;22.59;99.9;27
...
- or download this
set title "Bedroom\nTemperature BME"
set datafile separator ";"
...
plot "bme.csv" using 1:2 title "Room temp(Celsius)" with lines, \
"dht.csv" using 1:4 title "Oven temp (Celsius)" with lines
- or download this
Bedroom
+
Temperature BME
+
28 +-------------------------------------------------------------
+-------------------+
...
16:15 16:30 16:45 17:00 17:15 17:30 17:45 1
+8:00 18:15 18:30
Logtime