Site updated at 2017-10-14 20:51:39 UTC

This commit is contained in:
Travis CI 2017-10-14 20:51:40 +00:00
parent 1140c0ec78
commit 7c75888c9c
27 changed files with 79 additions and 70 deletions

View file

@ -89,7 +89,9 @@
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">http://&lt;ha_server&gt;/api/gpslogger?latitude=%LAT&amp;longitude=%LON&amp;device=%SER&amp;accuracy=%ACC&amp;battery=%BATT&amp;speed=%SPD&amp;direction=%DIR&amp;altitude=%ALT&amp;provider=%PROV&amp;activity=%ACT</span>
</code></pre>
</div>
<p>. Make sure to include the API password if you have configured a password in Home Assistant (add <code class="highlighter-rouge">&amp;api_password=&lt;password&gt;</code> to the end of the URL). Configure that options under “General Options”:</p>
<p>Make sure to include the API password if you have configured a password in Home Assistant (add <code class="highlighter-rouge">&amp;api_password=&lt;password&gt;</code> to the end of the URL).
You can change your device name by editing “%SER” in this URL (e.g.: &amp;device=user_devicename)
Configure that options under “General Options”:</p>
<ul>
<li>Start on boot: yes</li>
<li>Start on app launch: yes</li>
@ -102,7 +104,8 @@
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">http://&lt;ha_server&gt;/api/gpslogger?latitude=%LAT&amp;longitude=%LON&amp;device=%SER&amp;accuracy=%ACC&amp;battery=%BATT&amp;speed=%SPD&amp;direction=%DIR&amp;altitude=%ALT&amp;provider=%PROV&amp;activity=%ACT</span>
</code></pre>
</div>
<p>(be sure you include API password (<code class="highlighter-rouge">&amp;api_password=&lt;password&gt;</code>) if needed, or you can also use HTTP Basic authentication <code class="highlighter-rouge">http://&lt;username&gt;:&lt;password&gt;@&lt;ha_server&gt;/api/gpslogger...</code>)</p>
<p>(be sure you include API password (<code class="highlighter-rouge">&amp;api_password=&lt;password&gt;</code>) if needed, or you can also use HTTP Basic authentication <code class="highlighter-rouge">http://&lt;username&gt;:&lt;password&gt;@&lt;ha_server&gt;/api/gpslogger...</code>)
(You can change your device name by editing “%SER” in this URL (e.g.: &amp;device=user_devicename))</p>
</li>
<li>Log to OpenGTS Server: no</li>
<li>Log to Plain Text: no</li>