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

<div>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;</div>

<div><br/>
I get this error:<br/>
ERROR: the RRD does not contain an RRA matching the chosen CF</div>

<div>I just want to display the diff from the MAX and MIN Value of Watt_tot in VSM.rrd<br/>
&nbsp;</div>

<div>kind regards<br/>
Stefan</div>
</div></div></body></html>