Search found 7 matches

by Andreas RD
Wed May 13, 2015 5:16 pm
Forum: Wishes
Topic: dayofyear for html-templares
Replies: 2
Views: 11247

Re: dayofyear for html-templares

Thanks Bruno,

I will try.

Best regards, Andreas
by Andreas RD
Sat May 02, 2015 4:16 pm
Forum: Meteohub Application
Topic: Probleme mit SOIL Feuchtesensor
Replies: 6
Views: 5391

Re: Probleme mit SOIL Feuchtesensor

Hallo Mario,
ich habe nochmal bei mir nachgeschaut.
Anfangs hatte ich bei der Soil/Leaf-Station nur Tempsensoren, keine Feuchtesensoren.

Die Meteohubdaten sahen wie folgt aus:
20141215122708 th21 28 200 0000
Für den nicht vorhanden Feuchtesensor wurde der Wert 200, also max. Widerstand übergeben ...
by Andreas RD
Fri May 01, 2015 6:41 pm
Forum: Meteohub Application
Topic: Probleme mit SOIL Feuchtesensor
Replies: 6
Views: 5391

Re: Probleme mit SOIL Feuchtesensor

Hallo.
Ich habe Ende Dezember 14 in sehr lehmigem Boden 4 Watermark Feuchtesensoren in den Tiefen 10cm, 20cm, 50cm und 1m eingebaut.
Wie bei Davis empfohlen wurden sie eingeschlämmt.
Die ersten 14 Tage zeigten sie 0 cbar.
Erst nach 3 Monaten bewegte sich in den obersten 20cm wirklich etwas. In 50 cm ...
by Andreas RD
Fri May 01, 2015 1:51 pm
Forum: Wishes
Topic: dayofyear for html-templares
Replies: 2
Views: 11247

dayofyear for html-templares

For calculating average values or balances it would be great to get the number of the actual 'day of the year'.
e.g.:
<data timeframe="actual">
<item sensor="date0" cat="dayofyear" unit="utc">120</item> (e.g. for 30th April this year)

For instance multiplying (math function in meteohub) the average ...
by Andreas RD
Thu Apr 30, 2015 6:13 pm
Forum: Raspberry PI
Topic: QuadCore 1GB
Replies: 1
Views: 2927

QuadCore 1GB

As my B 512MB needs a long time to recalculate (just the current year) I just purchased a Model B QuadCore 1GB which should have a better performance (...?).
I switched the sd-card with meteohub from the 512 to the QuadCore but it wouldn't boot.
Do I have to reinstall Meteohub on the sd-card?
Does ...
by Andreas RD
Mon Nov 03, 2014 3:58 pm
Forum: misc
Topic: Meteohub forecast text
Replies: 1
Views: 10305

Meteohub forecast text

Is there a way to edit the text of the forecast in meteohub, received from a Vantage Pro?

e.g: windshift to W, NW, or N is pretty unkikely; I would like to replace it by 'backing'.

Is there any file in the meteohub system where it can be edited?

Thanks, Andreas
by Andreas RD
Thu Feb 06, 2014 5:14 pm
Forum: Meteohub Application
Topic: Gawk - combine virtual sol sensor with heart beat
Replies: 0
Views: 2035

Gawk - combine virtual sol sensor with heart beat

Can anybody help me with gawg?

For displaying sunshine hours in a graph I created a virtual sensor "data9" using the gawk command - awk '{ if ($3 < 120) printf ''0''; else printf ''8460000'' }' - with the sol sensor of my Vantage. But my Vantage provides sol data every 51 sec. For that reason the ...