<div dir="ltr"><div><div><div>Hi all !<br><br></div>I leave in France, and having a RPi and a very basic UART adapter, I can retrieve some data from my electricity Meter. I could create some basic RRDTool graphs, and I can now foolow my instantaneous consumption.<br clear="all"></div></div><div><div><div><div><br></div><div>Here is my db creation :<br>rrdtool create edf \<br>               --start now \<br>               --step 60 \<br>               DS:cpt:COUNTER:60:0:U \<br>               RRA:AVERAGE:0.5:1:12 \<br>               RRA:AVERAGE:0.5:12:48 \<br>               RRA:AVERAGE:0.5:288:365 \<br><br></div><div>The "cpt" value is the electricity counter raw value (in Wh), meaning electric consumption since the beginning (a very big number, which can only increase). I update it every 10s.<br><br></div><div>What I want now is to have my daily consumption. I want a graph which clearly show what was my total consumption yesterday, and the day before, and the day before etc.<br><br>How can I do that ?<br><br></div><div>Thanks for your help !<br><br></div><div>gUI<br></div><div>-- <br><div class="gmail_signature">Pour la santé de votre ordinateur, préférez les logiciels libres.<br>Lire son mail : <a target="_blank" href="http://www.mozilla-europe.org/fr/products/thunderbird/">http://www.mozilla-europe.org/fr/products/thunderbird/</a><br>Browser le web : <a target="_blank" href="http://www.mozilla-europe.org/fr/products/firefox/">http://www.mozilla-europe.org/fr/products/firefox/</a><br>Suite bureautique : <a target="_blank" href="http://www.libreoffice.org/download/">http://www.libreoffice.org/download/</a></div>
</div></div></div></div></div>