Skip to content

Commit 6217eb2

Browse files
sk3tch4dfabaff
sk3tch4d
authored andcommitted
Update device_tracker.gpslogger.markdown (home-assistant#1541)
Change '?' in "?api_password=<password>" to "&" resulting in "&api_password=<password>" - as the GPSLogger was giving response errors in the Log View in the app.
1 parent 4128772 commit 6217eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/device_tracker.gpslogger.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ device_tracker:
2525
2626
- [GPSLogger for Android](https://play.google.com/store/apps/details?id=com.mendhak.gpslogger)
2727
28-
To configure GPSLogger, you must set up the app to send a `GET` request to your Home Assistant server at `http://<ha_server>/api/gpslogger?latitude=%LAT&longitude=%LON&battery=%BATT&device=%SER&accuracy=%ACC`. Make sure to include the API password if you have configured a password in Home Assistant (add `?api_password=<password>` to the end of the URL). Configure that options under "General Options":
28+
To configure GPSLogger, you must set up the app to send a `GET` request to your Home Assistant server at `http://<ha_server>/api/gpslogger?latitude=%LAT&longitude=%LON&battery=%BATT&device=%SER&accuracy=%ACC`. Make sure to include the API password if you have configured a password in Home Assistant (add `&api_password=<password>` to the end of the URL). Configure that options under "General Options":
2929

3030
- Start on boot: yes
3131
- Start on app launch: yes
@@ -34,7 +34,7 @@ Set the URL under "General Options -> Logging details":
3434

3535
- Log to GPX: no
3636
- Log to KML: no
37-
- Log to custom URL: yes and set `http://<ha_server>/api/gpslogger?latitude=%LAT&longitude=%LON&battery=%BATT&device=%SER&accuracy=%ACC` (be sure you include API password (`api_password=<password>`) if needed, or you can also use HTTP Basic authentication `http://<username>:<password>@<ha_server>/api/gpslogger...`)
37+
- Log to custom URL: yes and set `http://<ha_server>/api/gpslogger?latitude=%LAT&longitude=%LON&battery=%BATT&device=%SER&accuracy=%ACC` (be sure you include API password (`&api_password=<password>`) if needed, or you can also use HTTP Basic authentication `http://<username>:<password>@<ha_server>/api/gpslogger...`)
3838
- Log to OpenGTS Server: no
3939
- Log to Plain Text: no
4040
- Log to NMEA: no

0 commit comments

Comments
 (0)