From b4a92c15ec59054d722dd8c075ce623b487f7e7e Mon Sep 17 00:00:00 2001 From: Boced66 Date: Sat, 14 Oct 2017 17:42:40 +0200 Subject: [PATCH] Device tracker GpsLogger : Change the device name (#3606) Explain how to change the device name in the URL --- source/_components/device_tracker.gpslogger.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_components/device_tracker.gpslogger.markdown b/source/_components/device_tracker.gpslogger.markdown index d0f92db962b..9259d8f702c 100644 --- a/source/_components/device_tracker.gpslogger.markdown +++ b/source/_components/device_tracker.gpslogger.markdown @@ -29,7 +29,9 @@ To configure GPSLogger, you must set up the app to send a `GET` request to your ```yaml http:///api/gpslogger?latitude=%LAT&longitude=%LON&device=%SER&accuracy=%ACC&battery=%BATT&speed=%SPD&direction=%DIR&altitude=%ALT&provider=%PROV&activity=%ACT ``` -. Make sure to include the API password if you have configured a password in Home Assistant (add `&api_password=` to the end of the URL). Configure that options under "General Options": +Make sure to include the API password if you have configured a password in Home Assistant (add `&api_password=` to the end of the URL). +You can change your device name by editing "%SER" in this URL (e.g.: &device=user_devicename) +Configure that options under "General Options": - Start on boot: yes - Start on app launch: yes @@ -43,6 +45,7 @@ Set the URL under "General Options -> Logging details": http:///api/gpslogger?latitude=%LAT&longitude=%LON&device=%SER&accuracy=%ACC&battery=%BATT&speed=%SPD&direction=%DIR&altitude=%ALT&provider=%PROV&activity=%ACT ``` (be sure you include API password (`&api_password=`) if needed, or you can also use HTTP Basic authentication `http://:@/api/gpslogger...`) +(You can change your device name by editing "%SER" in this URL (e.g.: &device=user_devicename)) - Log to OpenGTS Server: no - Log to Plain Text: no - Log to NMEA: no