Error with standard reports of a TTN sensor

Error with standard reports of a TTN sensor

@Benoît Moyaux

Hello all,

I have a TH sensor that is on TTN. The sensor reports standard frames and batch frames. I see the batch frames on TagoIO without any problem, but when I have a standard frame I have an error.

This is TTN’s JSON for a standard report :

{
“name”: “as.up.data.forward”,
“time”: “2021-07-01T15:11:43.148396318Z”,
“identifiers”: [
{
“device_ids”: {
“device_id”: “70b3d5e75e00cade”,
“application_ids”: {
“application_id”: “70b3d5e75e00cade”
}
}
},
{
“device_ids”: {
“device_id”: “70b3d5e75e00cade”,
“application_ids”: {
“application_id”: “70b3d5e75e00cade”
},
“dev_eui”: “70B3D5E75E00CADE”,
“join_eui”: “70B3D5E75F600000”
}
}
],
“data”: {
“”: “type.googleapis.com/ttn.lorawan.v3.ApplicationUp”,
“end_device_ids”: {
“device_id”: “70b3d5e75e00cade”,
“application_ids”: {
“application_id”: “70b3d5e75e00cade”
},
“dev_eui”: “70B3D5E75E00CADE”,
“join_eui”: “70B3D5E75F600000”
},
“correlation_ids”: [
“as:up:01F9HA0C10CG4KE6AGR4DWBBXW”,
“rpc:/ttn.lorawan.v3.AppAs/SimulateUplink:34136853-26a7-4467-9a9a-1f2878d0b99b”
],
“received_at”: “2021-07-01T15:11:43.138972455Z”,
“uplink_message”: {
“f_port”: 125,
“frm_payload”: “EQoAUAAGQQUDBA5BBA==”,
“decoded_payload”: {
“data”: [
{
“date”: “2021-07-01T15:11:43.146Z”,
“label”: “BatteryVoltage”,
“value”: 3.649
}
],
“zclheader”: {
“alarm”: 0,
“attributID”: “0x0006”,
“clusterdID”: “0x0050”,
“cmdID”: “0x0A”,
“endpoint”: 0,
“report”: “standard”
}
},
“rx_metadata”: [
{
“gateway_ids”: {
“gateway_id”: “test”
},
“rssi”: 42,
“channel_rssi”: 42,
“snr”: 4.2
}
],
“settings”: {
“data_rate”: {
“lora”: {
“bandwidth”: 125000,
“spreading_factor”: 7
}
}
},
“received_at”: “0001-01-01T00:00:00Z”
},
“simulated”: true
},
“correlation_ids”: [
“as:up:01F9HA0C10CG4KE6AGR4DWBBXW”,
“rpc:/ttn.lorawan.v3.AppAs/SimulateUplink:34136853-26a7-4467-9a9a-1f2878d0b99b”
],
“origin”: “ip-10-100-14-74.eu-west-1.compute.internal”,
“context”: {
“tenant-id”: “CgN0dG4=”
},
“visibility”: {
“rights”: [
“RIGHT_APPLICATION_TRAFFIC_READ”,
“RIGHT_APPLICATION_TRAFFIC_READ”
]
},
“unique_id”: “01F9HA0C1CCQEBQG5EG8BZKJ6D”
}

And this is the error that I have on TagoIO :

I don’t know how can i solve this problem

Thank you in advance,

Benoît