mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
LW/LS removed
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1027 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
170254344d
commit
5461d7747f
@ -22,6 +22,6 @@ set ylabel "Actuator (%)"
|
||||
|
||||
plot \
|
||||
"< awk '/measured/{print $1, $4}' <IN>"\
|
||||
using 1:2 axes x1y2 title 'Measured temperature' with lines lw 2,\
|
||||
using 1:2 axes x1y2 title 'Measured temperature' with lines,\
|
||||
"< awk '/actuator/ {print $1, $4+0}' <IN>"\
|
||||
using 1:2 axes x1y1 title 'Actuator (%)' with lines\
|
||||
|
@ -21,7 +21,7 @@ set yrange [0:]
|
||||
#FileLog 4:WW_Isttemperatur:0:
|
||||
#FileLog 4:Brenner_Laufzeit1_Minuten\x3a:0:delta-h
|
||||
|
||||
plot "<grep WW_Isttemperatur <IN>" using 1:4 axes x1y2 title 'WW-Temp' with lines lw 2,\
|
||||
plot "<grep WW_Isttemperatur <IN>" using 1:4 axes x1y2 title 'WW-Temp' with lines,\
|
||||
"<grep Brenner_Laufzeit1_Minuten: <IN> | perl -ane '\
|
||||
@a = split(\"[_:]\", $F[0]);\
|
||||
if(defined($lh) && $lh ne $a[1])\
|
||||
|
@ -25,8 +25,6 @@ set format y2 "%.1f"
|
||||
|
||||
plot \
|
||||
"< awk '/5MIN:/ {print $1, $8}' <IN>"\
|
||||
using 1:2 axes x1y2 title 'kWh' with lines lw 1,\
|
||||
using 1:2 axes x1y2 title 'kWh' with lines,\
|
||||
"< awk '/TOP:/ {print $1, $10}' <IN>"\
|
||||
using 1:2 axes x1y1 title 'Spitze kW' with lines lw 2\
|
||||
|
||||
|
||||
using 1:2 axes x1y1 title 'Spitze kW' with lines
|
||||
|
@ -34,7 +34,7 @@ set yrange [0:]
|
||||
#FileLog 4:rain_total:0:delta-d
|
||||
|
||||
plot "< awk $3=="rain_rate:" {print $1, $4}' <IN>"\
|
||||
using 1:2 axes x1y2 title 'Rain Rate' with lines lw 2,\
|
||||
using 1:2 axes x1y2 title 'Rain Rate' with lines,\
|
||||
"<grep rain_total <IN> | perl -ane '\
|
||||
@a = split(\" \", $F[0]);\
|
||||
if(defined($lh) && $lh ne $a[1])\
|
||||
|
@ -35,6 +35,6 @@ set ylabel "Pressure in hPa"
|
||||
|
||||
plot \
|
||||
"< awk $3=="temperature:" {print $1, $4}' <IN>"\
|
||||
using 1:2 axes x1y2 title 'Measured temperature' with lines lw 2,\
|
||||
using 1:2 axes x1y2 title 'Measured temperature' with lines,\
|
||||
"< awk $3=="pressure:" {print $1, $4}' <IN>"\
|
||||
using 1:2 axes x1y1 title 'Pressure hPa' with lines lw 1\
|
||||
using 1:2 axes x1y1 title 'Pressure hPa' with lines
|
||||
|
@ -30,4 +30,4 @@ set y2label "Temperature in C"
|
||||
|
||||
plot \
|
||||
"< egrep 'T:|temperature:' <IN>"\
|
||||
using 1:4 axes x1y2 title 'Measured temperature' with lines lw 2,\
|
||||
using 1:4 axes x1y2 title 'Measured temperature' with lines
|
||||
|
@ -22,6 +22,6 @@ set ylabel "Humidity (%)"
|
||||
|
||||
plot \
|
||||
"< egrep 'T:|temperature' <IN>"\
|
||||
using 1:4 axes x1y2 title 'Measured temperature' with lines lw 2,\
|
||||
using 1:4 axes x1y2 title 'Measured temperature' with lines,\
|
||||
"< egrep 'H:|temperature' <IN>"\
|
||||
using 1:4 axes x1y1 title 'Humidity (%)' with lines lw 1\
|
||||
using 1:4 axes x1y1 title 'Humidity (%)' with lines\
|
||||
|
@ -26,16 +26,8 @@ set y2label "Temperature in C"
|
||||
set ylabel "Humidity (%)"
|
||||
|
||||
#FileLog 4:T\x3a:0:
|
||||
#FileLog 4:T\x3a:0:
|
||||
#FileLog 6:H\x3a:0:
|
||||
#FileLog 6:H\x3a:0:
|
||||
|
||||
plot \
|
||||
"< awk '/T:/ {print $1, $4}' <IN>"\
|
||||
using 1:2 axes x1y2 title '' with lines ls 7 lw 4,\
|
||||
"< awk '/T:/ {print $1, $4}' <IN>"\
|
||||
using 1:2 axes x1y2 title 'Measured temperature' with lines ls 0 lw 1,\
|
||||
"< awk '/H:/ {print $1, $6}' <IN>"\
|
||||
using 1:2 axes x1y1 title '' with lines ls 7 lw 4;\
|
||||
"< awk '/H:/ {print $1, $6}' <IN>"\
|
||||
using 1:2 axes x1y1 title 'Humidity (%)' with lines ls 2 lw 1;\
|
||||
"< awk '/T:/ {print $1, $4}' <IN>" using 1:2 axes x1y2 title '' with lines,\
|
||||
"< awk '/H:/ {print $1, $6}' <IN>" using 1:2 axes x1y1 title '' with lines
|
||||
|
@ -24,7 +24,7 @@ set yrange [0:]
|
||||
#FileLog 10:IR\x3a:0:delta-h
|
||||
#FileLog 10:IR\x3a:0:delta-d
|
||||
|
||||
plot "<IN>" using 1:4 axes x1y2 title 'Temperature' with lines lw 2,\
|
||||
plot "<IN>" using 1:4 axes x1y2 title 'Temperature' with lines,\
|
||||
"<grep -v avg_ <IN> | perl -ane '\
|
||||
@a = split(\"[_:]\", $F[0]);\
|
||||
if(defined($lh) && $lh ne $a[1])\
|
||||
|
@ -35,6 +35,6 @@ set ylabel "Wind Dir"
|
||||
|
||||
plot \
|
||||
"< awk $3=="wind_speed:" {print $1, $4}' <IN>"\
|
||||
using 1:2 axes x1y2 title 'Wind Speed' with lines lw 2,\
|
||||
using 1:2 axes x1y2 title 'Wind Speed' with lines,\
|
||||
"< awk $3=="wind_dir:" {print $1, $4}' <IN>"\
|
||||
using 1:2 axes x1y1 title 'Wind Direction' with points lw 1\
|
||||
using 1:2 axes x1y1 title 'Wind Direction' with points\
|
||||
|
Loading…
x
Reference in New Issue
Block a user