Hi, I’m a TTN freshman but managed to get my TrackerD GPS tracker up and pushing messages to TTN. Unfortunatly I don’t seem to push measurements to the ttnmapper, even if I doublechecked my setup twice:
- Device transmits messages and last seen is a current datetime
- Custom decoder added from the dragino Trackerd repo. Payload gets decoded as expected in the preview:
{
"ALARM_status": "FALSE",
"BatV": 3.344,
"Bg": 0,
"Date": 0,
"Hum": 59.2,
"LON": "ON",
"Latitude": 54.07,
"Location": "54.07,12.14",
"Longitud": 12.14,
"MD": 0,
"Tem": 1.82,
"Time": 0,
"Transport": "STILL",
"location_tago": {
"latitude": 54.07,
"longitude": 12.14
}
}
(location is manually trunced)
- ttnmapper webhook added as the howto explains. The URL is correct, ID set, notihing special.
If I wait for transmissions that have valid position, nothing appears if I query the ttncoverage advanced maps for my device ID and daterange. Also tried different ID formating, but no nothing happens
Any tips what might be wrong and preventing me from contributing measurements?