2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

SYSMON-Plots: some improvements

git-svn-id: https://svn.fhem.de/fhem/trunk@8578 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2015-05-14 17:33:07 +00:00
parent 40b0741196
commit ddea80738a
3 changed files with 12 additions and 6 deletions

View File

@ -14,7 +14,7 @@ set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S" set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " " set xlabel " "
set ytics set ytics
set yrange [650:950] set yrange [450:1050]
set y2tics set y2tics
set title '<L1>' set title '<L1>'
set grid xtics y2tics set grid xtics y2tics

View File

@ -6,11 +6,14 @@ set xlabel " "
set title '<L1>' set title '<L1>'
set ytics set ytics
set y2tics set y2tics
set y3tics ("on" 1, "off" 0)
set grid y2tics set grid y2tics
set ylabel "Spannung (V)" set ylabel "Spannung (V)"
set y2label "Strom (mA)" set y2label "Strom (mA)"
set y3label ""
set yrange [4.4:5.2] set yrange [4.4:5.2]
#set y2range [0:1000] #set yrange [-0.1:5.2]
set y2range [0:1000]
set y3range [0:2] set y3range [0:2]
#FileLog 6:power_ac_stat\x3a:0: #FileLog 6:power_ac_stat\x3a:0:

View File

@ -6,13 +6,16 @@ set xlabel " "
set title '<L1>' set title '<L1>'
set ytics set ytics
set y2tics set y2tics
set y3tics ("on" 1, "off" 0)
set grid y2tics set grid y2tics
set ylabel "Spannung (V)" set ylabel "Spannung (V)"
set y2label "Strom (mA)" set y2label "Strom (mA)"
set yrange [4.4:5.2] set y3label ""
#set y2range [0:1000] set y4label "Ladung"
set yrange [3.0:5.2]
set y2range [-5:1000]
set y3range [0:2] set y3range [0:2]
set y3range [0:100] set y4range [0:105]
#FileLog 6:power_battery_stat\x3a:0: #FileLog 6:power_battery_stat\x3a:0:
# --- FileLog 7:power_battery_stat\x3a:0:$fld[6]/1000 # --- FileLog 7:power_battery_stat\x3a:0:$fld[6]/1000
@ -23,5 +26,5 @@ set y3range [0:100]
plot "<IN>" using 1:2 axes x1y1 title 'Spannung' ls l0 lw 1.2 with lines,\ plot "<IN>" using 1:2 axes x1y1 title 'Spannung' ls l0 lw 1.2 with lines,\
"<IN>" using 1:2 axes x1y2 title 'Strom' ls l2 lw 1.2 with lines,\ "<IN>" using 1:2 axes x1y2 title 'Strom' ls l2 lw 1.2 with lines,\
"<IN>" using 1:2 axes x1y4 title 'Ladung' ls l3 lw 1.2 with lines,\ "<IN>" using 1:2 axes x1y4 title 'Ladung' ls l3 lw 1.8 with lines,\
"<IN>" using 1:2 axes x1y3 title 'Online' ls l1fill lw 0 with steps "<IN>" using 1:2 axes x1y3 title 'Online' ls l1fill lw 0 with steps