<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div style="font-family: Verdana;font-size: 12.0px;">
<div>I'm reading a value minutes of sunshine in the past 10 minutes, which can vary between 0 and 10 and gets read every 10 minutes.</div>

<div>So I created an rrd with a DST ABSOLUTE, because the source always starts at 0 after each period, expecting the value in the RRD to be like 10,20,30,40,50,60 for a full hour of sunshine.</div>

<div> </div>

<div>Data reading is fine:</div>

<div> </div>

<div>
<div>ds[sunshine].index = 1<br/>
ds[sunshine].type = "ABSOLUTE"<br/>
ds[sunshine].minimal_heartbeat = 1200<br/>
ds[sunshine].min = 0.0000000000e+00<br/>
ds[sunshine].max = 1.0000000000e+10<br/>
ds[sunshine].last_ds = "10"<br/>
ds[sunshine].value = 0.0000000000e+00<br/>
ds[sunshine].unknown_sec = 0</div>

<div> </div>

<div>But in the rrd itself I get weird values:</div>

<div> </div>

<div>
<div><!-- 2015-03-28 08:50:00 CET / 1427529000 --> <row><v>1.6666666667e-02</v></row><br/>
<!-- 2015-03-28 09:00:00 CET / 1427529600 --> <row><v>1.6666666667e-02</v></row><br/>
<!-- 2015-03-28 09:10:00 CET / 1427530200 --> <row><v>1.6666666667e-02</v></row></div>

<div> </div>

<div>(1.666e-02 is 1/60 btw.)</div>

<div> </div>

<div> </div>

<div>What point am I missing?</div>
</div>
</div>
</div></div></body></html>