FHEM Forum

FHEM - Hausautomations-Systeme => Homematic => Thema gestartet von: no_Legend am 10 Juli 2014, 19:20:36

Titel: HM-CC-RT-DN Plot richtig einstellen
Beitrag von: no_Legend am 10 Juli 2014, 19:20:36
Hi,

ich bin gerade dabei mir ein Paar Plots für den HM-CC-RT-DN zu erstellen.
Leider bekomme ich es nicht hin, ass der Plot für die Ventil Stellung im Diagramm bleibt.

Soll Temp und IST Temp sind okay.


# Created by FHEM/98_SVG.pm, 2014-07-10 19:09:16
set terminal png transparent size <SIZE> crop
set output '<OUT>.png'
set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " "
set title '<L1>'
set ytics nomirror
set y2tics
set grid y2tics
set ylabel "Actuator (%)"
set y2label "Temperature in C"
set yrange [0:100]
set y2range [0:40]

#FileLog 4:1OG.HZ.AZ.measured-temp\x3a::
#FileLog 4:1OG.HZ.AZ.desired-temp\x3a::
#FileLog 4:1OG.HZ.AZ.actuator\x3a::

plot "<IN>" using 1:2 axes x1y2 title 'IST-TEMP' ls l0 lw 2 with lines,\
     "<IN>" using 1:2 axes x1y2 title 'SOLL-TEMP' ls l1 lw 1 with lines,\
     "<IN>" using 1:2 axes x1y2 title 'Ventil' ls l2 lw 1 with lines


Danke und Gruß Robert
Titel: Antw:HM-CC-RT-DN Plot richtig einstellen
Beitrag von: Puschel74 am 10 Juli 2014, 19:25:15
Hallo,

versuch mal
"<IN>" using 1:2 axes x1y1 title 'Ventil' ls l2 lw 1 with lines

Wobei mir das
ZitatLeider bekomme ich es nicht hin, ass der Plot für die Ventil Stellung im Diagramm bleibt.
nichts sagt  ???
Wohin verschwindet der Plot den?

Grüße
Titel: Antw:HM-CC-RT-DN Plot richtig einstellen
Beitrag von: no_Legend am 10 Juli 2014, 19:30:42
Hi Puschel,

danke und schon gehts.