Hallo Forum,
Ich habe für meine Luxtronik eine gplot erstellt:
# Created by FHEM/98_SVG.pm, 2016-04-25 16:19:33
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 '<TL>'
set ytics
set y2tics ("on" 100, "off" 0)
set grid ytics
set ylabel "HotWater T"
set y2label "On/Off"
set y2range [0:102]
#FileLog_WP 4:WP.hotWaterTemperature\x3a::
#FileLog_WP 4:WP.heatingSystemCircPump\x3a::$fld[3]=~"on"?100:0
#FileLog_WP 5:WP.opStateHeatPump1\x3a::$fld[4]=~"laeuft"?100:0
#FileLog_WP 4:WP.hotGasTemperature\x3a::
#FileLog_WP 4:WP.returnTemperature\x3a::
#FileLog_WP 4:WP.flowTemperature\x3a::
plot "<IN>" using 1:2 axes x1y1 title 'WaterTemp' ls l0 lw 1 with lines,\
"<IN>" using 1:2 axes x1y2 title 'WaterCirc' ls l2 lw 2 with lines,\
"<IN>" using 1:2 axes x1y2 title 'HeatPump' ls l3fill lw 1 with lines,\
"<IN>" using 1:2 axes x1y2 title 'HotGas' ls l8 lw 1 with lines,\
"<IN>" using 1:2 axes x1y2 title 'Retrurn T' ls l7 lw 1 with lines,\
"<IN>" using 1:2 axes x1y2 title 'Flow T' ls l5 lw 1 with lines
welches diesen Plot erstellt:
(Anhang)
Nun hätte ich erwartet, dass die heatingSystemCircPump (blau) nachts nicht läuft.
Kann das sein, dass hier was invertiert?
:)
linuxpaul
Warum sollte das so sein? Hast Du Dir schon Dein Hydraulikschema genauer angesehen?
Ähhh, nein, in meinen Unterlagen zur WP ist keines dabei. (AI WZS 81)
Klemmen Plan, Schaltplan, Diagramme, aber kein Schema.
Leider habe ich auch sonst nicht viel Ahnung davon was die Kiste genau macht.
Ich kenne nur das Prinzip und irgendwie ist mir der Punkt nicht ganz klar, dass
anscheinend eine Zirkulations Pumpe läuft, wenn alles im Bett is, sorry.
:)
linuxpaul
Naja. Wie kommt sonst wohl die Wärme in die Räume :-)
Für Siemens Novelan gibt es die Pläne z. B. hier: http://files.ait-group.net/nov_hyd/?lang=de
Für AIT hier http://files.ait-group.net/alp_hyd/index.php
Ok, steht ja eigentlich auch da.
Einmal rote Nase für mich.
Danke für die Hilfe.
Kann ich gleich noch zwei Fragen loswerden?
Welche Pumpe pumpt das Warmwasser?
und kann man Fehler auswerten?
Stimmt das Format noch?
unsigned int wpConstants::_demoData[159] = {0,0,0,0,0,0,0,0,0,0, //10 head
380,343,323,50,524,-101,-150,465,470,-1,-12,750,0,0,0,0,0,0,0, //19 Temp
1,0,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0, //27 bool io
5013850,6878,0,0,924094,0,0,5013850,3058475,1955375,0, //11 Zähler
0,0,0,0,281,429,19,0,18,0,0, // 11 Time
14,1,5,86,49,46,54,49,0,0,0,0,0, // 13 - SW Stand
-1062685956,-256,-1062685953,-1062686207, // 4 NW Settings
1327341746,1327332691,1327330501,1327328808,1327328512,751,751,751,751,751,5, // 11 Error
9,9,9,9,9,1328439872,1328441040,1328442321,1328435441,1328438550,0, // 11 Switch on/off + Comf. exist
1,0,1,19,0,0,3517,1,0,0,1,0, // 12 Hauptmenu stat ++
0,0,0,0,0, // 5 Stat Slave
1328442339,1,0,0,0,0,0,0,0,0,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0 //25 sonst.
};
dann könnte ich evtl. das Modul anpassen.
:)
linuxpaul