Site updated at 2016-09-11 01:34:03 UTC
This commit is contained in:
parent
99424b497c
commit
f143c60d71
311 changed files with 4596 additions and 1607 deletions
|
@ -99,6 +99,10 @@
|
|||
<span class="s">device_tracker</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">owntracks</span>
|
||||
<span class="s">max_gps_accuracy</span><span class="pi">:</span> <span class="s">200</span>
|
||||
<span class="s">waypoints</span><span class="pi">:</span> <span class="s">True</span>
|
||||
<span class="s">waypoint_whitelist</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">jon</span>
|
||||
<span class="pi">-</span> <span class="s">ram</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -106,6 +110,8 @@
|
|||
|
||||
<ul>
|
||||
<li><strong>max_gps_accuracy</strong> (<em>Optional</em>): Sometimes Owntracks can report GPS location with a very low accuracy (few kilometers). That can trigger false zoning in your Home Assistant installation. With the parameter, you can filter these GPS reports. The number has to be in meter. For example, if you put 200 only GPS report with an accuracy under 200 will be take in account.</li>
|
||||
<li><strong>waypoints</strong> (<em>Optional</em>): Owntracks users can define <a href="http://owntracks.org/booklet/features/waypoints/">waypoints</a> (a.k.a regions) which are similar in spirit to Home Assistant zones. If this configuration variable is <code class="highlighter-rouge">True</code>, the Owntracks users who are in <code class="highlighter-rouge">waypoint_whitelist</code> can export waypoints from the device and Home Assistant will import them as zone definitions. Defaults to <code class="highlighter-rouge">True</code>.</li>
|
||||
<li><strong>waypoint_whitelist</strong> (<em>Optional</em>): A list of user names (as defined for <a href="https://home-assistant.io/components/device_tracker.owntracks/">Owntracks</a>) who can export their waypoints from Owntracks to Home Assistant. Defaults to all users who are connected to Home Assistant via Owntracks.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a class="title-link" name="using-owntracks-with-other-device-trackers" href="#using-owntracks-with-other-device-trackers"></a> Using Owntracks with other device trackers</h3>
|
||||
|
@ -141,6 +147,13 @@
|
|||
<h3><a class="title-link" name="using-mobile-and-fixed-ibeacons-together" href="#using-mobile-and-fixed-ibeacons-together"></a> Using mobile and fixed iBeacons together</h3>
|
||||
<p>You can use iBeacons of both types together, so if you have a Zone <code class="highlighter-rouge">drive</code> with an iBeacon region called <code class="highlighter-rouge">-drive</code> and you arrive home with a mobile iBeacon called <code class="highlighter-rouge">-car</code>, then <code class="highlighter-rouge">device_tracker.beacon_car</code> will be set to a state of <code class="highlighter-rouge">drive</code>.</p>
|
||||
|
||||
<h3><a class="title-link" name="importing-owntracks-waypoints-as-zones" href="#importing-owntracks-waypoints-as-zones"></a> Importing Owntracks waypoints as zones</h3>
|
||||
<p>By default, any Owntracks user connected to Home Assistant can export their waypoint definitions (from the <code class="highlighter-rouge">Export - Export to Endpoint</code> menu item) which will then be translated to zone definitions in Home Assistant. The zones will be named <code class="highlighter-rouge"><user>-<device> - <waypoint name></code>. This functionality can be controlled in 2 ways:</p>
|
||||
|
||||
<ol>
|
||||
<li>The configuration variable <code class="highlighter-rouge">waypoints</code> can be set to <code class="highlighter-rouge">False</code> which will disable importing waypoints for all users.</li>
|
||||
<li>The configuration variable <code class="highlighter-rouge">waypoint_whitelist</code> can contain a list of users who are allowed to import waypoints.</li>
|
||||
</ol>
|
||||
|
||||
|
||||
</article>
|
||||
|
@ -177,6 +190,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.aruba/'>Aruba</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.automatic/'>Automatic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bt_home_hub_5/'>BT Home Hub 5</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue