hum tu n'est plus loin de la surchauffe


Modérateurs : ramses, Balajol, monteric, j2c
RRDTOOL create EDF.rrd -s 30 DS:CONSOMATION:GAUGE:600:-0:4000 RRA:AVERAGE:0.5:1:2880
rrdtool update EDF.rrd N:1240
rrdtool graph Consomation.png ^
--imgformat PNG ^
--font DEFAULT:8:C:\WINDOWS\fonts\Arial.ttf ^
--end now ^
--start end-1h ^
--width 950 ^
--height 250 ^
--slope-mode ^
-- DEF:tempe=EDF.rrd:CONSOMATION:AVERAGE ^
LINE1:tempe#0000ff:"CONSOMATION" ^
GPRINT:tempe:LAST:"actuel %%.1lf " ^
GPRINT:tempe:MIN:"min %%.1lf " ^
GPRINT:tempe:MAX:"Max %%.1lf " ^
GPRINT:tempe:AVERAGE:"moyenne %%.1lf"
voila j'utilise pour mon solaire, ma pompe a chaleur et mon relevé EDF par téléinforrdtool graph temp_1wire.png ^
--imgformat PNG ^
--font DEFAULT:8:C:\Solaire_Frede\Arial.ttf ^
--font LEGEND:8:C:\Solaire_Frede\courier.ttf ^
--start end-24h ^
--end now ^
--width 950 ^
--height 300 ^
--x-grid MINUTE:30:HOUR:1:HOUR:2:0:%%H:%%M ^
--slope-mode ^
DEF:tempA=temp_capteur.rrd:TP_CAPTEU:AVERAGE ^
DEF:tempB=temp_ecs.rrd:TP_E_C_S_:AVERAGE ^
DEF:tempC=temp_stock_haut.rrd:TP_STOK_H:AVERAGE ^
DEF:tempD=temp_stock_bas.rrd:TP_STOK_B:AVERAGE ^
DEF:tempE=temp_depart_pac.rrd:TP_DE_PAC:AVERAGE ^
DEF:tempF=temp_retour_pac.rrd:TP_RT_PAC:AVERAGE ^
DEF:tempG=temp_radiateur.rrd:TP_RADIAT:AVERAGE ^
DEF:tempH=temp_interieur.rrd:TP_INTERI:AVERAGE ^
DEF:tempI=temp_exterieure.rrd:TP_EXTERI:AVERAGE ^
COMMENT:" actuel mini maxi actuel mini maxi actuel mini maxi\l" ^
LINE1:tempA#FF0000:"Capteur " ^
GPRINT:tempA:LAST:"%%7.1lf" ^
GPRINT:tempA:MIN:"%%7.1lf" ^
GPRINT:tempA:MAX:"%%2.1lf" ^
COMMENT:" " ^
LINE1:tempB#000000:"Eau chaude " ^
GPRINT:tempB:LAST:"%%7.1lf" ^
GPRINT:tempB:MIN:"%%7.1lf" ^
GPRINT:tempB:MAX:"%%1.1lf" ^
COMMENT:" " ^
LINE1:tempC#009900:"Stock haut" ^
GPRINT:tempC:LAST:"%%7.1lf" ^
GPRINT:tempC:MIN:"%%7.1lf" ^
GPRINT:tempC:MAX:"%%1.1lf \l" ^
LINE1:tempD#33FF00:"STOCK BAS " ^
GPRINT:tempD:LAST:"%%7.1lf" ^
GPRINT:tempD:MIN:"%%7.1lf" ^
GPRINT:tempD:MAX:"%%2.1lf" ^
COMMENT:" " ^
LINE1:tempE#0033FF:"Depart PAC " ^
GPRINT:tempE:LAST:"%%7.1lf" ^
GPRINT:tempE:MIN:"%%7.1lf" ^
GPRINT:tempE:MAX:"%%1.1lf" ^
COMMENT:" " ^
LINE1:tempF#6699FF:"Retour PAC" ^
GPRINT:tempF:LAST:"%%7.1lf" ^
GPRINT:tempF:MIN:"%%7.1lf" ^
GPRINT:tempF:MAX:"%%1.1lf \l" ^
LINE1:tempG#999999:"Retour Rad " ^
GPRINT:tempG:LAST:"%%7.1lf" ^
GPRINT:tempG:MIN:"%%7.1lf" ^
GPRINT:tempG:MAX:"%%1.1lf" ^
COMMENT:" " ^
LINE1:tempH#CCCC00:"Tp interieur" ^
GPRINT:tempH:LAST:"%%7.1lf" ^
GPRINT:tempH:MIN:"%%7.1lf" ^
GPRINT:tempH:MAX:"%%1.1lf" ^
COMMENT:" " ^
LINE1:tempI#990099:"Temp Ext " ^
GPRINT:tempI:LAST:"%%7.1lf" ^
GPRINT:tempI:MIN:"%%7.1lf" ^
GPRINT:tempI:MAX:"%%1.1lf"