Save config
?
ESPEasy
Gerätestatus
Logs
Plots
Temperaturen
Unsorted
Everything
Logfile
Commandref
Remote doc
Edit files
Select style
Event monitor
############################ # Display the power reported by the EM1000FM received bei CUL #set terminal png transparent size
crop set readonly set terminal png size
crop set output '
.png' set xdata time set timefmt "%Y-%m-%d_%H:%M:%S" set xlabel "Energiemonitor EM1000EM" set title '
' set ylabel "Power (kW)" set y2label "Power (kWh)" set grid set ytics set y2tics set logscale y set logscale y2 set format y "%.1f" set format y2 "%.1f" #FileLog 8::0: #FileLog 10::0: plot \ "< awk '/5MIN:/ {print $1, $8}'
"\ using 1:2 axes x1y2 title 'kWh' with lines,\ "< awk '/TOP:/ {print $1, $10}'
"\ using 1:2 axes x1y1 title 'Spitze kW' with lines