Page 1 of 1

[BUG] WIND label is new and incorrect R51

Posted: 07 Feb 2024, 19:35
by Minims
Hello @Stuntteam


I have a TFA that is found with the R51.

I have received this :

20;70;TFA;ID=0ade0d;WIND=0011;

I think WIND needs to be replace by WINSP.

According with the RFLink "List of Data Fields: (LABEL=data)" this seems a RFLink bug:

https://www.rflink.nl/protref.php
The RFLink allowed labels (related to wind) should be:

WINSP=9999 => Wind speed in km. p/h (hexadecimal) needs division by 10
AWINSP=9999 => Average Wind speed in km. p/h (hexadecimal) needs division by 10
WINGS=9999 => Wind Gust in km. p/h (hexadecimal)
WINDIR=123 => Wind direction (integer value from 0-15) reflecting 0-360 degrees in 22.5 degree steps
WINCHL => wind chill (hexadecimal, see TEMP)
WINTMP=1234 => Wind meter temperature reading (hexadecimal, see TEMP)

Thanks

Re: [BUG] WIND label is new and incorrect R51

Posted: 26 Feb 2024, 16:24
by bidrohini
According to the RFLink protocol reference, the correct label for wind speed should be "WINSP" instead of "WIND." So, you're right in thinking that "WIND" needs to be replaced by "WINSP."

Code: Select all

20;70;TFA;ID=0ade0d;WINSP=0011;