Hi!
I’ve configured the LoRa Cloud Geolocation integration and selected TOA/WiFi.
I’m uploading two WiFi access points’ MAC and RSSIs with the following payload:
"decoded_payload": {
"lorawan": {},
"wifiAccessPoints": [
{
"macAddress": "3c:7c:3f:75:48:0",
"signalStrength": -55
},
{
"macAddress": "50:e0:39:4b:85:a1",
"signalStrength": -60
}
]
},
but the LoRaCloud ignores the WiFi MACs and shows a location probably from LoRa RSSI TOA only (very crude, kilometers away).
- Am I using the correct payload format?