Ignore:
Timestamp:
Mar 12, 2019, 2:56:41 PM (5 years ago)
Author:
Norbert Wigbels <frickel@…>
Branches:
master
Children:
7c920d4
Parents:
b86cdd7
Message:

Wasser, finally

File:
1 edited

Legend:

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

    rb86cdd7 raa10f5c  
    2828rrdtool 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]"
    2929rrdtool 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]"
     30
     31
     32rrdtool graph web/wconsum_10minutes.png   -s 'now -10 minutes' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch [L]"
     33rrdtool graph web/wconsum_30minutes.png   -s 'now -30 minutes' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch [L]"
     34rrdtool graph web/wconsum_1hour.png   -s 'now -1 hour' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch[L]"
     35rrdtool graph web/wconsum_3hour.png   -s 'now -3 hour' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch [L]"
     36rrdtool graph web/wconsum_6hour.png   -s 'now -6 hour' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch [L]"
     37rrdtool graph web/wconsum_12hour.png   -s 'now -12 hour' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch [L]"
     38rrdtool graph web/wconsum_1day.png   -s 'now -1 day' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch [L]"
     39rrdtool graph web/wconsum_1week.png   -s 'now -1 week' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch [L]"
     40rrdtool graph web/wconsum_1month.png   -s 'now -1 month' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch [L]"
     41rrdtool graph web/wconsum_1year.png   -s 'now -1 year' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch [L]"
     42rrdtool graph web/wconsum_2year.png   -s 'now -2 year' -e 'now'   -Y -A   DEF:consum=water.rrd:consum:AVERAGE CDEF:wconsum=consum,3,/ LINE2:wconsum#0066ff:"Verbrauch [L]"
     43
     44rrdtool graph web/wcounter_1week.png   -s 'now -1 week' -e 'now'   -X 0 -Y -A   DEF:counter=water.rrd:counter:LAST CDEF:wcounter=counter,3,/ LINE2:wcounter#000000:"ZÀhlerstand [qm2]"
     45rrdtool graph web/wcounter_1month.png   -s 'now -1 month' -e 'now'   -X 0 -Y -A   DEF:counter=water.rrd:counter:LAST CDEF:wcounter=counter,3,/ LINE2:wcounter#000000:"ZÀhlerstand [qm2]"
Note: See TracChangeset for help on using the changeset viewer.