diff --git a/atom.xml b/atom.xml index 37797ed5a0..8ef7f349a7 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
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”:
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”:
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...
)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...
)HASSBIAN users have to give dialout permission to the user ‘homeassistant’:
+ +$ sudo usermod -a -G dialout homeassistant
+
+and after that you need to reboot!
+$ sudo reboot
+
+
+