Skip to content

How to track your location to Dawarich with GPSLogger

Evgenii Burmakin edited this page Jul 13, 2024 · 1 revision

Kudos to @werner-kapferer-lgs for this! Source

The configuration of GPSLogger is pretty simple and straightforward, so I want to share it with you:

  • URL: http://<your-dawarich-instance>/api/v1/owntracks/points?api_key=YOUR_API_KEY
  • HTTP Body:
{
    "_type" : "location",
    "t": "u",
    "acc": "%ACC",
    "alt": "%ALT",
    "batt": "%BATT",
    "bs": "%ISCHARGING",
    "lat": "%LAT",
    "lon": "%LON",
    "tst": "%TIMESTAMP",
    "vel": "%SPD_KPH"
}
  • HTTP Headers:
Content-Type: application/json
  • HTTP Method: POSTThe configuration of GPSLogger is pretty simple and straightforward, so I want to share it with you:

  • URL: http://<your-dawarich-instance>/api/v1/owntracks/points?api_key=YOUR_API_KEY

  • HTTP Body:

{
    "_type" : "location",
    "t": "u",
    "acc": "%ACC",
    "alt": "%ALT",
    "batt": "%BATT",
    "bs": "%ISCHARGING",
    "lat": "%LAT",
    "lon": "%LON",
    "tst": "%TIMESTAMP",
    "vel": "%SPD_KPH"
}
  • HTTP Headers:
Content-Type: application/json
  • HTTP Method: POST