Changeset 20d3261


Ignore:
Timestamp:
Jan 5, 2016, 3:48:31 PM (8 years ago)
Author:
Norbert Wigbels <frickel@…>
Branches:
master
Children:
e397ced
Parents:
6644364
Message:

Noch detaillierter Powercharts

Location:
de.wigbels.ruby/hothotread
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • de.wigbels.ruby/hothotread/draw_graphs.sh

    r6644364 r20d3261  
    1313
    1414
     15rrdtool graph web/consum_10minutes.png   -s 'now -10 minutes' -e 'now'   -Y -A   DEF:consum=power.rrd:consum:AVERAGE   LINE2:consum#00FF00:"Verbrauch [W]"
     16rrdtool graph web/consum_30minutes.png   -s 'now -30 minutes' -e 'now'   -Y -A   DEF:consum=power.rrd:consum:AVERAGE   LINE2:consum#00FF00:"Verbrauch [W]"
     17rrdtool graph web/consum_1hour.png   -s 'now -1 hour' -e 'now'   -Y -A   DEF:consum=power.rrd:consum:AVERAGE   LINE2:consum#00FF00:"Verbrauch[W]"
    1518rrdtool graph web/consum_3hour.png   -s 'now -3 hour' -e 'now'   -Y -A   DEF:consum=power.rrd:consum:AVERAGE   LINE2:consum#00FF00:"Verbrauch [W]"
    1619rrdtool graph web/consum_6hour.png   -s 'now -6 hour' -e 'now'   -Y -A   DEF:consum=power.rrd:consum:AVERAGE   LINE2:consum#00FF00:"Verbrauch [W]"
  • de.wigbels.ruby/hothotread/web/index.html

    r6644364 r20d3261  
    1818
    1919<h2>Strom</h2>
     20<img src="consum_10minutes.png">
     21<img src="consum_30minutes.png">
     22<img src="consum_1hour.png">
    2023<img src="consum_3hour.png">
    2124<img src="consum_6hour.png">
Note: See TracChangeset for help on using the changeset viewer.