Site updated at 2017-11-04 06:33:48 UTC
This commit is contained in:
parent
58beb42469
commit
34db186026
518 changed files with 5817 additions and 3208 deletions
|
@ -97,6 +97,7 @@
|
|||
<p>To configure Geofency, you must configure (via the Webhook feature) to send a POST request to your Home Assistant server at <code class="highlighter-rouge">http://<ha_server>/api/geofency</code>. Use the default POST format, and make sure to include the API password if you have configured a password in Home Assistant (add <code class="highlighter-rouge">?api_password=<password></code> to the end of the URL). Make sure to enable the ‘Update Geo-Position’ functionality for mobile beacons.</p>
|
||||
<p>Geofency will automatically generate the device tracker name used for geofences, and you will find it in <code class="highlighter-rouge">known_devices.yaml</code> after the first request. For beacons, the device name will be <code class="highlighter-rouge">beacon_<name from Geofency></code>, e.g., <code class="highlighter-rouge">device_tracker.beacon_car</code>.</p>
|
||||
<p>When you enter a geofence or stationary beacon, your location name in Home Assistant will be set to the name of the geofence or beacon location in Geofency. When you exit a geofence or stationary beacon, your location name in Home Assistant will be set to ‘not home’. For mobile beacons, the location name will be ‘not_home’ whenever the beacon is entered or exited outside of a <a href="https://home-assistant.io/components/zone/">zone</a>, otherwise, it will be set to the name of the zone.</p>
|
||||
<p>To make Geofency work better with the <a href="https://home-assistant.io/components/proximity/">proximity</a> component, you should enable the ‘Send Current Location’ feature in the Webhook configuration screen. This ensures that the <em>current</em> GPS coordinates are included in exit events instead of the coordinates of the (center of) the zone that was exited.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue