delta-d im Plot bekomme ich nicht hin ;-(

Begonnen von Kaspi, 14 Juli 2016, 10:57:50

Vorheriges Thema - Nächstes Thema

Kaspi

Hallo

Ich versuche gerade meinen Stromzähler grafisch darzustellen.
Mit den Einstellungen (siehe Screenshot) wird mir links unten zwar der Tagesverbrauch angezeigt, aber keine Kurve.
Why?

# Created by FHEM/98_SVG.pm, 2016-07-14 12:43:56
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
set y2tics
set grid
set ylabel "kWh / TAG"
set y2label "kWh / TOTAL"

#myDbLog ZAEHLER_3_SOLAR:Energy_export__kWh::delta-d
#myDbLog ZAEHLER_3_SOLAR:Energy_export__kWh

plot "<IN>" using 1:2 axes x1y1 title 'kWh / Tag' ls l1 lw 1 with lines,\
     "<IN>" using 1:2 axes x1y2 title 'kWh / Total' ls l0 lw 1 with lines




Frank