HM-CC-RT-DN Plot richtig einstellen

Begonnen von no_Legend, 10 Juli 2014, 19:20:36

Vorheriges Thema - Nächstes Thema

no_Legend

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
Docker FHEM immer aktuell,4x HMLAN, CUL443, CUL868 -homekit/siri -tablet ui -homebridge
Device, diverse:
Homematic, Shelly, Tasmota, MQTT, Unifi Network usw.

Puschel74

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
Zotac BI323 als Server mit DBLog
CUNO für FHT80B, 3 HM-Lan per vCCU, RasPi mit CUL433 für Somfy-Rollo (F2F), RasPi mit I2C(LM75) (F2F), RasPi für Panstamp+Vegetronix +SONOS(F2F)
Ich beantworte keine Supportanfragen per PM! Bitte im Forum suchen oder einen Beitrag erstellen.

no_Legend

Docker FHEM immer aktuell,4x HMLAN, CUL443, CUL868 -homekit/siri -tablet ui -homebridge
Device, diverse:
Homematic, Shelly, Tasmota, MQTT, Unifi Network usw.