Ignore:
Timestamp:
Dec 5, 2015, 9:53:28 PM (8 years ago)
Author:
Norbert Wigbels <njw@…>
Branches:
master
Children:
8cc14b9
Parents:
b342b88
Message:

Stromzaehler

File:
1 edited

Legend:

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

    rb342b88 rc22952c  
    1111CDEF:gash=gas,120,* \
    1212VDEF:gastotal=gas,TOTAL \
    13 GPRINT:gastotal:"Total %6.0lf m3 Gas" \
     13GPRINT:gastotal:"Total %6.0lf Liter Gas" \
    1414LINE2:gash#c17d11:"Gasverbrauch"
    1515
     
    2222CDEF:gasd=gas,2880,* \
    2323VDEF:gastotal=gas,TOTAL \
    24 GPRINT:gastotal:"Total %6.0lf m3 Gas" \
     24GPRINT:gastotal:"Total %6.0lf Liter Gas" \
    2525LINE2:gasd#c17d11:"Gasverbrauch/Tag"
    2626
     
    3333CDEF:gasd=gas,2880,* \
    3434VDEF:gastotal=gas,TOTAL \
    35 GPRINT:gastotal:"Total %6.0lf m3 Gas" \
     35GPRINT:gastotal:"Total %6.0lf Liter Gas" \
    3636LINE2:gasd#c17d11:"Gasverbrauch/Tag"
    3737
     38rrdtool graph web/gas_1jahr.png \
     39-w 800 -h 500 \
     40-s 'now - 1 year' -e 'now' \
     41--title "Gasverbrauch im Jahresverlauf" \
     42--font TITLE:12 --vertical-label="Liter/Tag" \
     43DEF:gas=gas.rrd:gas:AVERAGE \
     44CDEF:gasd=gas,2880,* \
     45VDEF:gastotal=gas,TOTAL \
     46GPRINT:gastotal:"Total %6.0lf Liter Gas" \
     47LINE2:gasd#c17d11:"Gasverbrauch/Tag"
     48
     49
     50
     51rrdtool graph web/consum_1day.png   -s 'now -1 day' -e 'now'   -Y -A   DEF:consum=power.rrd:consum:AVERAGE   LINE2:consum#00FF00:"Verbrauch [W]"
     52rrdtool graph web/consum_1week.png   -s 'now -1 week' -e 'now'   -Y -A   DEF:consum=power.rrd:consum:AVERAGE   LINE2:consum#00FF00:"Verbrauch [W]"
     53rrdtool graph web/consum_1month.png   -s 'now -1 month' -e 'now'   -Y -A   DEF:consum=power.rrd:consum:AVERAGE   LINE2:consum#00FF00:"Verbrauch [W]"
     54rrdtool graph web/consum_1year.png   -s 'now -1 year' -e 'now'   -Y -A   DEF:consum=power.rrd:consum:AVERAGE   LINE2:consum#00FF00:"Verbrauch [W]"
     55
     56rrdtool graph web/counter_1week.png   -s 'now -1 week' -e 'now'   -X 0 -Y -A   DEF:counter=power.rrd:counter:LAST   LINE2:counter#000000:"ZÀhlerstand [kWh]"
     57rrdtool graph web/counter_1month.png   -s 'now -1 month' -e 'now'   -X 0 -Y -A   DEF:counter=power.rrd:counter:LAST   LINE2:counter#000000:"ZÀhlerstand [kWh]"
Note: See TracChangeset for help on using the changeset viewer.