Hello everyone, i have a few questions. It is generally about the TTNMapper. I recently switched my gateway to V3. In general, it all works too. The nodes that are connected send their data and I can see them in the console. Now I have a Lilygo T-Beam V1.1 GPS tracker. With this I wanted to explore the area a little, where there are gateways and where I can receive. Unfortunately, I don’t get it displayed on TTNMapper. Likewise, my V3 gateway is no longer displayed. Regarding the gateway: I entered the gateway as publish location under location and entered the coordinates. The Gateway is a Mikrotik Lora8Kit
Now to the T-Beam GPS tracker.
Data arrives cleanly and is also decoded. Only these do not arrive at TTNMapper either.
and here are the complete data
{
"name": "as.up.data.forward",
"time": "2021-04-24T08:31:43.138949783Z",
"identifiers": [
{
"device_ids": {
"device_id": "t-beam-julian-abp",
"application_ids": {
"application_id": "t-beam-julian-abp"
},
"dev_addr": "260B575D"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.ApplicationUp",
"end_device_ids": {
"device_id": "t-beam-julian-abp",
"application_ids": {
"application_id": "t-beam-julian-abp"
},
"dev_addr": "260B575D"
},
"correlation_ids": [
"as:up:01F41G32GWHEA6EZD3DEW6FZM2",
"gs:conn:01F40NVAW87MY5FJ607J0D3WW1",
"gs:up:host:01F40NVAWCG6904E3RZY4TJVJ4",
"gs:uplink:01F41G3293VKAKPKQMQNXY1TYS",
"ns:uplink:01F41G329418FNSV0BERC64PA5",
"rpc:/ttn.lorawan.v3.GsNs/HandleUplink:01F41G32948GGDB7D4JTAVSXHH",
"rpc:/ttn.lorawan.v3.NsAs/HandleUplink:01F41G32GWMPJCTHCKTQBQP7PP"
],
"received_at": "2021-04-24T08:31:43.136148257Z",
"uplink_message": {
"f_port": 10,
"f_cnt": 606,
"frm_payload": "yMGbhhbqAhQJCQ==",
"decoded_payload": {
"Altitude": 532,
"Hdop": 0.9,
"Latitude": 51.15676171521912,
"Longitude": 8.56338194390429,
"Sats": 9
},
"rx_metadata": [
{
"gateway_ids": {
"gateway_id": "gateway-julian-lora",
"eui": "3133303738006600"
},
"time": "2021-04-24T08:31:41.358996Z",
"timestamp": 3564040367,
"rssi": -39,
"channel_rssi": -39,
"snr": 11.25,
"location": {
"latitude": 51.15662791203662,
"longitude": 8.561756038390223,
"altitude": 520,
"source": "SOURCE_REGISTRY"
},
"uplink_token": "CiEKHwoTZ2F0ZXdheS1qdWxpYW4tbG9yYRIIMTMwNzgAZgAQr+G7ow0aDAjuro+EBhCxoaalAyCY1/CK3dUG",
"channel_index": 1
}
],
"settings": {
"data_rate": {
"lora": {
"bandwidth": 125000,
"spreading_factor": 10
}
},
"data_rate_index": 2,
"coding_rate": "4/5",
"frequency": "868300000",
"timestamp": 3564040367,
"time": "2021-04-24T08:31:41.358996Z"
},
"received_at": "2021-04-24T08:31:42.884626680Z",
"consumed_airtime": "0.370688s"
}
},
"correlation_ids": [
"as:up:01F41G32GWHEA6EZD3DEW6FZM2",
"gs:conn:01F40NVAW87MY5FJ607J0D3WW1",
"gs:up:host:01F40NVAWCG6904E3RZY4TJVJ4",
"gs:uplink:01F41G3293VKAKPKQMQNXY1TYS",
"ns:uplink:01F41G329418FNSV0BERC64PA5",
"rpc:/ttn.lorawan.v3.GsNs/HandleUplink:01F41G32948GGDB7D4JTAVSXHH",
"rpc:/ttn.lorawan.v3.NsAs/HandleUplink:01F41G32GWMPJCTHCKTQBQP7PP"
],
"origin": "ip-10-100-13-61.eu-west-1.compute.internal",
"context": {
"tenant-id": "CgN0dG4="
},
"visibility": {
"rights": [
"RIGHT_APPLICATION_TRAFFIC_READ"
]
},
"unique_id": "01F41G32H26WF1J6CYNSD8PXCW"
}
Now also the Webhook:
Who can help me?