maubaum
(Maubaum)
September 26, 2023, 10:15am
1
A few days ago I posted a issue where the payload data of a node simply disapeared in my TTN console.
And I closed the post since “magically” the payload was available again.
Here is the post:
Hi, I’m new to TTN.
I created an end-node, and successfully transmitted some messages from my end-node to a TTN gateway.
Later, in the console, I could see the payload and all details of the transmission, such as gateway info and rssi data. Everything as expected.
However, after I tried to configure the tab “Payload Formatters” in the console, I noticed that the payload info simply disappeared.
Decoder code (I added it to uplink and downlink):
function Decoder(bytes, port) {
var result = …
But, again, I can’t see the payload in the console and I don’t know what to do.
In the printscreen below showa what I’m currently seeing:
The data message in 08:33:33:
{
"name": "as.up.data.forward",
"time": "2023-09-26T07:33:33.724912658Z",
"identifiers": [
{
"device_ids": {
"device_id": "eui-70b3d57ed0061444",
"application_ids": {
"application_id": "my-2nd-app-baum"
}
}
}
],
"context": {
"tenant-id": "CgN0dG4="
},
"visibility": {
"rights": [
"RIGHT_APPLICATION_TRAFFIC_READ"
]
},
"unique_id": "01HB86GNWW75DQ28R0DP71TJBD"
}
I’d appreciate if someone helps me.
Thanks,
Mauricio.
kersing
(Jac Kersing)
September 26, 2023, 10:54am
2
Details are only visible for packets that arrive while the console is open. Historic lines have minimal data.
Did you wait for an uplink to arrive with the console screen open?
maubaum
(Maubaum)
September 26, 2023, 9:15pm
3
No. Now I understand. Thank you!
system
(system)
Closed
September 27, 2023, 9:15pm
4
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.