Save config
ESPEasy
Gerätestatus
Logs
Plots
Temperaturen
Unsorted
Everything
Logfile
Commandref
Remote doc
Edit files
Select style
Event monitor
############################ # Display irrigation times, the log must be of the form # 2008-04-29_19:00:06 GVent5 365 365 187 # 2008-04-29_19:00:06 Total time is 365 set readonly set terminal png transparent size
crop set output '
.png' set xdata time set timefmt "%Y-%m-%d_%H:%M:%S" set xlabel " " set ytics nomirror set y2tics set title '
' set grid xtics y2tics set ylabel "Minutes" set y2label "Minutes" #FileLog 3:GVent1:0:$d=$fld[2];$d/60 #FileLog 3:GVent2:0:$d+=$fld[2];$fld[2]?$d/60:0 #FileLog 3:GVent3:0:$d+=$fld[2];$fld[2]?$d/60:0 #FileLog 3:GVent4:0:$d+=$fld[2];$fld[2]?$d/60:0 #FileLog 3:GVent5:0:$d+=$fld[2];$fld[2]?$d/60:0 #FileLog 3:GVent6:0:$d+=$fld[2];$fld[2]?$d/60:0 #FileLog 3:GVent7:0:$d+=$fld[2];$fld[2]?$d/60:0 #FileLog 3:GVent8:0:$d+=$fld[2];$fld[2]?$d/60:0 plot "
" using 1:3 title 'Lb west' with points,\ "
" using 1:3 title 'Rasen Sued' with points,\ "
" using 1:3 title 'Lb ost' with points,\ "
" using 1:3 title 'Rasen Haus' with points,\ "
" using 1:3 title 'Eingang' with points,\ "
" using 1:3 title 'Rasen West' with points,\ "
" using 1:3 title 'Stichstr.' with points,\ "
" using 1:3 title 'Beete' with points