daniwebCH
(Daniweb Ch)
1
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?
javicalle
(javicalle)
2
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:
daniwebCH
(Daniweb Ch)
3
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:
- ser2net addon, but would be strange because it is always and only for this device.
- 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