[af9afaf] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
[a605f5ba] | 3 | rrdtool graph web/temperatur_3stunden.png --title "Temperaturen 3h" --font TITLE:12 --vertical-label="° Celsius" -s 'now - 3 hour' -e 'now' \
|
---|
| 4 | DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" \
|
---|
| 5 | DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" \
|
---|
| 6 | DEF:temps9=weather.rrd:temps9:AVERAGE LINE2:temps9#4e9a06:"Temperatur aussen\n" \
|
---|
[8fc8871] | 7 | DEF:temp1=../mqtttemp/mqtttemp.rrd:temp1:AVERAGE LINE2:temp1#6666ff:"Temperatur enklavE\n" \
|
---|
[2827513] | 8 | GPRINT:temps1:LAST:"Letzte Messung unten\: %2.2lf" GPRINT:temps2:LAST:"oben\: %2.2lf" GPRINT:temps9:LAST:"aussen\: %2.2lf" GPRINT:temp1:LAST:"Letzte Messung enklavE\: %2.2lf"
|
---|
[a605f5ba] | 9 |
|
---|
[7735729] | 10 | rrdtool graph web/temperatur_6stunden.png --title "Temperaturen 6h" --font TITLE:12 --vertical-label="° Celsius" -s 'now - 6 hour' -e 'now' \
|
---|
[a605f5ba] | 11 | DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" \
|
---|
| 12 | DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" \
|
---|
| 13 | DEF:temps9=weather.rrd:temps9:AVERAGE LINE2:temps9#4e9a06:"Temperatur aussen\n" \
|
---|
[15a09ee] | 14 | DEF:temp1=../mqtttemp/mqtttemp.rrd:temp1:AVERAGE LINE2:temp1#6666ff:"Temperatur enklavE\n" \
|
---|
| 15 | GPRINT:temps1:LAST:"Letzte Messung unten\: %2.2lf" GPRINT:temps2:LAST:"oben\: %2.2lf" GPRINT:temps9:LAST:"aussen\: %2.2lf" GPRINT:temp1:LAST:"Letzte Messung enklavE\: %2.2lf"
|
---|
[a605f5ba] | 16 |
|
---|
[7735729] | 17 | rrdtool graph web/temperatur_12stunden.png --title "Temperaturen 12h" --font TITLE:12 --vertical-label="° Celsius" -s 'now - 12 hour' -e 'now' \
|
---|
[a605f5ba] | 18 | DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" \
|
---|
| 19 | DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" \
|
---|
| 20 | DEF:temps9=weather.rrd:temps9:AVERAGE LINE2:temps9#4e9a06:"Temperatur aussen\n" \
|
---|
[15a09ee] | 21 | DEF:temp1=../mqtttemp/mqtttemp.rrd:temp1:AVERAGE LINE2:temp1#6666ff:"Temperatur enklavE\n" \
|
---|
| 22 | GPRINT:temps1:LAST:"Letzte Messung unten\: %2.2lf" GPRINT:temps2:LAST:"oben\: %2.2lf" GPRINT:temps9:LAST:"aussen\: %2.2lf" GPRINT:temp1:LAST:"Letzte Messung enklavE\: %2.2lf"
|
---|
[a605f5ba] | 23 |
|
---|
[bb53f82] | 24 | rrdtool graph web/temperatur_1tag.png --title "Temperaturen 1 Tag" --font TITLE:12 --vertical-label="° Celsius" -s 'now - 1 day' -e 'now' \
|
---|
[a605f5ba] | 25 | DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" \
|
---|
| 26 | DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" \
|
---|
| 27 | DEF:temps9=weather.rrd:temps9:AVERAGE LINE2:temps9#4e9a06:"Temperatur aussen\n" \
|
---|
[15a09ee] | 28 | DEF:temp1=../mqtttemp/mqtttemp.rrd:temp1:AVERAGE LINE2:temp1#6666ff:"Temperatur enklavE\n" \
|
---|
| 29 | GPRINT:temps1:LAST:"Letzte Messung unten\: %2.2lf" GPRINT:temps2:LAST:"oben\: %2.2lf" GPRINT:temps9:LAST:"aussen\: %2.2lf" GPRINT:temp1:LAST:"Letzte Messung enklavE\: %2.2lf"
|
---|
[a605f5ba] | 30 |
|
---|
| 31 | rrdtool graph web/temperatur_1woche.png --title "Temperaturen im Wochenverlauf" --font TITLE:12 --vertical-label="° Celsius" -s 'now - 1 week' -e 'now' \
|
---|
| 32 | DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" \
|
---|
| 33 | DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" \
|
---|
[15a09ee] | 34 | DEF:temp1=../mqtttemp/mqtttemp.rrd:temp1:AVERAGE LINE2:temp1#6666ff:"Temperatur enklavE" \
|
---|
[a605f5ba] | 35 | DEF:tempmins9=weather.rrd:temps9:MIN DEF:tempmaxs9=weather.rrd:temps9:MAX \
|
---|
| 36 | DEF:temps9=weather.rrd:temps9:AVERAGE CDEF:tempranges9=tempmaxs9,tempmins9,- LINE1:tempmins9#4e9a06 AREA:tempranges9#8ae234::STACK LINE1:tempmaxs9#4e9a06 LINE2:temps9#4e9a06:"Temperatur aussen\n"
|
---|
| 37 |
|
---|
| 38 | rrdtool graph web/temperatur_1monat.png --title "Temperaturen im Monatsverlauf" --font TITLE:12 --vertical-label="° Celsius" -s 'now - 1 month' -e 'now' \
|
---|
| 39 | DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" \
|
---|
| 40 | DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" \
|
---|
[15a09ee] | 41 | DEF:temp1=../mqtttemp/mqtttemp.rrd:temp1:AVERAGE LINE2:temp1#6666ff:"Temperatur enklavE" \
|
---|
[a605f5ba] | 42 | DEF:tempmins9=weather.rrd:temps9:MIN DEF:tempmaxs9=weather.rrd:temps9:MAX DEF:temps9=weather.rrd:temps9:AVERAGE CDEF:tempranges9=tempmaxs9,tempmins9,- LINE1:tempmins9#4e9a06 AREA:tempranges9#8ae234::STACK LINE1:tempmaxs9#4e9a06 LINE2:temps9#4e9a06:"Temperatur aussen\n"
|
---|
| 43 |
|
---|
| 44 | rrdtool graph web/temperatur_1jahr.png --title "Temperaturen im Jahresverlauf" --font TITLE:12 --vertical-label="° Celsius" -s 'now - 1 year' -e 'now' \
|
---|
| 45 | DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" \
|
---|
| 46 | DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" \
|
---|
[15a09ee] | 47 | DEF:temp1=../mqtttemp/mqtttemp.rrd:temp1:AVERAGE LINE2:temp1#6666ff:"Temperatur enklavE" \
|
---|
[a605f5ba] | 48 | DEF:tempmins9=weather.rrd:temps9:MIN DEF:tempmaxs9=weather.rrd:temps9:MAX DEF:temps9=weather.rrd:temps9:AVERAGE CDEF:tempranges9=tempmaxs9,tempmins9,- LINE1:tempmins9#4e9a06 AREA:tempranges9#8ae234::STACK LINE1:tempmaxs9#4e9a06 LINE2:temps9#4e9a06:"Temperatur aussen\n"
|
---|
| 49 |
|
---|
| 50 | rrdtool graph web/temperatur_5jahr.png --title "Temperaturen im Jahresverlauf" --font TITLE:12 --vertical-label="° Celsius" -s 'now - 5 year' -e 'now' \
|
---|
| 51 | DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" \
|
---|
| 52 | DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" \
|
---|
[15a09ee] | 53 | DEF:temp1=../mqtttemp/mqtttemp.rrd:temp1:AVERAGE LINE2:temp1#6666ff:"Temperatur enklavE" \
|
---|
[a605f5ba] | 54 | DEF:tempmins9=weather.rrd:temps9:MIN DEF:tempmaxs9=weather.rrd:temps9:MAX DEF:temps9=weather.rrd:temps9:AVERAGE CDEF:tempranges9=tempmaxs9,tempmins9,- LINE1:tempmins9#4e9a06 AREA:tempranges9#8ae234::STACK LINE1:tempmaxs9#4e9a06 LINE2:temps9#4e9a06:"Temperatur aussen\n"
|
---|
| 55 |
|
---|
| 56 |
|
---|
| 57 | rrdtool graph web/luftfeuchtigkeit_3stunden.png --title "Luftfeuchtigkeit 3h" --font TITLE:12 --vertical-label="%" -s 'now - 3 hour' -e 'now' \
|
---|
| 58 | DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" \
|
---|
| 59 | DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" \
|
---|
| 60 | DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" \
|
---|
[5adf567] | 61 | DEF:hum1=../mqtttemp/mqtttemp.rrd:hum1:AVERAGE LINE2:hum1#6666ff:"Luftfeuchtigkeit enklavE\n" \
|
---|
| 62 | GPRINT:hums1:LAST:"Letzte Messung unten\: %3.2lf" GPRINT:hums2:LAST:"oben\: %3.2lf" GPRINT:hums9:LAST:"aussen\: %3.2lf" GPRINT:hum1:LAST:"enklavE\: %3.2lf"
|
---|
[a605f5ba] | 63 |
|
---|
| 64 | rrdtool graph web/luftfeuchtigkeit_6stunden.png --title "Luftfeuchtigkeit 6h" --font TITLE:12 --vertical-label="%" -s 'now - 6 hour' -e 'now' \
|
---|
| 65 | DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" \
|
---|
| 66 | DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" \
|
---|
| 67 | DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" \
|
---|
[f15e2ac] | 68 | DEF:hum1=../mqtttemp/mqtttemp.rrd:hum1:AVERAGE LINE2:hum1#6666ff:"Luftfeuchtigkeit enklavE\n" \
|
---|
| 69 | GPRINT:hums1:LAST:"Letzte Messung unten\: %3.2lf" GPRINT:hums2:LAST:"oben\: %3.2lf" GPRINT:hums9:LAST:"aussen\: %3.2lf" GPRINT:hum1:LAST:"enklavE\: %3.2lf"
|
---|
[a605f5ba] | 70 |
|
---|
| 71 | rrdtool graph web/luftfeuchtigkeit_12stunden.png --title "Luftfeuchtigkeit 12h" --font TITLE:12 --vertical-label="%" -s 'now - 12 hour' -e 'now' \
|
---|
| 72 | DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" \
|
---|
| 73 | DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" \
|
---|
| 74 | DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" \
|
---|
[f15e2ac] | 75 | DEF:hum1=../mqtttemp/mqtttemp.rrd:hum1:AVERAGE LINE2:hum1#6666ff:"Luftfeuchtigkeit enklavE\n" \
|
---|
| 76 | GPRINT:hums1:LAST:"Letzte Messung unten\: %3.2lf" GPRINT:hums2:LAST:"oben\: %3.2lf" GPRINT:hums9:LAST:"aussen\: %3.2lf" GPRINT:hum1:LAST:"enklavE\: %3.2lf"
|
---|
[a605f5ba] | 77 |
|
---|
| 78 | rrdtool graph web/luftfeuchtigkeit_1tag.png --title "Luftfeuchtigkeit im Tagesverlauf" --font TITLE:12 --vertical-label="%" -s 'now - 1 day' -e 'now' \
|
---|
| 79 | DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" \
|
---|
| 80 | DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" \
|
---|
| 81 | DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" \
|
---|
[f15e2ac] | 82 | DEF:hum1=../mqtttemp/mqtttemp.rrd:hum1:AVERAGE LINE2:hum1#6666ff:"Luftfeuchtigkeit enklavE\n" \
|
---|
| 83 | GPRINT:hums1:LAST:"Letzte Messung unten\: %3.2lf" GPRINT:hums2:LAST:"oben\: %3.2lf" GPRINT:hums9:LAST:"aussen\: %3.2lf" GPRINT:hum1:LAST:"enklavE\: %3.2lf"
|
---|
[a605f5ba] | 84 |
|
---|
| 85 | rrdtool graph web/luftfeuchtigkeit_1woche.png --title "Luftfeuchtigkeit im Wochenverlauf" --font TITLE:12 --vertical-label="%" -s 'now - 1 week' -e 'now' \
|
---|
| 86 | DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" \
|
---|
| 87 | DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" \
|
---|
[f63674a] | 88 | DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" \
|
---|
| 89 | DEF:hum1=../mqtttemp/mqtttemp.rrd:hum1:AVERAGE LINE2:hum1#6666ff:"Luftfeuchtigkeit enklavE"
|
---|
[a605f5ba] | 90 |
|
---|
| 91 | rrdtool graph web/luftfeuchtigkeit_1monat.png --title "Luftfeuchtigkeit im Monatsverlauf" --font TITLE:12 --vertical-label="%" -s 'now - 1 month' -e 'now' \
|
---|
| 92 | DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" \
|
---|
| 93 | DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" \
|
---|
[f63674a] | 94 | DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" \
|
---|
| 95 | DEF:hum1=../mqtttemp/mqtttemp.rrd:hum1:AVERAGE LINE2:hum1#6666ff:"Luftfeuchtigkeit enklavE"
|
---|
[a605f5ba] | 96 |
|
---|
| 97 | rrdtool graph web/luftfeuchtigkeit_1jahr.png --title "Luftfeuchtigkeit im Jahresverlauf" --font TITLE:12 --vertical-label="%" -s 'now - 1 year' -e 'now' \
|
---|
| 98 | DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" \
|
---|
| 99 | DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" \
|
---|
[f63674a] | 100 | DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" \
|
---|
| 101 | DEF:hum1=../mqtttemp/mqtttemp.rrd:hum1:AVERAGE LINE2:hum1#6666ff:"Luftfeuchtigkeit enklavE"
|
---|
[a605f5ba] | 102 |
|
---|
| 103 | rrdtool graph web/luftfeuchtigkeit_5jahr.png --title "Luftfeuchtigkeit im Jahresverlauf" --font TITLE:12 --vertical-label="%" -s 'now - 5 year' -e 'now' \
|
---|
| 104 | DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" \
|
---|
| 105 | DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" \
|
---|
[f63674a] | 106 | DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" \
|
---|
| 107 | DEF:hum1=../mqtttemp/mqtttemp.rrd:hum1:AVERAGE LINE2:hum1#6666ff:"Luftfeuchtigkeit enklavE"
|
---|
[7fbafc7] | 108 |
|
---|
[af9afaf] | 109 |
|
---|
[53aed1c] | 110 | rrdtool graph web/regen_1tag.png \
|
---|
| 111 | --title "Regen im Tagesverlauf" \
|
---|
[8cc14b9] | 112 | --font TITLE:12 \
|
---|
[53aed1c] | 113 | -s 'now - 1 day' -e 'now' \
|
---|
| 114 | -v mm/Stunde \
|
---|
| 115 | DEF:rains9=weather.rrd:rains9:AVERAGE \
|
---|
| 116 | CDEF:rainph=rains9,3600,*,1,*,0.295,* \
|
---|
| 117 | CDEF:rainpd=rainph,24,* \
|
---|
| 118 | VDEF:totalrain=rainpd,AVERAGE \
|
---|
| 119 | GPRINT:totalrain:"Total %6.0lf mm/Tag" \
|
---|
| 120 | LINE2:rainph#729fcf
|
---|
[daaef3e] | 121 |
|
---|
[53aed1c] | 122 | rrdtool graph web/regen_1woche.png \
|
---|
| 123 | --title "Regen im Wochenverlauf" \
|
---|
[8cc14b9] | 124 | --font TITLE:12 \
|
---|
[53aed1c] | 125 | -s 'now - 1 week' -e 'now' \
|
---|
| 126 | -v mm/Stunde \
|
---|
| 127 | DEF:rains9=weather.rrd:rains9:AVERAGE \
|
---|
| 128 | CDEF:rainph=rains9,3600,*,1,*,0.295,* \
|
---|
| 129 | CDEF:rainpw=rainph,168,* \
|
---|
| 130 | VDEF:totalrain=rainpw,AVERAGE \
|
---|
| 131 | GPRINT:totalrain:"Total %6.0lf mm/Woche" \
|
---|
| 132 | LINE2:rainph#729fcf
|
---|
[daaef3e] | 133 |
|
---|
[53aed1c] | 134 | rrdtool graph web/regen_1monat.png \
|
---|
| 135 | --title "Regen im Monatsverlauf" \
|
---|
[8cc14b9] | 136 | --font TITLE:12 \
|
---|
[53aed1c] | 137 | -s 'now - 1 month' -e 'now' \
|
---|
| 138 | -v mm/Tag \
|
---|
| 139 | DEF:rains9=weather.rrd:rains9:AVERAGE \
|
---|
| 140 | CDEF:rainpd=rains9,3600,*,24,*,0.295,* \
|
---|
| 141 | CDEF:rainpm=rainpd,30,* \
|
---|
| 142 | VDEF:totalrain=rainpm,AVERAGE \
|
---|
| 143 | GPRINT:totalrain:"Total %6.0lf mm/Monat" \
|
---|
| 144 | LINE2:rainpd#729fcf
|
---|
[daaef3e] | 145 |
|
---|
[c22952c] | 146 | rrdtool graph web/regen_1jahr.png \
|
---|
| 147 | --title "Regen im Jahresverlauf" \
|
---|
[8cc14b9] | 148 | --font TITLE:12 \
|
---|
[c22952c] | 149 | -s 'now - 1 year' -e 'now' \
|
---|
| 150 | -v mm/Tag \
|
---|
| 151 | DEF:rains9=weather.rrd:rains9:AVERAGE \
|
---|
| 152 | CDEF:rainpd=rains9,3600,*,24,*,0.295,* \
|
---|
| 153 | CDEF:rainpm=rainpd,30,* \
|
---|
| 154 | VDEF:totalrain=rainpm,AVERAGE \
|
---|
| 155 | GPRINT:totalrain:"Total %6.0lf mm/Jahr" \
|
---|
| 156 | LINE2:rainpd#729fcf
|
---|
[daaef3e] | 157 |
|
---|
[7fbafc7] | 158 | rrdtool graph web/regen_5jahr.png \
|
---|
| 159 | --title "Regen im Jahresverlauf" \
|
---|
| 160 | --font TITLE:12 \
|
---|
| 161 | -s 'now - 5 year' -e 'now' \
|
---|
| 162 | -v mm/Tag \
|
---|
| 163 | DEF:rains9=weather.rrd:rains9:AVERAGE \
|
---|
| 164 | CDEF:rainpd=rains9,3600,*,24,*,0.295,* \
|
---|
| 165 | CDEF:rainpm=rainpd,30,* \
|
---|
| 166 | VDEF:totalrain=rainpm,AVERAGE \
|
---|
| 167 | GPRINT:totalrain:"Total %6.0lf mm/Jahr" \
|
---|
| 168 | LINE2:rainpd#729fcf
|
---|
| 169 |
|
---|
| 170 |
|
---|
[8cc14b9] | 171 | rrdtool graph web/wind_1tag.png --title "Wind im Tagesverlauf" --font TITLE:12 -s 'now - 1 day' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h"
|
---|
[daaef3e] | 172 |
|
---|
[8cc14b9] | 173 | rrdtool graph web/wind_1woche.png --title "Wind im Wochenverlauf" --font TITLE:12 -s 'now - 1 week' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h"
|
---|
[daaef3e] | 174 |
|
---|
[8cc14b9] | 175 | rrdtool graph web/wind_1monat.png --title "Wind im Monatsverlauf" --font TITLE:12 -s 'now - 1 month' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h"
|
---|
[c22952c] | 176 |
|
---|
[8cc14b9] | 177 | rrdtool graph web/wind_1jahr.png --title "Wind im Jahresverlauf" --font TITLE:12 -s 'now - 1 year' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h"
|
---|
[7fbafc7] | 178 |
|
---|
| 179 | rrdtool graph web/wind_5jahr.png --title "Wind im Jahresverlauf" --font TITLE:12 -s 'now - 5 year' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h"
|
---|