Hi,
lately I have some problems associated with the decoding of the payload that occasionally doesn’t seem to be translated by the TTN application decoder.
All begin from an error raised by the Thingsboard aplication server Data Converter due to missing data in the input coming from TTN, that usually contains value of temperature, battery … decoded by TTN
… but in some rarely case they are missing:
This is also confirmed in “Data Storage” integration
Translating the payload_raw (“A/mOFZwQAJFk”) in a byte array (“03 f9 8e 15 9c 10 00 91 64” ) and inserting it in the TTN decoder, it give me the correct decoded data.
So it doesn’t seem an incorrect payload but more an occasional problem related to TTN backend decoder functionality, anyone have experienced issue like this ?
Thanks,
Gianluigi