Site updated at 2015-12-13 20:31:28 UTC
This commit is contained in:
parent
e433e0a4da
commit
2a9df699a4
257 changed files with 2301 additions and 1217 deletions
|
@ -4,18 +4,16 @@
|
|||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Setting up presence detection - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
|
||||
<meta name="description" content="Instructions how to setup presence detection within Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/getting-started/presence-detection/">
|
||||
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Setting up presence detection">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
|
@ -23,12 +21,18 @@
|
|||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Instructions how to setup presence detection within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@balloob">
|
||||
<meta name="twitter:title" content="Setting up presence detection">
|
||||
<meta name="twitter:description" content="Instructions how to setup presence detection within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body >
|
||||
|
||||
|
@ -110,7 +114,7 @@ We care about privacy. Collected data is <b>only</b> stored in your instance of
|
|||
<p>Presence detection detects if people are home, an important input for automation. The most important piece of information is to know if anyone is home. But knowing who is home or where they are will open a whole range of other automation options:</p>
|
||||
|
||||
<ul>
|
||||
<li>Send me a notification when the kid arrives at school</li>
|
||||
<li>Send me a notification when my child arrives at school</li>
|
||||
<li>Turn on AC when I leave work</li>
|
||||
</ul>
|
||||
|
||||
|
@ -125,7 +129,7 @@ Screenshot of Home Assistant showing a school, work and home zone and two people
|
|||
|
||||
<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_scanner/">scan the network using nmap</a>. This approach does have its limitations. It will only be able to detect if a device is home. It also struggles with iPhones because they disconnect from the WiFi if idle, marking them as not home while they are not.</p>
|
||||
|
||||
<p>Home Assistant currently supports one third party service for presence detection: <a href="/components/device_tracker.owntracks/">OwnTracks</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 two third party services for presence detection: <a href="/components/device_tracker.owntracks/">OwnTracks</a> and [Geofancy][ha-geofancy]. 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue