Site updated at 2017-03-31 19:56:39 UTC
This commit is contained in:
parent
06efddca2c
commit
b64ca9095c
26 changed files with 70 additions and 39 deletions
|
@ -81,7 +81,7 @@ Screenshot of Home Assistant showing a school, work and home zone and two people
|
|||
<h3><a class="title-link" name="setting-it-up" href="#setting-it-up"></a> Setting it up</h3>
|
||||
<p>The device tracker component offers presence detection for Home Assistant. It supports two different methods for presence detection: scan for connected devices on the local network and connect to third party service.</p>
|
||||
<p>Scanning for connected devices is easy to setup. See the instructions for our <a href="/components/#presence-detection">supported routers</a> or <a href="/components/device_tracker.nmap_tracker/">scan the network using nmap</a>. This approach does have its limitations, however: it will only be able to detect if a device is home, and iPhones may show as not home inaccurately (as iPhones disconnect from WiFi if idle).</p>
|
||||
<p>Home Assistant currently supports two third-party services for presence detection: <a href="/components/device_tracker.owntracks/">OwnTracks</a> and <a href="/components/device_tracker.locative/">Locative</a>. OwnTracks is an app that you install on your iPhone or Android phone that allows you to push the location of your device to Home Assistant using an MQTT broker. An MQTT broker is an Internet of Things communication platform that you can <a href="/components/mqtt/#run-your-own">freely host yourself</a> or get <a href="/components/mqtt/#run-your-own">a private instance for free in the cloud</a>.</p>
|
||||
<p>Home Assistant currently supports multiple third-party services for presence detection: <a href="/components/device_tracker.owntracks/">OwnTracks</a>, [GPSLogger][ha-gpslogger] and <a href="/components/device_tracker.locative/">Locative</a>. OwnTracks is an app that you install on your iPhone or Android phone that allows you to push the location of your device to Home Assistant using an MQTT broker. An MQTT broker is an Internet of Things communication platform that you can <a href="/components/mqtt/#run-your-own">freely host yourself</a> or get <a href="/components/mqtt/#run-your-own">a private instance for free in the cloud</a>.</p>
|
||||
<p class="note">
|
||||
OwnTracks communicates directly with your MQTT broker; no data will pass through their servers.
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue