Ah, I see what you mean now. Unfortunately we are rural in NZ and dont have any public gateways. Plus we would like to keep the trackers off the cloud
I dont suppose you know anything about MQTT? I am still trying to pull the data off our external gateway but not having any luck.
This is the message that gets sent to the MQTT server-:
{
"applicationID": "1",
"applicationName": "HomeAssistant",
"deviceName": "MNL1 Tracker",
"devEUI": "***********************",
"rxInfo": [
{
"gatewayID": "LPfxEURAABE=",
"time": "2024-01-16T02:31:37.887266185Z",
"timeSinceGPSEpoch": null,
"rssi": -68,
"loRaSNR": 12.2,
"channel": 7,
"rfChain": 1,
"board": 0,
"antenna": 0,
"location": {
"latitude": -40.33129247197204,
"longitude": 175.88169336318973,
"altitude": 50,
"source": "UNKNOWN",
"accuracy": 0
},
"fineTimestampType": "NONE",
"context": "pSQ9Ig==",
"uplinkID": "6jbCJEGBTsiD1PSJjhK2ww==",
"crcStatus": "CRC_OK"
}
],
"txInfo": {
"frequency": 905300000,
"modulation": "LORA",
"loRaModulationInfo": {
"bandwidth": 125,
"spreadingFactor": 9,
"codeRate": "4/5",
"polarizationInversion": false
}
},
"adr": true,
"dr": 1,
"fCnt": 255,
"fPort": 5,
"data": "BgAAAABlpeqHCnuyQP2YnwwCOQBkTQ==",
"objectJSON": "{\"err\":-1,\"messages\":[],\"payload\":\"060000000065A5EA870A7BB240FD989F0C023900644D\",\"valid\":false}",
"tags": {},
"confirmedUplink": true,
"devAddr": "AKm6fg=="
}
and I think all the info in rxInfo and txInfo is static information from the units setup. I think all the data I need is contained in either “data” or “objectJSON” but I cant figure out how to get at it.
These T1000 trackers should be great but I really need the live GPS data and button presses (and SOS feature).
Any ideas would be gratefully received!
Cheers