Changeset 53aed1c
- Timestamp:
- 11/30/2014 09:21:35 PM (10 years ago)
- Branches:
- master
- Children:
- cf9f2dc
- Parents:
- 5ce93a3
- Location:
- de.wigbels.ruby
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
de.wigbels.ruby/hotcoldrain/draw_graphs.sh
r5ce93a3 r53aed1c 1 1 #!/bin/bash 2 2 3 rrdtool graph web/temperatur_1tag.png - w 800 -h 500 -s 'now - 1 day' -e 'now' DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" DEF:temps9=weather.rrd:temps9:AVERAGE LINE2:temps9#4e9a06:"Temperatur aussen"3 rrdtool graph web/temperatur_1tag.png --title "Temperaturen im Tagesverlauf" --font TITLE:12 --vertical-label="° Celsius" -w 800 -h 500 -s 'now - 1 day' -e 'now' DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" DEF:temps9=weather.rrd:temps9:AVERAGE LINE2:temps9#4e9a06:"Temperatur aussen\n" GPRINT:temps1:LAST:"Letzte Messung unten\: %2.2lf" GPRINT:temps2:LAST:"oben\: %2.2lf" GPRINT:temps9:LAST:"aussen\: %2.2lf" 4 4 5 rrdtool graph web/temperatur_1woche.png - w 800 -h 500 -s 'now - 1 week' -e 'now' DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" 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"5 rrdtool graph web/temperatur_1woche.png --title "Temperaturen im Wochenverlauf" --font TITLE:12 --vertical-label="° Celsius" -w 800 -h 500 -s 'now - 1 week' -e 'now' DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" 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" 6 6 7 rrdtool graph web/temperatur_1monat.png - w 800 -h 500 -s 'now - 1 month' -e 'now' DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" 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"7 rrdtool graph web/temperatur_1monat.png --title "Temperaturen im Monatsverlauf" --font TITLE:12 --vertical-label="° Celsius" -w 800 -h 500 -s 'now - 1 month' -e 'now' DEF:temps1=weather.rrd:temps1:AVERAGE LINE2:temps1#204a87:"Temperatur unten" DEF:temps2=weather.rrd:temps2:AVERAGE LINE2:temps2#f57900:"Temperatur oben" 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" 8 8 9 9 10 rrdtool graph web/luftfeuchtigkeit_1tag.png - w 800 -h 500 -s 'now - 1 day' -e 'now' DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen"10 rrdtool graph web/luftfeuchtigkeit_1tag.png --title "Luftfeuchtigkeit im Tagesverlauf" --font TITLE:12 --vertical-label="%" -w 800 -h 500 -s 'now - 1 day' -e 'now' DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" GPRINT:hums1:LAST:"Letzte Messung unten\: %3.2lf" GPRINT:hums2:LAST:"oben\: %3.2lf" GPRINT:hums9:LAST:"aussen\: %3.2lf" 11 11 12 rrdtool graph web/luftfeuchtigkeit_1woche.png - w 800 -h 500 -s 'now - 1 week' -e 'now' DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen"12 rrdtool graph web/luftfeuchtigkeit_1woche.png --title "Luftfeuchtigkeit im Wochenverlauf" --font TITLE:12 --vertical-label="%" -w 800 -h 500 -s 'now - 1 week' -e 'now' DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" 13 13 14 rrdtool graph web/luftfeuchtigkeit_1monat.png - w 800 -h 500 -s 'now - 1 month' -e 'now' DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen"14 rrdtool graph web/luftfeuchtigkeit_1monat.png --title "Luftfeuchtigkeit im Monatsverlauf" --font TITLE:12 --vertical-label="%" -w 800 -h 500 -s 'now - 1 month' -e 'now' DEF:hums1=weather.rrd:hums1:AVERAGE LINE2:hums1#204a87:"Luftfeuchtigkeit unten" DEF:hums2=weather.rrd:hums2:AVERAGE LINE2:hums2#f57900:"Luftfeuchtigkeit oben" DEF:hums9=weather.rrd:hums9:AVERAGE LINE2:hums9#4e9a06:"Luftfeuchtigkeit aussen\n" 15 15 16 16 17 rrdtool graph web/regen_1tag.png -w 800 -h 500 -s 'now - 1 day' -e 'now' -v mm/Stunde DEF:rains9=weather.rrd:rains9:AVERAGE CDEF:rainph=rains9,3600,*,1,*,0.295,* CDEF:rainpd=rainph,24,* VDEF:totalrain=rainpd,AVERAGE GPRINT:totalrain:"Total %6.0lf mm/Tag" LINE2:rainph#729fcf 17 rrdtool graph web/regen_1tag.png \ 18 --title "Regen im Tagesverlauf" \ 19 --font TITLE:12 -w 800 -h 500 \ 20 -s 'now - 1 day' -e 'now' \ 21 -v mm/Stunde \ 22 DEF:rains9=weather.rrd:rains9:AVERAGE \ 23 CDEF:rainph=rains9,3600,*,1,*,0.295,* \ 24 CDEF:rainpd=rainph,24,* \ 25 VDEF:totalrain=rainpd,AVERAGE \ 26 GPRINT:totalrain:"Total %6.0lf mm/Tag" \ 27 LINE2:rainph#729fcf 18 28 19 rrdtool graph web/regen_1woche.png -w 800 -h 500 -s 'now - 1 week' -e 'now' -v mm/Stunde DEF:rains9=weather.rrd:rains9:AVERAGE CDEF:rainph=rains9,3600,*,1,*,0.295,* CDEF:rainpw=rainph,168,* VDEF:totalrain=rainpw,AVERAGE GPRINT:totalrain:"Total %6.0lf mm/Woche" LINE2:rainph#729fcf 29 rrdtool graph web/regen_1woche.png \ 30 --title "Regen im Wochenverlauf" \ 31 --font TITLE:12 -w 800 -h 500 \ 32 -s 'now - 1 week' -e 'now' \ 33 -v mm/Stunde \ 34 DEF:rains9=weather.rrd:rains9:AVERAGE \ 35 CDEF:rainph=rains9,3600,*,1,*,0.295,* \ 36 CDEF:rainpw=rainph,168,* \ 37 VDEF:totalrain=rainpw,AVERAGE \ 38 GPRINT:totalrain:"Total %6.0lf mm/Woche" \ 39 LINE2:rainph#729fcf 20 40 21 rrdtool graph web/regen_1monat.png -w 800 -h 500 -s 'now - 1 month' -e 'now' -v mm/Tag DEF:rains9=weather.rrd:rains9:AVERAGE CDEF:rainpd=rains9,3600,*,24,*,0.295,* CDEF:rainpm=rainpd,30,* VDEF:totalrain=rainpm,AVERAGE GPRINT:totalrain:"Total %6.0lf mm/Monat" LINE2:rainpd#729fcf 41 rrdtool graph web/regen_1monat.png \ 42 --title "Regen im Monatsverlauf" \ 43 --font TITLE:12 -w 800 -h 500 \ 44 -s 'now - 1 month' -e 'now' \ 45 -v mm/Tag \ 46 DEF:rains9=weather.rrd:rains9:AVERAGE \ 47 CDEF:rainpd=rains9,3600,*,24,*,0.295,* \ 48 CDEF:rainpm=rainpd,30,* \ 49 VDEF:totalrain=rainpm,AVERAGE \ 50 GPRINT:totalrain:"Total %6.0lf mm/Monat" \ 51 LINE2:rainpd#729fcf 22 52 23 53 24 rrdtool graph web/wind_1tag.png - w 800 -h 500 -s 'now - 1 day' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h"54 rrdtool graph web/wind_1tag.png --title "Wind im Tagesverlauf" --font TITLE:12 -w 800 -h 500 -s 'now - 1 day' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h" 25 55 26 rrdtool graph web/wind_1woche.png - w 800 -h 500 -s 'now - 1 week' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h"56 rrdtool graph web/wind_1woche.png --title "Wind im Wochenverlauf" --font TITLE:12 -w 800 -h 500 -s 'now - 1 week' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h" 27 57 28 rrdtool graph web/wind_1monat.png - w 800 -h 500 -s 'now - 1 month' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h"58 rrdtool graph web/wind_1monat.png --title "Wind im Monatsverlauf" --font TITLE:12 -w 800 -h 500 -s 'now - 1 month' -e 'now' -v km/h DEF:winds9=weather.rrd:winds9:AVERAGE LINE2:winds9#2e3436:"Wind km/h" -
de.wigbels.ruby/hothotread/draw_graphs.sh
r5ce93a3 r53aed1c 1 #!/bin/bash 1 #!/bin/bash 2 #DEF:temps9=../hotcoldrain/weather.rrd:temps9:AVERAGE \ 3 #LINE1:temps9#4e9a06:"Temperatur aussen\n" \ 2 4 3 rrdtool graph gastest.png -w 800 -h 500 -s 'now - 1 day' -e 'now' DEF:gas=energy.rrd:gas:AVERAGE LINE2:gas#204a87:"Gas Liter" 5 rrdtool graph web/gas_1tag.png \ 6 -w 800 -h 500 \ 7 -s 'now - 1 day' -e 'now' \ 8 --title "Gasverbrauch im Tagesverlauf" \ 9 --font TITLE:12 --vertical-label="Liter/Stunde" \ 10 DEF:gas=gas.rrd:gas:AVERAGE \ 11 CDEF:gash=gas,120,* \ 12 VDEF:gastotal=gas,TOTAL \ 13 GPRINT:gastotal:"Total %6.0lf m3 Gas" \ 14 LINE2:gash#c17d11:"Gasverbrauch" 15 16 rrdtool graph web/gas_1woche.png \ 17 -w 800 -h 500 \ 18 -s 'now - 1 week' -e 'now' \ 19 --title "Gasverbrauch im Wochenverlauf" \ 20 --font TITLE:12 --vertical-label="Liter/Tag" \ 21 DEF:gas=gas.rrd:gas:AVERAGE \ 22 CDEF:gasd=gas,2880,* \ 23 VDEF:gastotal=gas,TOTAL \ 24 GPRINT:gastotal:"Total %6.0lf m3 Gas" \ 25 LINE2:gasd#c17d11:"Gasverbrauch/Tag" 26 27 rrdtool graph web/gas_1monat.png \ 28 -w 800 -h 500 \ 29 -s 'now - 1 month' -e 'now' \ 30 --title "Gasverbrauch im Monatsverlauf" \ 31 --font TITLE:12 --vertical-label="Liter/Tag" \ 32 DEF:gas=gas.rrd:gas:AVERAGE \ 33 CDEF:gasd=gas,2880,* \ 34 VDEF:gastotal=gas,TOTAL \ 35 GPRINT:gastotal:"Total %6.0lf m3 Gas" \ 36 LINE2:gasd#c17d11:"Gasverbrauch/Tag" 37 -
de.wigbels.ruby/hothotread/hothotpiper.rb
r5ce93a3 r53aed1c 24 24 include PiPiper 25 25 26 @mypath = File.expand_path(File.dirname(__FILE__))26 $mypath = File.expand_path(File.dirname(__FILE__)) 27 27 28 28 … … 30 30 puts('added 10 liter of gas to sensor-database') 31 31 Net::HTTP.get(URI.parse('http://www.wigbels.net/cgi-bin/hhw.rb?sensorid=1&data=10')) 32 system("rrdtool update #{ @mypath}/energy.rrd N:10:U:U")32 system("rrdtool update #{$mypath}/gas.rrd N:10") 33 33 end 34 34
Note:
See TracChangeset
for help on using the changeset viewer.