Page 1 of 1

MB PRO - first steps into clientraw / WD-Live

Posted: Sat Jan 23, 2016 2:05 pm
by admin
Latest release also provides FTP data uploads in WD-Live format. Please see announcement here:
http://meteobridge.com/wiki/index.php/Forum#Version_2.7

Please report bugs you find (and there will be some in there for sure) into this thread.

Re: MB PRO - first steps into clientraw / WD-Live

Posted: Tue Feb 02, 2016 1:32 am
by xcom
Awesome!

Re: MB PRO - first steps into clientraw / WD-Live

Posted: Wed Feb 24, 2016 10:39 am
by wvdkuil
admin wrote:Latest release also provides FTP data uploads in WD-Live format. Please see announcement here:
http://meteobridge.com/wiki/index.php/Forum#Version_2.7

Please report bugs you find (and there will be some in there for sure) into this thread.
found one when first user switching from MH to MB-pro

Comparing WD-live displays shows rain values in MB-clientraw to be 0

First part of MB clientraw.txt: 12345 6.42 6.42 269 1.6 97 1017.7 0.0 0.0 0.0 0.00 0.00 17.8 38 3.3 -

Using my clientraw checker at http://www.weerstation-leuven.be/weathe ... php?p=93-6
007 rain daily M 0.0 mm ( = 0 in )
008 rain monthly M 0.0 mm ( = 0 in )
009 rain yearly M 0.0 mm ( = 0 in )
010 rain rate M 0.00 mm ( = 0 in )
011 rain rate max M 0.00 mm ( = 0 in )

There are values in MB for those fields as the normal tag files have values
184 | |rainToday|[rain0total-dmax.1:0]|!
| |rainToday|0.0|!
185 | |rainYday|[rain0total-ydaysum.1:0]|!
| |rainYday|0.2|!
186 | |rainWeek| ?|!
187 | |rainMonth|[rain0total-monthsum.1:0]|!
| |rainMonth|66.2|!
188 | |rainYear|[rain0total-yearsum.1:0]|!
| |rainYear|66.2|!
189 | |rainAll|[rain0total-allsum.1:0]|!
| |rainAll|66.2|!

MH shows correct values in both tag files and clientraw.

===
Switchd the MB-pro from meteostick to USB to make sure that I test only 1 thing at a time.

The clientraw fields are now populated (no zero values) but still not the same as the tag values

007 rain daily M 0.0 mm ( = 0 in )
008 rain monthly M 3.8 mm ( = 0.15 in )
009 rain yearly M 22.8 mm ( = 0.898 in )

184 | |rainToday|[rain0total-dmax.1:0]|!
| |rainToday|0.0|!
185 | |rainYday|[rain0total-ydaysum.1:0]|!
| |rainYday|2.4|!
186 | |rainWeek| ?|!
187 | |rainMonth|[rain0total-monthsum.1:0]|!
| |rainMonth|89.2|!
188 | |rainYear|[rain0total-yearsum.1:0]|!
| |rainYear|229.0|!

Comparing with MH the clientraw values seem to be the wrong ones.

Wim

Re: MB PRO - first steps into clientraw / WD-Live

Posted: Wed Feb 24, 2016 3:57 pm
by wvdkuil
Some other test results:

Field 048 icon type and 049 WeatherDescription are switched.
IMPORTANT as most scripts use this field for the Davis forecast

field 074 actual_date( dd/mm/yyyy) format is US without leading zero 2/24/2016
Should be 24/02/2016 as in Meteohub / WD (in default mode)

Other fields with a missing 0
031 actual_date seconds
036 actual_date month

Following observations are wrong and totally my fault. :oops: :oops:
There is an extra tab in MB-Pro, "Graphs" which I thought it was only for graphs and did not open.
Well you can specify THERE which senors should be used for clientraw also.

So next week I will further test the clientraw with WD-Live, now with all fields populated.
Wim

Missing data for extra sensors **)
020 temp extra_sensor 1 => for all extra sensors (020 - 025 120 - 121)
026 humidity extra_sensor 1 for all extra sensors (026 - 029 122 - 126)
Meteohub fills all missing data with sensor 1 data.
MB has all fields a - but sensor is connected and values are OK in normal tags
Also missing for other temp/hum extra sensor fields in clientraw extra

Soil/leaf sensors have no value in clientraw, they are OK in normal tags **)
156 leaf wetness
157 moisture soil
Soil also missing in clientrawextra.txt

Solar and uv alltime record fields have no data 684-695 in clientrawextra.txt . **)
Actual solar reading = field 034 is correct
In normal tags the data is correct.

**) => Extra sensor install flags (clientrawextra.txt) are off although sensors are detected by Meteobridge.
This explains also the missing data fields.
701 solar install flag ( s1 or s0) L s0
702 uv install flag ( u1 or u0) L u0
703 temp soil flag ( o1 or o0) L o0

I could not check clientrawhour.txt as that one is nearly empty at my place. I assume because of the malformed data base problem.