<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<p><u><font color="#0782c1">Hello list,<br/>
I have a problem calculating thte difference between a MAX and a MIN value<br/>
this is my GRAPH:</font></u></p>

<p><u><font color="#0782c1">rrdtool graph VSM.png --start end-24h --end now ^<br/>
--title &quot;Aktueller Stromverbrauch&quot; --width 600 --height 330 --alt-y-grid --slope-mode ^<br/>
--upper-limit 5000 --lower-limit 0 --rigid ^<br/>
--color BACK#A9F5F288 --vertical-label &quot;Verbauch in kW&quot; ^<br/>
DEF:Watt=VSM.rrd:Watt_cur:MAX LINE1:Watt#FF0000:&quot;Verbrauchskurve&quot; ^<br/>
VDEF:Wavg=Watt,AVERAGE ^<br/>
VDEF:Wmin=Watt,MINIMUM ^<br/>
VDEF:Wmax=Watt,MAXIMUM ^<br/>
VDEF:Wact=Watt,LAST ^<br/>
DEF:kwhx=VSM.rrd:Watt_tot:MAX ^<br/>
DEF:kwhn=VSM.rrd:Watt_tot:MIN ^<br/>
VDEF:kwhmax=kwhx,MAXIMUM ^<br/>
VDEF:kwhmin=kwhn,MINIMUM ^<br/>
CDEF:delta=kwhx,kwhn,- ^<br/>
VDEF:dd=delta,MINIMUM ^<br/>
COMMENT:&quot;&#92;l&quot; ^<br/>
COMMENT:&quot;Verbrauch max&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot; GPRINT:Wmax:&quot;%%6.2lf [W]&#92;l&quot; ^<br/>
COMMENT:&quot;Verbrauch min&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot; GPRINT:Wmin:&quot;%%6.2lf [W]&#92;l&quot; ^<br/>
COMMENT:&quot;Verbrauch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot; GPRINT:Wavg:&quot;%%6.2lf [W]&#92;l&quot; ^<br/>
COMMENT:&quot;Zaehlerstand max&nbsp;&nbsp; &quot; GPRINT:kwhmax:&quot;%%6.2lf [kW]&#92;l&quot; ^<br/>
COMMENT:&quot;Zaehlerstand min&nbsp;&nbsp; &quot; GPRINT:kwhmin:&quot;%%6.2lf [kW]&#92;l&quot; ^<br/>
COMMENT:&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot; GPRINT:dd:&quot;%%6.2lf [kW]&#92;l&quot; ^<br/>
COMMENT:&quot;Verbrauch aktuell&nbsp; &quot; GPRINT:Wact:&quot;%%6.2lf [W]&#92;l&quot;</font></u></p>

<p><br/>
<u><font color="#0782c1">I get this error:<br/>
ERROR: the RRD does not contain an RRA matching the chosen CF</font></u></p>

<p><u><font color="#0782c1">I just want to display the diff from the MAX and MIN Value of Watt_tot in VSM.rrd<br/>
&nbsp;</font></u></p>

<p><u><font color="#0782c1">kind regards<br/>
Stefan </font></u></p>
</div></div></body></html>