Meteobridge conversion from mm to inches is incorrect. This can be tested during any rain event by entering the following alarm:
RAISE: [rain0total-sum24h] > 0
BODY: [rain0total-sum24h=in.01] should equal {*[rain0total-sum24h]/25.4*}
The result In my case? "2.0 should equal 2.04"
Conversion Incorrect **solved**
Moderator: Mattk
Re: Conversion Incorrect
As far as I can see with =in.01 the number of decimals requested is 1 , the defaultLAWx wrote: Thu Feb 14, 2019 4:02 pm Meteobridge conversion from mm to inches is incorrect. This can be tested during any rain event by entering the following alarm:
RAISE: [rain0total-sum24h] > 0
BODY: [rain0total-sum24h=in.01] should equal {*[rain0total-sum24h]/25.4*}
The result In my case? "2.0 should equal 2.04"
If you want two decimals it should be =in.2
Wim