Meteobridge/Davis Vantage..
(this was posted under Weather Station Hardware, I deleted and re-entered
Wunderground Daily Precipitation, Current, High, Low Average incorrect.
It appears daily history for Current will show current precipitation, while it is raining.
However, it will reset to 0 when it stops. Values for High/Low/Average do not appear.
I am not sure if this is a problem at Wunderground, or with Meteobridge.
dailyrainin is zero. Right now it should show the total rain we had for today, .22
data passed to Wunderground (sanitized for viewing):
http://rtupdate.wunderground.com/weathe ... =updateraw
ID=xxxxx
PASSWORD=xxxxx
dateutc=2013-07-20%2015:44:30
realtime=1
rtfreq=5
winddir=11
winddir_avg2m=22.5
windgustdir_10m=69.0
windgustmph=2.9
windgustmph_10m=2.9
windspeedmph=0.0
windspdmph_avg2m=0.9
tempf=71.2
humidity=77
dewptf=63.7
baromin=29.88
indoortempf=75.7
indoorhumidity=53
rainin=0.00
dailyrainin=0.00
softwaretype=meteobridge
wunderground parameter defs.. ( http://wiki.wunderground.com/index.php/ ... d_Protocol )
rainin - [rain inches over the past hour)] -- the accumulated rainfall in the past 60 min
dailyrainin - [rain inches so far today in local time]
I see similar data with Saratoga-Weather, however I can correct that with a change to
the data passed in the http push. I see no way to modify what is sent to Wunderground.
Thanks.
--john
Daily Precipitation problems
Moderator: Mattk
Re: Daily Precipitation problems
do you see correct values for daily rain on "live data" tab of Meteobridge?
Re: Daily Precipitation problems
I checked with my station and dailyrain does work and increments fine when I simulate rain.
After having started Meteobridge it can pass the first rain signal, but this should only make a minimal
difference to what is shown at the console and it only appears after having done configuration
changes with meteobridge that cause internal datalogger process to restart and to adapt
to current bucket tip counter of the station.
rain rate will go to zero when rainfall stops, but rain totals don't. please make sure that you
reference todays rain with template variable "rain0total-daysum" and not with act/min/max/etc.
As rain0total is a cumulative value, just the "sum" qualifiers deliver meaningful results. The
wiki also states that.
After having started Meteobridge it can pass the first rain signal, but this should only make a minimal
difference to what is shown at the console and it only appears after having done configuration
changes with meteobridge that cause internal datalogger process to restart and to adapt
to current bucket tip counter of the station.
rain rate will go to zero when rainfall stops, but rain totals don't. please make sure that you
reference todays rain with template variable "rain0total-daysum" and not with act/min/max/etc.
As rain0total is a cumulative value, just the "sum" qualifiers deliver meaningful results. The
wiki also states that.
-
- Fresh Boarder
- Posts: 4
- Joined: Sat Jul 20, 2013 5:11 pm
Re: Daily Precipitation problems
Hello.
I apologize if I missed something in the docs, I was not aware there is a template file available for Wunderground.
Is this something that is available?
I did look at the raw data sent to wunderground, and it appeared to use the wrong values..
Rain totals, for the most part are all 0.00, with a few exceptions, showing some result..
Here is some historical data from wunderground (hope it will help.. )
You can see the data show rainfall (HourlyPrecipin), yet the dailyrainin does not seem to contain the daily total.
Thanks.
--john
I apologize if I missed something in the docs, I was not aware there is a template file available for Wunderground.
Is this something that is available?
I did look at the raw data sent to wunderground, and it appeared to use the wrong values..
Rain totals, for the most part are all 0.00, with a few exceptions, showing some result..
Here is some historical data from wunderground (hope it will help.. )
You can see the data show rainfall (HourlyPrecipin), yet the dailyrainin does not seem to contain the daily total.
Code: Select all
Time,TemperatureF,DewpointF,PressureIn,WindDirection,WindDirectionDegrees,WindSpeedMPH,WindSpeedGustMPH,Humidity,HourlyPrecipIn,Conditions,Clouds,dailyrainin,SoftwareType,DateUTC
2013-07-20 06:13:00,65.1,59.9,29.96,NW,326,4.0,8.1,83,0.00,,,0.00,meteobridge,2013-07-20 11:13:00,
2013-07-20 06:18:00,64.9,59.9,29.96,West,271,2.0,4.0,84,0.01,,,0.00,meteobridge,2013-07-20 11:18:00,
2013-07-20 06:23:00,64.8,60.1,29.96,NNW,337,4.0,8.1,85,0.01,,,0.00,meteobridge,2013-07-20 11:23:00,
2013-07-20 06:28:00,64.4,60.1,29.96,SW,214,4.9,6.9,86,0.02,,,0.00,meteobridge,2013-07-20 11:28:00,
2013-07-20 06:33:00,64.0,59.7,29.96,West,271,6.0,6.9,86,0.02,,,0.00,meteobridge,2013-07-20 11:33:00,
2013-07-20 06:38:00,64.2,59.9,29.97,West,266,0.9,6.0,86,0.02,,,0.00,meteobridge,2013-07-20 11:38:00,
2013-07-20 06:43:00,64.0,59.7,29.97,West,275,2.9,4.9,86,0.03,,,0.01,meteobridge,2013-07-20 11:43:00,
2013-07-20 06:48:00,64.0,60.1,29.97,WNW,300,2.9,6.9,87,0.03,,,0.00,meteobridge,2013-07-20 11:48:00,
2013-07-20 06:53:00,64.0,59.7,29.97,WNW,288,4.9,6.0,86,0.04,,,0.00,meteobridge,2013-07-20 11:53:00,
2013-07-20 06:58:00,63.7,59.4,29.96,NNW,345,6.0,6.0,86,0.05,,,0.00,meteobridge,2013-07-20 11:58:00,
2013-07-20 07:03:00,63.5,59.2,29.96,WNW,287,6.9,8.1,86,0.06,,,0.00,meteobridge,2013-07-20 12:03:00,
2013-07-20 07:08:00,63.3,58.8,29.96,West,280,2.9,6.0,85,0.08,,,0.01,meteobridge,2013-07-20 12:08:00,
2013-07-20 07:14:00,63.0,59.0,29.95,West,262,2.9,4.9,87,0.09,,,0.00,meteobridge,2013-07-20 12:14:00,
2013-07-20 07:19:00,62.8,59.2,29.94,NNW,336,2.0,6.0,88,0.10,,,0.01,meteobridge,2013-07-20 12:19:00,
2013-07-20 07:24:00,62.6,59.5,29.93,WNW,295,0.9,4.0,90,0.11,,,0.00,meteobridge,2013-07-20 12:24:00,
2013-07-20 07:29:00,62.4,59.4,29.93,NW,309,0.9,4.0,90,0.11,,,0.00,meteobridge,2013-07-20 12:29:00,
2013-07-20 07:34:00,62.4,59.7,29.91,NNE,32,0.0,2.0,91,0.12,,,0.00,meteobridge,2013-07-20 12:34:00,
2013-07-20 07:39:00,62.4,59.7,29.92,NNW,328,0.9,0.9,91,0.13,,,0.00,meteobridge,2013-07-20 12:39:00,
2013-07-20 07:44:00,62.4,59.7,29.91,NNE,13,0.0,0.9,91,0.12,,,0.00,meteobridge,2013-07-20 12:44:00,
2013-07-20 07:49:00,62.4,59.7,29.89,NNE,23,0.0,0.9,91,0.13,,,0.00,meteobridge,2013-07-20 12:49:00,
2013-07-20 07:55:00,62.4,59.7,29.89,NNW,333,0.0,0.9,91,0.12,,,0.00,meteobridge,2013-07-20 12:55:00,
2013-07-20 08:00:00,62.6,59.9,29.89,NNW,333,0.0,0.9,91,0.11,,,0.00,meteobridge,2013-07-20 13:00:00,
2013-07-20 08:05:00,62.8,60.4,29.89,NNW,333,0.0,0.0,92,0.09,,,0.00,meteobridge,2013-07-20 13:05:00,
2013-07-20 08:10:00,62.8,60.8,29.90,SW,236,0.9,0.9,93,0.08,,,0.00,meteobridge,2013-07-20 13:10:00,
2013-07-20 08:15:00,63.0,61.0,29.90,WSW,245,0.0,0.9,93,0.06,,,0.00,meteobridge,2013-07-20 13:15:00,
2013-07-20 08:20:00,63.3,61.5,29.90,SW,223,0.0,0.9,94,0.05,,,0.00,meteobridge,2013-07-20 13:20:00,
2013-07-20 08:25:00,63.5,61.7,29.90,SW,223,0.0,0.9,94,0.03,,,0.00,meteobridge,2013-07-20 13:25:00,
2013-07-20 08:31:00,63.9,61.9,29.90,SW,225,0.0,0.9,93,0.02,,,0.00,meteobridge,2013-07-20 13:31:00,
2013-07-20 08:36:00,64.0,61.7,29.89,SSE,155,0.9,2.0,92,0.02,,,0.00,meteobridge,2013-07-20 13:36:00,
2013-07-20 08:41:00,64.4,62.4,29.90,SSW,202,0.0,0.0,93,0.01,,,0.00,meteobridge,2013-07-20 13:41:00,
2013-07-20 08:46:00,64.6,62.2,29.90,SSE,162,0.0,0.0,92,0.00,,,0.00,meteobridge,2013-07-20 13:46:00,
2013-07-20 08:51:00,64.8,62.1,29.89,SE,141,0.0,0.9,91,0.00,,,0.00,meteobridge,2013-07-20 13:51:00,
2013-07-20 08:56:00,64.8,61.5,29.88,SE,137,2.9,2.9,89,0.00,,,0.00,meteobridge,2013-07-20 13:56:00,
2013-07-20 09:02:00,64.8,61.7,29.88,SW,236,0.0,2.0,90,0.00,,,0.00,meteobridge,2013-07-20 14:02:00,
2013-07-20 09:07:00,64.9,61.9,29.88,WSW,246,0.0,2.0,90,0.00,,,0.00,meteobridge,2013-07-20 14:07:00,
--john
Re: Daily Precipitation problems
You are right, that looks strange. As I cannot reconstruct the probleme here, could you please send your
Meteobridge MAC to "info(at)smartbedded.com", which will allow me to login to your Meteobridge.
Meteobridge MAC to "info(at)smartbedded.com", which will allow me to login to your Meteobridge.
-
- Fresh Boarder
- Posts: 4
- Joined: Sat Jul 20, 2013 5:11 pm
Re: Daily Precipitation problems
Hello.
Email was sent.
Thanks for looking into this.
--john
Email was sent.
Thanks for looking into this.
--john
Re: Daily Precipitation problems
Problem was related to a bug that appears when not selecting January as annual rain season start.
Is fixed now. Any reboot after now will load bug-fixed code.
Is fixed now. Any reboot after now will load bug-fixed code.