diff --git a/README.md b/README.md index c7f0e65..4c3e31e 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ set output '.png' set xdata time set timefmt "%Y-%m-%d_%H:%M:%S" set xlabel " " -set title '' +set title 'Schafzimmer ' set ytics set y2tics set grid ytics @@ -94,15 +94,17 @@ set y2label "Heizleistung" set yrange [18:26] set y2range [0:100] -#Log_tadoAPI 4:mytd.Temperatur\x3a:: -#Log_tadoAPI 4:mytd.Geolocation\x3a::$fld[3]*=30 -#Log_tadoAPI 4:mytd.Luftfeuchtigkeit\x3a:: -#Log_tadoAPI 4:mytd.Heizleistung\x3a:: +#Log_tadoAPI 4:mytd.Temperatur_Schlafzimmer\x3a:: +#Log_tadoAPI 4:mytd.OverlayType_Schlafzimmer\x3a:1:$fld[3]&&$fld[3]=~"MANUAL"?20:0 +#Log_tadoAPI 4:mytd.Luftfeuchtigkeit_Schlafzimmer\x3a:: +#Log_tadoAPI 4:mytd.Heizleistung_Schlafzimmer\x3a:: +#Log_tadoAPI 4:mytd.DesiredTemp_Schlafzimmer\x3a:: plot "" using 1:2 axes x1y1 title 'Temperatur' ls l1fill lw 1 with lines,\ - "" using 1:2 axes x1y2 title 'Geo' ls l0fill_stripe lw 1 with histeps,\ + "" using 1:2 axes x1y2 title 'Abwesenheit' ls l0fill_stripe lw 0.5 with histeps,\ "" using 1:2 axes x1y2 title 'Feuchte' ls l2 lw 1 with lines,\ - "" using 1:2 axes x1y2 title 'Heizleistung' ls l5 lw 1.5 with lines + "" using 1:2 axes x1y2 title 'Heizleistung' ls l5dot lw 1.5 with lines,\ + "" using 1:2 axes x1y1 title 'Desired' ls l5 lw 0.5 with lines ``` ## Technische Information