Page 1 of 1

Conversion Incorrect **solved**

Posted: Thu Feb 14, 2019 4:02 pm
by LAWx
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"

Re: Conversion Incorrect

Posted: Thu Feb 14, 2019 5:07 pm
by wvdkuil
LAWx 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"
As far as I can see with =in.01 the number of decimals requested is 1 , the default
If you want two decimals it should be =in.2

Wim