RFLINK Dropping invalid data for a valid entry

Hi,
my integration always reports
[rflink.protocol] dropping invalid data: 120;26;Oregon UVN1x8;ID=EA10;UV=0001;BAT=LOW;

For the UVN128 device.
The raw data I intercepted from another ser2net client is:
120;26;Oregon UVN1x8;ID=EA10;UV=0001;BAT=LOW;

Is this maybe missing on the integration interpretation?

That is something that must be addressed in the RFLink library, but that 120 value at the message beginning is not an allowed value:

could it be remnants of a previous message?

In any case you can try to open an issue at the library Github:

Hi, you are right there is an additional digit in front.
Currently it is 6, now I have to find out from where it is coming:

  1. ser2net addon, but would be strange because it is always and only for this device.
  2. issue on the rflink firmware 20;52;VER=1.1;REV=48;BUILD=04;

Anyway looks like as an issue not caused by homeassistant, I will try to find time to investigate and try things.
Thanks