chirp456
(Chirp456)
November 30, 2024, 8:17am
1
IMPORTANT BEFORE POSTING:
Summary
What is the issue you’re facing?
Payload label is not appearing on the Live Data.
Logs
Please paste any error logs here and use the text format (< / >) option (No screenshots! )
Hardware
What device and/or gateway are you using? Specify vendor, model & version as well.
I’m using LR1302 as gateway and STM32WL55JC1 as end node
descartes
(Nick McCloud)
November 30, 2024, 11:40am
2
What is the payload label? Do you mean the contents of the payload? It is the hex that appears in the box just after the DevAddr hex box.
This comes from this part of the uplink (click on the console line to see it):
"received_at": "2024-11-30T11:30:11.647850854Z",
"uplink_message": {
"session_key_id": "AZN81UL58LZlBPbaAm8ZBA==",
"f_port": 1,
"frm_payload": "AFIHJwP9Vb0CrVWM",
So you’d need to have a frm_payload for anything to be seen.
What is appearing in Live Data? (small screen shot is OK)
PS: Please remove template info from new topics - it took a moment to see where your query was intermingled with the other text.
chirp456
(Chirp456)
November 30, 2024, 12:39pm
3
Hi Nick. Thank you for the response. I can now see the payload. I discovered that the frm_payload is on base64 format. Thus, I did not see the number of bytes I expected.