Hi ,
Im new here ,
I was able to subscribe and receive data from TTN MQTT to my app. I am able to see
Device location / rssi etc , but temperature / humidity data is missing ,
Will appreciate any tips to sort this issue.
Example message i receive via MQTT
{
"end_device_ids": {
"device_id": "eui-a8404100xxxxxxx",
"application_ids": {
"application_id": "xxxxxxxxxxxxxx"
},
"dev_eui": "A840410001xxxxxx",
"join_eui": "A000000000000100",
"dev_addr": "260B004B"
},
"correlation_ids": [
"as:up:01FZWBP2VWNKB1TQSW3ZQC9918",
"gs:conn:01FZT7EE3TV510BB6FBZ4F6WYK",
"gs:up:host:01FZT7EE65FWST39JG6NV7QT2V",
"gs:uplink:01FZWBP2NBW0HGSFN4DVK1RV0B",
"ns:uplink:01FZWBP2NC9M2C1DVJFM3FXA09",
"rpc:/ttn.lorawan.v3.GsNs/HandleUplink:01FZWBP2NC5R9JD2PD6YAVY4PK",
"rpc:/ttn.lorawan.v3.NsAs/HandleUplink:01FZWBP2VWCAVEKGV076E461FK"
],
"received_at": "2022-04-05T07:58:02.108939792Z",
"uplink_message": {
"session_key_id": "AX/Q0acXiEbjtOI1ku/qkg==",
"f_port": 2,
"f_cnt": 558,
"frm_payload": "y+cIXwE4AQfcf/8=",
"rx_metadata": [
{
"gateway_ids": {
"gateway_id": "xxxxxxxx",
"eui": "60C5A8FFxxxxxxxx"
},
"time": "2022-04-05T07:58:01.842226982Z",
"timestamp": 2832860276,
"rssi": -62,
"channel_rssi": -62,
"snr": 10,
"location": {
"latitude": 53.64696457749792,
"longitude": 10.036027488968104,
"altitude": 15,
"source": "SOURCE_REGISTRY"
},
"uplink_token": "ChkKFwoLaGlsbHRyb25pYzESCGDFqP/+dg+XXXXXXXXXXXXXXXXXXXXXXXXXX"
}
],
"settings": {
"data_rate": {
"lora": {
"bandwidth": 125000,
"spreading_factor": 7
}
},
"coding_rate": "4/5",
"frequency": "867700000",
"timestamp": 2832860276,
"time": "2022-04-05T07:58:01.842226982Z"
},
"received_at": "2022-04-05T07:58:01.900707183Z",
"consumed_airtime": "0.061696s",
"network_ids": {
"net_id": "000013",
"tenant_id": "ttn",
"cluster_id": "ttn-eu1"
}
}
}