Hi,
I have made a script with which I am sending a CayenneLPP payload from a device to a gateway.
This works, so I see the CayenneLPP format in the Live Data of my device, showing as decoded_payload. See example below (I left the session key out) :
“uplink_message”: {
“session_key_id”: “/”,
“f_port”: 1,
“f_cnt”: 34,
“frm_payload”: “AWUJoQ==”,
“decoded_payload”: {
“luminosity_1”: 2465
},
However, this decoded_payload is not visible in the gateway. Only the frm_payload.
Is there a way to get the CayenneLPP decoded payload in the live data of the gateway?
Thanks in advance!