Site updated at 2017-01-15 17:48:29 UTC
This commit is contained in:
parent
3a2befc8da
commit
a9e8c57522
536 changed files with 12700 additions and 1884 deletions
|
@ -167,6 +167,9 @@
|
|||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
|
|
|
@ -173,6 +173,9 @@ A word of caution: The Arduino boards are not storing states. This means that wi
|
|||
<li>
|
||||
<a href='/components/switch.arduino/'>Arduino Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/bbb_gpio/'>BeagleBone Black GPIO</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dht/'>DHT Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/openalpr/'>OpenAlpr</a>
|
||||
<a href='/components/openalpr/'>OpenALPR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
|
@ -164,6 +164,9 @@
|
|||
<li>
|
||||
<a href='/components/proximity/'>Proximity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rest_command/'>RESTful Command</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/script/'>Scripts</a>
|
||||
</li>
|
||||
|
|
203
components/bbb_gpio/index.html
Normal file
203
components/bbb_gpio/index.html
Normal file
|
@ -0,0 +1,203 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>BeagleBone Black GPIO - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate the GPIO capability of a BeagleBone Black into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/bbb_gpio/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="BeagleBone Black GPIO">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/bbb_gpio/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate the GPIO capability of a BeagleBone Black into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="BeagleBone Black GPIO">
|
||||
<meta name="twitter:description" content="Instructions how to integrate the GPIO capability of a BeagleBone Black into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
BeagleBone Black GPIO
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">bbb_gpio</code> component is the base for all [BeagleBone Black][https://beagleboard.org/black] related GPIO platforms in Home Assistant. There is no setup needed for the component itself, for the platforms please check their corresponding pages.</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/bbb_gpio.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/beaglebone-black.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/switch.bbb_gpio/'>
|
||||
BeagleBone Black GPIO Switch
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category DIY</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/arduino/'>Arduino</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.arduino/'>Arduino Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.arduino/'>Arduino Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
BeagleBone Black GPIO
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dht/'>DHT Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/knx/'>KNX</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.knx/'>KNX Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.knx/'>KNX Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/climate.knx/'>KNX Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.miflora/'>Mi Flora plant sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.serial_pm/'>Particulate matter Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rpi_gpio/'>Raspberry PI GPIO</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zigbee/'>ZigBee</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -108,6 +108,7 @@
|
|||
<li><strong>host</strong> (<em>Optional</em>): The IP or hostname of the flic service server. (default: <code class="highlighter-rouge">localhost</code>)</li>
|
||||
<li><strong>port</strong> (<em>Optional</em>): The port of the flic service. (default: <code class="highlighter-rouge">5551</code>)</li>
|
||||
<li><strong>discovery</strong> (<em>Optional</em>): If <code class="highlighter-rouge">true</code>, the component is configured to constantly scan for new buttons. (default: <code class="highlighter-rouge">true</code>)</li>
|
||||
<li><strong>ignored_click_types</strong>: List of click types whose occurrence should not trigger and <code class="highlighter-rouge">flic_click</code> event.</li>
|
||||
<li><strong>timeout</strong> (<em>Optional</em>): Maximum time in seconds an event can be queued locally on a button before discarding the event. (default: <code class="highlighter-rouge">3</code>)</li>
|
||||
</ul>
|
||||
|
||||
|
@ -146,6 +147,10 @@
|
|||
<li><strong>queued_time</strong>: The amount of time this event was queued on the button, in seconds.</li>
|
||||
</ul>
|
||||
|
||||
<h5><a class="title-link" name="ignoring-click-types" href="#ignoring-click-types"></a> Ignoring Click Types</h5>
|
||||
|
||||
<p>For some purposes it might make sense to exclude a specific click type from triggering click events. For example when ignoring double clicks, pressing the button twice fast results in two <code class="highlighter-rouge">single</code> instead of a <code class="highlighter-rouge">double</code> click event. This is very useful for applications where you want to click fast.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
|
|
@ -244,6 +244,9 @@
|
|||
<li><a href='/components/light.mysensors/'>
|
||||
MySensors Light
|
||||
</a></li>
|
||||
<li><a href='/components/notify.mysensors/'>
|
||||
MySensors Notify
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.mysensors/'>
|
||||
MySensors Sensor
|
||||
</a></li>
|
||||
|
|
|
@ -130,6 +130,9 @@
|
|||
<li><a href='/components/cover.wink/'>
|
||||
Wink Cover
|
||||
</a></li>
|
||||
<li><a href='/components/fan.wink/'>
|
||||
Wink Fan
|
||||
</a></li>
|
||||
<li><a href='/components/light.wink/'>
|
||||
Wink Light
|
||||
</a></li>
|
||||
|
|
|
@ -174,6 +174,9 @@
|
|||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
|
|
|
@ -111,8 +111,8 @@
|
|||
<li><strong>username</strong> (<em>Optional</em>): The username for accessing your camera.</li>
|
||||
<li><strong>password</strong> (<em>Optional</em>): The password for accessing your camera.</li>
|
||||
<li><strong>authentication</strong> (<em>Optional</em>): <code class="highlighter-rouge">basic</code> (default) or <code class="highlighter-rouge">digest</code> auth for requests.</li>
|
||||
<li></li>
|
||||
</ul>
|
||||
|
||||
<p class="note">
|
||||
There is a <a href="https://github.com/shazow/urllib3/issues/800" target="_blank">known issue in urllib3</a> that you will get error messages in your logs like <code>[StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()], unparsed data: ''</code> but the component still works fine. You can ignore the messages.
|
||||
</p>
|
||||
|
|
|
@ -169,6 +169,9 @@
|
|||
<li>
|
||||
<a href='/components/switch.arduino/'>Arduino Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/bbb_gpio/'>BeagleBone Black GPIO</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dht/'>DHT Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -265,6 +265,9 @@
|
|||
<li><a href='/components/light.mysensors/'>
|
||||
MySensors Light
|
||||
</a></li>
|
||||
<li><a href='/components/notify.mysensors/'>
|
||||
MySensors Notify
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.mysensors/'>
|
||||
MySensors Sensor
|
||||
</a></li>
|
||||
|
|
|
@ -133,6 +133,9 @@
|
|||
<li><a href='/components/cover.wink/'>
|
||||
Wink Cover
|
||||
</a></li>
|
||||
<li><a href='/components/fan.wink/'>
|
||||
Wink Fan
|
||||
</a></li>
|
||||
<li><a href='/components/light.wink/'>
|
||||
Wink Light
|
||||
</a></li>
|
||||
|
|
|
@ -295,6 +295,9 @@
|
|||
<li><a href='/components/light.mysensors/'>
|
||||
MySensors Light
|
||||
</a></li>
|
||||
<li><a href='/components/notify.mysensors/'>
|
||||
MySensors Notify
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.mysensors/'>
|
||||
MySensors Sensor
|
||||
</a></li>
|
||||
|
|
|
@ -132,6 +132,9 @@
|
|||
<li><a href='/components/binary_sensor.wink/'>
|
||||
Wink Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/fan.wink/'>
|
||||
Wink Fan
|
||||
</a></li>
|
||||
<li><a href='/components/light.wink/'>
|
||||
Wink Light
|
||||
</a></li>
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
<li><a href="/components/climate/">Climate</a> (<code class="highlighter-rouge">climate</code>)</li>
|
||||
<li><a href="/components/cover/">Cover</a> (<code class="highlighter-rouge">cover</code>)</li>
|
||||
<li><a href="/components/fan/">Fan</a> (<code class="highlighter-rouge">fan</code>)</li>
|
||||
<li><a href="/components/image_processing/">Image Processing</a> (<code class="highlighter-rouge">image_processing</code>)</li>
|
||||
<li><a href="/components/light/">Light</a> (<code class="highlighter-rouge">light</code>)</li>
|
||||
<li><a href="/components/lock/">Lock</a> (<code class="highlighter-rouge">lock</code>)</li>
|
||||
<li><a href="/components/notify/">Notification</a> (<code class="highlighter-rouge">notify</code>)</li>
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/openalpr/'>OpenAlpr</a>
|
||||
<a href='/components/openalpr/'>OpenALPR</a>
|
||||
</li>
|
||||
<li>
|
||||
Presence based lights
|
||||
|
@ -182,6 +182,9 @@
|
|||
<li>
|
||||
<a href='/components/proximity/'>Proximity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rest_command/'>RESTful Command</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/script/'>Scripts</a>
|
||||
</li>
|
||||
|
|
|
@ -207,6 +207,9 @@ This device tracker needs telnet to be enabled on the router.
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -222,12 +225,21 @@ This device tracker needs telnet to be enabled on the router.
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -210,6 +210,9 @@ This device tracker needs telnet to be enabled on the router.
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -225,12 +228,21 @@ This device tracker needs telnet to be enabled on the router.
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -209,6 +209,9 @@ You need to <a href="https://www.asus.com/support/faq/1005449/">enable telnet</a
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -224,12 +227,21 @@ You need to <a href="https://www.asus.com/support/faq/1005449/">enable telnet</a
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -205,6 +205,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -220,12 +223,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -205,6 +205,9 @@ For now and due to third party limitation, the Bbox must be on the same local ne
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -220,12 +223,21 @@ For now and due to third party limitation, the Bbox must be on the same local ne
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -109,6 +109,12 @@ Requires gattlib, which is not compatible with Windows. This tracker won’t wor
|
|||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>device_id</strong> (<em>Optional</em>): The device ID for the bluetooth device to be used for tracking. Defaults to <code class="highlighter-rouge">hci0</code>.</li>
|
||||
</ul>
|
||||
|
||||
<p>As some BT LE devices change their MAC address regularly, a new device is only discovered when it has been seen 5 times.
|
||||
Some BTLE devices (e.g. fitness trackers) are only visible to the devices that they are paired with. In this case, the BTLE tracker won’t see this device.</p>
|
||||
|
||||
|
@ -222,6 +228,9 @@ BT LE tracking requires root privileges.
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -237,12 +246,21 @@ BT LE tracking requires root privileges.
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -193,6 +193,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -208,12 +211,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -192,6 +192,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -207,12 +210,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -232,6 +232,9 @@ If you have a very large number of devices on your VLan (+1000), then you may wa
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -247,12 +250,21 @@ If you have a very large number of devices on your VLan (+1000), then you may wa
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -199,6 +199,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -214,12 +217,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -205,6 +205,9 @@ It seems that it is not necessary to use it in current generation Fritz!Box rout
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -220,12 +223,21 @@ It seems that it is not necessary to use it in current generation Fritz!Box rout
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -227,6 +227,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -242,12 +245,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -220,6 +220,9 @@ You may receive an email from Apple stating that someone has logged into your ac
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -235,12 +238,21 @@ You may receive an email from Apple stating that someone has logged into your ac
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
iCloud
|
||||
</li>
|
||||
|
|
|
@ -200,6 +200,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -215,12 +218,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -212,6 +212,9 @@ Some installations have <a href="https://github.com/openwrt/luci/issues/576">a s
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -227,12 +230,21 @@ Some installations have <a href="https://github.com/openwrt/luci/issues/576">a s
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -237,6 +237,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -252,12 +255,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -203,6 +203,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -218,12 +221,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -238,6 +238,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -253,12 +256,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -262,6 +262,9 @@
|
|||
<li>
|
||||
Owntracks
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -277,12 +280,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
274
components/device_tracker.ping/index.html
Normal file
274
components/device_tracker.ping/index.html
Normal file
|
@ -0,0 +1,274 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>Ping (ICMP) - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate Ping (ICMP)-based presence detection into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/device_tracker.ping/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Ping (ICMP)">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/device_tracker.ping/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate Ping (ICMP)-based presence detection into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Ping (ICMP)">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Ping (ICMP)-based presence detection into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Ping (ICMP)
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">ping</code> platform offers presence detection by using <code class="highlighter-rouge">ping</code> to send ICMP echo requests. This can be useful when devices are running a firewall and are blocking UDP or TCP packets but responding to ICMP requests (like Android phones). This tracker doesn’t need to know the MAC address since the host can be on a different subnet. This makes this an option to detect hosts on a different subnet when <code class="highlighter-rouge">nmap</code> or other solutions don’t work since <code class="highlighter-rouge">arp</code> doesn’t work.</p>
|
||||
|
||||
<p>To use this presence detection in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">device_tracker</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">ping</span>
|
||||
<span class="s">hosts</span><span class="pi">:</span>
|
||||
<span class="s">hostone</span><span class="pi">:</span> <span class="s">192.168.2.10</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>hosts</strong> array (<em>Required</em>): List of device names and their corresponding IP address or hostname.</li>
|
||||
<li><strong>count</strong> (<em>Optional</em>): Number of packet used for each device (avoid false detection).</li>
|
||||
</ul>
|
||||
|
||||
<p>See the <a href="/components/device_tracker/">device tracker component page</a> for instructions how to configure the people to be tracked.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/device_tracker.ping.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/home-assistant.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/device_tracker/'>the Device Tracker component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Presence Detection</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/device_tracker.asuswrt/'>ASUSWRT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.actiontec/'>Actiontec</a>
|
||||
</li>
|
||||
<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>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bbox/'>Bbox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bluetooth_le_tracker/'>Bluetooth LE Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bluetooth_tracker/'>Bluetooth Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.cisco_ios/'>Cisco IOS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ddwrt/'>DD-WRT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.fritz/'>FRITZ!Box</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.locative/'>Locative</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.mqtt/'>MQTT Device Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.mqtt_room/'>MQTT Room Presence</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.netgear/'>Netgear</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.nmap_tracker/'>Nmap</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.luci/'>OpenWRT (luci)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ubus/'>OpenWRT (ubus)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
Ping (ICMP)
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.swisscom/'>Swisscom Internet-Box</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.tplink/'>TP-Link</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.thomson/'>Thomson</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -239,6 +239,9 @@ This device tracker needs SNMP to be enabled on the router.
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
SNMP
|
||||
</li>
|
||||
|
@ -254,12 +257,21 @@ This device tracker needs SNMP to be enabled on the router.
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -193,6 +193,9 @@ There are three models of Internet-Box (light, standard and plus). The platform
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -208,12 +211,21 @@ There are three models of Internet-Box (light, standard and plus). The platform
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -198,6 +198,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -213,12 +216,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -206,6 +206,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -221,12 +224,21 @@
|
|||
<li>
|
||||
Tomato
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -220,6 +220,9 @@ TP-Link devices typically only allow one login at a time to the admin console.
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -235,12 +238,21 @@ TP-Link devices typically only allow one login at a time to the admin console.
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
277
components/device_tracker.trackr/index.html
Normal file
277
components/device_tracker.trackr/index.html
Normal file
|
@ -0,0 +1,277 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>TrackR - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to use TrackR to track devices in Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/device_tracker.trackr/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="TrackR">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/device_tracker.trackr/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to use TrackR to track devices in Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="TrackR">
|
||||
<meta name="twitter:description" content="Instructions how to use TrackR to track devices in Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
TrackR
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">trackr</code> platform allows you to detect presence using <a href="https://www.thetrackr.com/">TrackR</a> devices.</p>
|
||||
|
||||
<p>The offical TrackR mobile app handles the tracking of the TrackR devices using your phones bluetooth and GPS.</p>
|
||||
|
||||
<p>To integrate TrackR in Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">device_tracker</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">trackr</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">USERNAME</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">PASSWORD</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>username</strong> (<em>Required</em>): The email address for the TrackR account.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): The password for your given username.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/device_tracker.trackr.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/trackr.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Cloud Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/device_tracker/'>the Device Tracker component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Presence Detection</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/device_tracker.asuswrt/'>ASUSWRT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.actiontec/'>Actiontec</a>
|
||||
</li>
|
||||
<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>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bbox/'>Bbox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bluetooth_le_tracker/'>Bluetooth LE Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bluetooth_tracker/'>Bluetooth Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.cisco_ios/'>Cisco IOS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ddwrt/'>DD-WRT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.fritz/'>FRITZ!Box</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.locative/'>Locative</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.mqtt/'>MQTT Device Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.mqtt_room/'>MQTT Room Presence</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.netgear/'>Netgear</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.nmap_tracker/'>Nmap</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.luci/'>OpenWRT (luci)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ubus/'>OpenWRT (ubus)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.swisscom/'>Swisscom Internet-Box</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.tplink/'>TP-Link</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.thomson/'>Thomson</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
TrackR
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -237,6 +237,9 @@ file
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -252,12 +255,21 @@ file
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
|
@ -200,6 +200,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -215,12 +218,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
Ubiquiti Unifi WAP
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
267
components/device_tracker.upc_connect/index.html
Normal file
267
components/device_tracker.upc_connect/index.html
Normal file
|
@ -0,0 +1,267 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>UPC ConnectBox - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate UPC ConnectBox into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/device_tracker.upc_connect/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="UPC ConnectBox">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/device_tracker.upc_connect/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate UPC ConnectBox into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="UPC ConnectBox">
|
||||
<meta name="twitter:description" content="Instructions how to integrate UPC ConnectBox into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
UPC ConnectBox
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">upc_connect</code> platform offers presence detection by looking at connected devices to an <a href="https://www.upc.ch/de/internet/connectbox/">ConnectBox</a> router from <a href="http://www.libertyglobal.com/">Liberty Global</a>, which is a Internet provider in Switzerland, Austria.</p>
|
||||
|
||||
<p>To use an Internet-Box router in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">device_tracker</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">upc_connect</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s1">'</span><span class="s">123456'</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s2">"</span><span class="s">192.168.0.1"</span> <span class="c1"># only required if not 192.168.0.1</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>See the <a href="/components/device_tracker/">device tracker component page</a> for instructions how to configure the people to be tracked.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/device_tracker.upc_connect.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/upc.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/device_tracker/'>the Device Tracker component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Presence Detection</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/device_tracker.asuswrt/'>ASUSWRT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.actiontec/'>Actiontec</a>
|
||||
</li>
|
||||
<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>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bbox/'>Bbox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bluetooth_le_tracker/'>Bluetooth LE Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bluetooth_tracker/'>Bluetooth Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.cisco_ios/'>Cisco IOS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ddwrt/'>DD-WRT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.fritz/'>FRITZ!Box</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.locative/'>Locative</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.mqtt/'>MQTT Device Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.mqtt_room/'>MQTT Room Presence</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.netgear/'>Netgear</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.nmap_tracker/'>Nmap</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.luci/'>OpenWRT (luci)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ubus/'>OpenWRT (ubus)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.swisscom/'>Swisscom Internet-Box</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.tplink/'>TP-Link</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.thomson/'>Thomson</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
UPC ConnectBox
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -197,6 +197,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
|
@ -212,12 +215,21 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
Volvo On Call
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.xiaomi/'>Xiaomi Router</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
|
|
276
components/device_tracker.xiaomi/index.html
Normal file
276
components/device_tracker.xiaomi/index.html
Normal file
|
@ -0,0 +1,276 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>Xiaomi Router - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate Xiaomi routers into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/device_tracker.xiaomi/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Xiaomi Router">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/device_tracker.xiaomi/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate Xiaomi routers into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Xiaomi Router">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Xiaomi routers into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Xiaomi Router
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">xiaomi</code> platform offers presence detection by looking at connected devices to a <a href="http://miwifi.com">Xiaomi</a> router.</p>
|
||||
|
||||
<p>To use an Xiaomi router in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">device_tracker</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">xiaomi</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">YOUR_ROUTER_IP</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR_ADMIN_PASSWORD</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Required</em>): The IP address of your router, eg. <code class="highlighter-rouge">192.168.0.1</code>.</li>
|
||||
<li><strong>username</strong> (<em>Optional</em>: The admin username. By default <code class="highlighter-rouge">admin</code>.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): The password for the admin account.</li>
|
||||
</ul>
|
||||
|
||||
<p>See the <a href="/components/device_tracker/">device tracker component page</a> for instructions how to configure the people to be tracked.</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/device_tracker.xiaomi.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/xiaomi.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/device_tracker/'>the Device Tracker component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Presence Detection</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/device_tracker.asuswrt/'>ASUSWRT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.actiontec/'>Actiontec</a>
|
||||
</li>
|
||||
<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>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bbox/'>Bbox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bluetooth_le_tracker/'>Bluetooth LE Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.bluetooth_tracker/'>Bluetooth Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.cisco_ios/'>Cisco IOS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ddwrt/'>DD-WRT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.fritz/'>FRITZ!Box</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.locative/'>Locative</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.mqtt/'>MQTT Device Tracker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.mqtt_room/'>MQTT Room Presence</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.netgear/'>Netgear</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.nmap_tracker/'>Nmap</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.luci/'>OpenWRT (luci)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ubus/'>OpenWRT (ubus)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.owntracks/'>Owntracks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.ping/'>Ping (ICMP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.snmp/'>SNMP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.swisscom/'>Swisscom Internet-Box</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.tplink/'>TP-Link</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.thomson/'>Thomson</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.tomato/'>Tomato</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.trackr/'>TrackR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.upc_connect/'>UPC ConnectBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.unifi/'>Ubiquiti Unifi WAP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
Xiaomi Router
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.icloud/'>iCloud</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -290,6 +290,9 @@
|
|||
<li><a href='/components/device_tracker.owntracks/'>
|
||||
Owntracks
|
||||
</a></li>
|
||||
<li><a href='/components/device_tracker.ping/'>
|
||||
Ping (ICMP)
|
||||
</a></li>
|
||||
<li><a href='/components/device_tracker.snmp/'>
|
||||
SNMP
|
||||
</a></li>
|
||||
|
@ -305,12 +308,21 @@
|
|||
<li><a href='/components/device_tracker.tomato/'>
|
||||
Tomato
|
||||
</a></li>
|
||||
<li><a href='/components/device_tracker.trackr/'>
|
||||
TrackR
|
||||
</a></li>
|
||||
<li><a href='/components/device_tracker.upc_connect/'>
|
||||
UPC ConnectBox
|
||||
</a></li>
|
||||
<li><a href='/components/device_tracker.unifi/'>
|
||||
Ubiquiti Unifi WAP
|
||||
</a></li>
|
||||
<li><a href='/components/device_tracker.volvooncall/'>
|
||||
Volvo On Call
|
||||
</a></li>
|
||||
<li><a href='/components/device_tracker.xiaomi/'>
|
||||
Xiaomi Router
|
||||
</a></li>
|
||||
<li><a href='/components/device_tracker.icloud/'>
|
||||
iCloud
|
||||
</a></li>
|
||||
|
|
|
@ -171,6 +171,9 @@
|
|||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
|
|
|
@ -211,6 +211,9 @@
|
|||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
|
|
|
@ -248,6 +248,9 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
|
|||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
|
|
|
@ -194,6 +194,9 @@
|
|||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
|
|
|
@ -155,6 +155,9 @@
|
|||
<li>
|
||||
<a href='/components/fan.nest/'>Nest Fan</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/fan.wink/'>Wink Fan</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -244,6 +244,9 @@ Make sure that your topic is an exact match. <code class="highlighter-rouge">som
|
|||
<li>
|
||||
<a href='/components/fan.nest/'>Nest Fan</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/fan.wink/'>Wink Fan</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -163,6 +163,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
|
|||
<li>
|
||||
Nest Fan
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/fan.wink/'>Wink Fan</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
203
components/fan.wink/index.html
Normal file
203
components/fan.wink/index.html
Normal file
|
@ -0,0 +1,203 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>Wink Fan - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup the Wink fans within Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/fan.wink/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Wink Fan">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/fan.wink/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup the Wink fans within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Wink Fan">
|
||||
<meta name="twitter:description" content="Instructions how to setup the Wink fans within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Wink Fan
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The Wink fan platform allows you to control your <a href="http://www.wink.com/">Wink</a> fans.</p>
|
||||
|
||||
<p>The requirement is that you have setup your <a href="/components/wink/">Wink hub</a>.</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/fan.wink.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/wink.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/fan/'>the Fan component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/wink/'>
|
||||
Wink
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.wink/'>
|
||||
Wink Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/cover.wink/'>
|
||||
Wink Cover
|
||||
</a></li>
|
||||
<li><a href='/components/light.wink/'>
|
||||
Wink Light
|
||||
</a></li>
|
||||
<li><a href='/components/lock.wink/'>
|
||||
Wink Lock
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.wink/'>
|
||||
Wink Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/switch.wink/'>
|
||||
Wink Switch
|
||||
</a></li>
|
||||
<li><a href='/components/climate.wink/'>
|
||||
Wink Thermostat
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Fan</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/fan.isy994/'>ISY994 Fan</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/fan.mqtt/'>MQTT Fan</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/fan.nest/'>Nest Fan</a>
|
||||
</li>
|
||||
<li>
|
||||
Wink Fan
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -127,6 +127,9 @@
|
|||
<li><a href='/components/fan.nest/'>
|
||||
Nest Fan
|
||||
</a></li>
|
||||
<li><a href='/components/fan.wink/'>
|
||||
Wink Fan
|
||||
</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -195,6 +195,9 @@ You need the <code class="highlighter-rouge">ffmpeg</code> binary in your system
|
|||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Frontend - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Offers a web framework to serve files.">
|
||||
<meta name="description" content="Offers a frontend to Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/frontend/">
|
||||
|
@ -19,14 +19,14 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/frontend/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Offers a web framework to serve files.">
|
||||
<meta property="og:description" content="Offers a frontend to Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Frontend">
|
||||
<meta name="twitter:description" content="Offers a web framework to serve files.">
|
||||
<meta name="twitter:description" content="Offers a frontend to Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
|
@ -90,11 +90,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">http</code> component serves all files and data required for the Home Assistant frontend. You only need to add this to your configuration file if you want to change any of the default settings.</p>
|
||||
|
||||
<p class="note warning">
|
||||
It’s HIGHLY recommended that you set the <code class="highlighter-rouge">api_password</code>, especially if you are planning to expose your installation to the internet.
|
||||
</p>
|
||||
<p>This offers the official frontend to control Home Assistant.</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">frontend</span><span class="pi">:</span>
|
||||
|
@ -102,7 +98,6 @@ It’s HIGHLY recommended that you set the <code class="highlighter-rouge">api_p
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
<img src='/images/supported_brands/home-assistant.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.35
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Release</h1>
|
||||
|
|
|
@ -260,7 +260,7 @@ language: ???
|
|||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/openalpr/'>OpenAlpr</a>
|
||||
<a href='/components/openalpr/'>OpenALPR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
|
@ -268,6 +268,9 @@ language: ???
|
|||
<li>
|
||||
<a href='/components/proximity/'>Proximity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rest_command/'>RESTful Command</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/script/'>Scripts</a>
|
||||
</li>
|
||||
|
|
|
@ -354,6 +354,9 @@ Using this service provides you direct access to the setValue-method of the prim
|
|||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
|
|
|
@ -270,7 +270,7 @@ You need to setup a unique trigger for each event you sent to IFTTT.
|
|||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/openalpr/'>OpenAlpr</a>
|
||||
<a href='/components/openalpr/'>OpenALPR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
|
@ -278,6 +278,9 @@ You need to setup a unique trigger for each event you sent to IFTTT.
|
|||
<li>
|
||||
<a href='/components/proximity/'>Proximity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rest_command/'>RESTful Command</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/script/'>Scripts</a>
|
||||
</li>
|
||||
|
|
189
components/image_processing.openalpr_cloud/index.html
Normal file
189
components/image_processing.openalpr_cloud/index.html
Normal file
|
@ -0,0 +1,189 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>OpenALPR Cloud - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate licences plates with OpenALPR cloud into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/image_processing.openalpr_cloud/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="OpenALPR Cloud">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/image_processing.openalpr_cloud/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate licences plates with OpenALPR cloud into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="OpenALPR Cloud">
|
||||
<meta name="twitter:description" content="Instructions how to integrate licences plates with OpenALPR cloud into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
OpenALPR Cloud
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p><a href="http://www.openalpr.com/">OpenALPR</a> integration for Home Assistant allows you to process licences plates from a camera. You can use them to open a garage door or trigger any other <a href="https://home-assistant.io/components/automation/">automation</a>.</p>
|
||||
|
||||
<h3><a class="title-link" name="configuration-home-assistant" href="#configuration-home-assistant"></a> Configuration Home Assistant</h3>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">image_processing</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">openalpr_cloud</span>
|
||||
<span class="s">region</span><span class="pi">:</span> <span class="s">eu</span>
|
||||
<span class="s">source</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">entity_id</span><span class="pi">:</span> <span class="s">camera.garage</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>region</strong> (<em>Required</em>): Country or region. List of supported <a href="https://github.com/openalpr/openalpr/tree/master/runtime_data/config">values</a>.</li>
|
||||
<li><strong>alpr_bin</strong> (<em>Optional</em>): The command line tool alpr from OpenALPR software for local processing. Defaults to <code class="highlighter-rouge">alpr</code>.</li>
|
||||
<li><strong>confidence</strong> (<em>Optional</em>): The minimum of confidence in percent to process with Home Assistant. Defaults to 80.</li>
|
||||
<li><strong>source</strong> array (<em>Required</em>): List of image sources.
|
||||
<ul>
|
||||
<li><strong>entities</strong> (<em>Required</em>): A list of devices to add in Home Assistant.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): This parameter allows you to override the name of your OpenALPR entity.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/image_processing.openalpr_cloud.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/openalpr.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/image_processing/'>the Image Processing component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Image_Processing</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
OpenALPR Cloud
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/image_processing.openalpr_local/'>OpenALPR Local</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
208
components/image_processing.openalpr_local/index.html
Normal file
208
components/image_processing.openalpr_local/index.html
Normal file
|
@ -0,0 +1,208 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>OpenALPR Local - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate licences plates with OpenALPR local into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/image_processing.openalpr_local/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="OpenALPR Local">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/image_processing.openalpr_local/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate licences plates with OpenALPR local into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="OpenALPR Local">
|
||||
<meta name="twitter:description" content="Instructions how to integrate licences plates with OpenALPR local into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
OpenALPR Local
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p><a href="http://www.openalpr.com/">OpenALPR</a> integration for Home Assistant allows you to process licences plates from a camera. You can use them to open a garage door or trigger any other <a href="https://home-assistant.io/components/automation/">automation</a>.</p>
|
||||
|
||||
<h3><a class="title-link" name="local-installation" href="#local-installation"></a> Local installation</h3>
|
||||
|
||||
<p>If you want process all data locally, you need version 2.3.1 or higher of the <code class="highlighter-rouge">alpr</code> commandline tool.</p>
|
||||
|
||||
<p>If you don’t find binaries for your distribution you can compile from source. Documention of how to build openalpr is found <a href="https://github.com/openalpr/openalpr/wiki">here</a>.</p>
|
||||
|
||||
<p>On a Debian system you can use this <code class="highlighter-rouge">cmake</code> command to build only the command line tool:</p>
|
||||
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>cmake -DWITH_TEST<span class="o">=</span>FALSE -DWITH_BINDING_JAVA<span class="o">=</span>FALSE --DWITH_BINDING_PYTHON<span class="o">=</span>FALSE --DWITH_BINDING_GO<span class="o">=</span>FALSE -DWITH_DAEMON<span class="o">=</span>FALSE -DCMAKE_INSTALL_PREFIX:PATH<span class="o">=</span>/usr ..
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Verify your <code class="highlighter-rouge">alpr</code> installation with:</p>
|
||||
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code>$ wget -O- -q http://plates.openalpr.com/h786poj.jpg | alpr -
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<h3><a class="title-link" name="configuration-home-assistant" href="#configuration-home-assistant"></a> Configuration Home Assistant</h3>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">image_processing</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">openalpr_cloud</span>
|
||||
<span class="s">api_key</span><span class="pi">:</span> <span class="s1">'</span><span class="s">sk_abcxyz123456'</span>
|
||||
<span class="s">region</span><span class="pi">:</span> <span class="s">eu</span>
|
||||
<span class="s">source</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">entity_id</span><span class="pi">:</span> <span class="s">camera.garage</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>region</strong> (<em>Required</em>): Country or region. List of supported <a href="https://github.com/openalpr/openalpr/tree/master/runtime_data/config">values</a>.</li>
|
||||
<li><strong>api_key</strong> (<em>Required</em>): You need an API key from <a href="https://cloud.openalpr.com/">OpenALPR Cloud</a>.</li>
|
||||
<li><strong>confidence</strong> (<em>Optional</em>): The minimum of confidence in percent to process with Home Assistant. Defaults to 80.</li>
|
||||
<li><strong>source</strong> array (<em>Required</em>): List of image sources.
|
||||
<ul>
|
||||
<li><strong>entities</strong> (<em>Required</em>): A list of devices to add in Home Assistant.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): This parameter allows you to override the name of your OpenALPR entity.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/image_processing.openalpr_local.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/openalpr.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/image_processing/'>the Image Processing component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Image_Processing</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/image_processing.openalpr_cloud/'>OpenALPR Cloud</a>
|
||||
</li>
|
||||
<li>
|
||||
OpenALPR Local
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
181
components/image_processing/index.html
Normal file
181
components/image_processing/index.html
Normal file
|
@ -0,0 +1,181 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>Image Processing - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup image processing with Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/image_processing/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Image Processing">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/image_processing/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup image processing with Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Image Processing">
|
||||
<meta name="twitter:description" content="Instructions how to setup image processing with Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Image Processing
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>Image processing enables Home Assistant to process image from [cameras][/components/#camera]. Only camera entities are supported as sources.</p>
|
||||
|
||||
<p>For interval control, use <code class="highlighter-rouge">scan_interval</code> in platform.</p>
|
||||
|
||||
<h2><a class="title-link" name="alpr" href="#alpr"></a> ALPR</h2>
|
||||
|
||||
<p>Alpr entities attribute have a vehicle counter <code class="highlighter-rouge">vehicles</code> and all found plates as <code class="highlighter-rouge">plates</code>.</p>
|
||||
|
||||
<p>This event is trigger after OpenALPR found a new licence plate.</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml automation entry</span>
|
||||
<span class="s">automation</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">alias</span><span class="pi">:</span> <span class="s">Open garage door</span>
|
||||
<span class="s">trigger</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">event</span>
|
||||
<span class="s">event_type</span><span class="pi">:</span> <span class="s">openalpr.found</span>
|
||||
<span class="s">event_data</span><span class="pi">:</span>
|
||||
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">openalpr.camera_garage_1</span>
|
||||
<span class="s">plate</span><span class="pi">:</span> <span class="s">BE2183423</span>
|
||||
<span class="nn">...</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>The following event attributes will be present: <code class="highlighter-rouge">entity_id</code>, <code class="highlighter-rouge">plate</code>, <code class="highlighter-rouge">confidence</code></p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/image_processing.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<h1 class='title delta'>Platforms</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/image_processing.openalpr_cloud/'>
|
||||
OpenALPR Cloud
|
||||
</a></li>
|
||||
<li><a href='/components/image_processing.openalpr_local/'>
|
||||
OpenALPR Local
|
||||
</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -111,11 +111,11 @@ Support for these components is provided by the Home Assistant community.
|
|||
<div class="grid__item one-sixth lap-one-whole palm-one-whole">
|
||||
|
||||
<div class="filter-button-group">
|
||||
<a href='#all' class="btn">All (497)</a>
|
||||
<a href='#all' class="btn">All (525)</a>
|
||||
<a href='#featured' class="btn featured">Featured</a>
|
||||
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.35 (14)</a>
|
||||
<a href='#added_one_version_ago' class="btn added_one_version_ago">Added in 0.34 (12)</a>
|
||||
<a href='#added_two_versions_ago' class="btn added_two_versions_ago">Added in 0.33 (7)</a>
|
||||
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.36 (25)</a>
|
||||
<a href='#added_one_version_ago' class="btn added_one_version_ago">Added in 0.35 (14)</a>
|
||||
<a href='#added_two_versions_ago' class="btn added_two_versions_ago">Added in 0.34 (12)</a>
|
||||
|
||||
|
||||
|
||||
|
@ -130,7 +130,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#automation' class="btn">
|
||||
Automation
|
||||
(14)
|
||||
(15)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -172,7 +172,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#diy' class="btn">
|
||||
DIY
|
||||
(12)
|
||||
(13)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -193,14 +193,14 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#energy' class="btn">
|
||||
Energy
|
||||
(8)
|
||||
(9)
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='#fan' class="btn">
|
||||
Fan
|
||||
(3)
|
||||
(4)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -235,14 +235,21 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#hub' class="btn">
|
||||
Hub
|
||||
(33)
|
||||
(34)
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='#image-processing' class="btn">
|
||||
Image_Processing
|
||||
(2)
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='#light' class="btn">
|
||||
Light
|
||||
(27)
|
||||
(30)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -256,14 +263,14 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#media-player' class="btn">
|
||||
Media Player
|
||||
(33)
|
||||
(34)
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='#notifications' class="btn">
|
||||
Notifications
|
||||
(35)
|
||||
(37)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -279,7 +286,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#presence-detection' class="btn">
|
||||
Presence Detection
|
||||
(28)
|
||||
(32)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -307,7 +314,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#sensor' class="btn">
|
||||
Sensor
|
||||
(55)
|
||||
(57)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -321,7 +328,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#switch' class="btn">
|
||||
Switch
|
||||
(45)
|
||||
(48)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -335,14 +342,14 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#text-to-speech' class="btn">
|
||||
Text-to-speech
|
||||
(2)
|
||||
(4)
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='#transport' class="btn">
|
||||
Transport
|
||||
(7)
|
||||
(8)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -356,7 +363,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#weather' class="btn">
|
||||
Weather
|
||||
(12)
|
||||
(13)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -434,7 +441,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/sensor.api_stream/'
|
||||
class='sensor added_two_versions_ago'
|
||||
class='sensor'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -608,7 +615,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/camera.amcrest/'
|
||||
class='camera added_one_version_ago'
|
||||
class='camera added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -767,6 +774,38 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/bbb_gpio/'
|
||||
class='diy added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/beaglebone-black.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>BeagleBone Black GPIO</div>
|
||||
<div class='category'>DIY</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/switch.bbb_gpio/'
|
||||
class='switch added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/beaglebone-black.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>BeagleBone Black GPIO Switch</div>
|
||||
<div class='category'>Switch</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/wemo/'
|
||||
class='hub featured'
|
||||
>
|
||||
|
@ -946,7 +985,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/switch.broadlink/'
|
||||
class='switch added_in_current_version'
|
||||
class='switch added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -962,7 +1001,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/sensor.broadlink/'
|
||||
class='sensor added_in_current_version'
|
||||
class='sensor added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -1009,6 +1048,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/weather.bom/'
|
||||
class='weather added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/bom.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Bureau of Meteorology (BOM) Australia</div>
|
||||
<div class='category'>Weather</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.cpuspeed/'
|
||||
class='system-monitor'
|
||||
style='display: none'>
|
||||
|
@ -1046,7 +1101,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/device_tracker.cisco_ios/'
|
||||
class='presence-detection added_two_versions_ago'
|
||||
class='presence-detection'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -1290,7 +1345,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/sensor.dsmr/'
|
||||
class='energy added_one_version_ago'
|
||||
class='energy added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -1388,7 +1443,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/switch.digitalloggers/'
|
||||
class='switch added_in_current_version'
|
||||
class='switch added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -1517,8 +1572,24 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/sensor.dublin_bus_transport/'
|
||||
class='transport added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/train.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Dublin Bus Transport</div>
|
||||
<div class='category'>Transport</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/media_player.dunehd/'
|
||||
class='media-player added_one_version_ago'
|
||||
class='media-player added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -2062,7 +2133,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/binary_sensor.flic/'
|
||||
class='binary-sensor added_in_current_version'
|
||||
class='binary-sensor added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -2222,7 +2293,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/device_tracker.gpslogger/'
|
||||
class='presence-detection added_one_version_ago'
|
||||
class='presence-detection added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -2316,7 +2387,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/calendar.google/'
|
||||
class='calendar added_two_versions_ago'
|
||||
class='calendar'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -2380,7 +2451,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/tts.google/'
|
||||
class='text-to-speech added_in_current_version'
|
||||
class='text-to-speech added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -2522,7 +2593,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/remote.harmony/'
|
||||
class='remote added_one_version_ago'
|
||||
class='remote added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -2570,7 +2641,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/binary_sensor.hikvision/'
|
||||
class='binary-sensor added_in_current_version'
|
||||
class='binary-sensor added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -2762,7 +2833,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/switch.hook/'
|
||||
class='switch added_one_version_ago'
|
||||
class='switch added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -2777,6 +2848,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/sensor.hydroquebec/'
|
||||
class='energy added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/hydroquebec.svg'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Hydro-Québec</div>
|
||||
<div class='category'>Energy</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/light.hyperion/'
|
||||
class='light'
|
||||
style='display: none'>
|
||||
|
@ -2967,6 +3054,8 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/influxdb/'
|
||||
|
@ -3065,6 +3154,54 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/light.insteon_local/'
|
||||
class='light'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/insteon.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Insteon (Local) Light</div>
|
||||
<div class='category'>Light</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/switch.insteon_local/'
|
||||
class='switch'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/insteon.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Insteon (Local) Switch</div>
|
||||
<div class='category'>Switch</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/insteon_local/'
|
||||
class='hub'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/insteon.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Insteon (local)</div>
|
||||
<div class='category'>Hub</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/insteon_hub/'
|
||||
class='hub'
|
||||
style='display: none'>
|
||||
|
@ -3097,6 +3234,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/sensor.iss/'
|
||||
class='sensor added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/bbox.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>International Space Station Sensor</div>
|
||||
<div class='category'>Sensor</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/introduction/'
|
||||
class='other'
|
||||
style='display: none'>
|
||||
|
@ -3241,6 +3394,20 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/switch.kankun/'
|
||||
class='switch added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Kankun SP3 Wifi Switch</div>
|
||||
<div class='category'>Switch</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/keyboard/'
|
||||
class='automation'
|
||||
style='display: none'>
|
||||
|
@ -3385,6 +3552,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/notify.lannouncer/'
|
||||
class='notifications added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/lannouncer.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Lannouncer</div>
|
||||
<div class='category'>Notifications</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.lastfm/'
|
||||
class='social'
|
||||
style='display: none'>
|
||||
|
@ -3878,7 +4061,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/light.mqtt_template/'
|
||||
class='light added_two_versions_ago'
|
||||
class='light'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -4195,6 +4378,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/notify.mysensors/'
|
||||
class='notifications added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/mysensors.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>MySensors Notify</div>
|
||||
<div class='category'>Notifications</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.mysensors/'
|
||||
class='sensor'
|
||||
style='display: none'>
|
||||
|
@ -4227,6 +4426,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/media_player.nad/'
|
||||
class='media-player added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/nad.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>NAD</div>
|
||||
<div class='category'>Media Player</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.nut/'
|
||||
class='sensor'
|
||||
style='display: none'>
|
||||
|
@ -4292,7 +4507,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/neato/'
|
||||
class='hub added_two_versions_ago featured'
|
||||
class='hub featured'
|
||||
>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -4308,7 +4523,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/sensor.neato/'
|
||||
class='sensor added_two_versions_ago'
|
||||
class='sensor'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -4372,7 +4587,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/camera.nest/'
|
||||
class='camera added_one_version_ago'
|
||||
class='camera added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -4532,7 +4747,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/sensor.netdata/'
|
||||
class='system-monitor added_in_current_version'
|
||||
class='system-monitor added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -4797,7 +5012,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
<img src='/images/supported_brands/openalpr.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>OpenAlpr</div>
|
||||
<div class='title'>OpenALPR</div>
|
||||
<div class='category'>Automation</div>
|
||||
</a>
|
||||
|
||||
|
@ -4805,6 +5020,38 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/image_processing.openalpr_cloud/'
|
||||
class='image-processing added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/openalpr.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>OpenALPR Cloud</div>
|
||||
<div class='category'>Image_Processing</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/image_processing.openalpr_local/'
|
||||
class='image-processing added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/openalpr.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>OpenALPR Local</div>
|
||||
<div class='category'>Image_Processing</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/device_tracker.luci/'
|
||||
class='presence-detection'
|
||||
style='display: none'>
|
||||
|
@ -4918,7 +5165,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/sensor.pvoutput/'
|
||||
class='energy added_two_versions_ago'
|
||||
class='energy'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -5046,7 +5293,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/media_player.philips_js/'
|
||||
class='media-player added_one_version_ago'
|
||||
class='media-player added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -5077,6 +5324,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/tts.picotts/'
|
||||
class='text-to-speech added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/home-assistant.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Pico Text-to-Speech</div>
|
||||
<div class='category'>Text-to-speech</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/pilight/'
|
||||
class='hub'
|
||||
style='display: none'>
|
||||
|
@ -5125,6 +5388,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/device_tracker.ping/'
|
||||
class='presence-detection added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/home-assistant.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Ping (ICMP)</div>
|
||||
<div class='category'>Presence Detection</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/media_player.pioneer/'
|
||||
class='media-player'
|
||||
style='display: none'>
|
||||
|
@ -5413,6 +5692,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/rest_command/'
|
||||
class='automation added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/restful.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>RESTful Command</div>
|
||||
<div class='category'>Automation</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.rest/'
|
||||
class='sensor'
|
||||
style='display: none'>
|
||||
|
@ -5781,6 +6076,8 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/notify.smtp/'
|
||||
|
@ -5912,7 +6209,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/sensor.sensehat/'
|
||||
class='sensor added_in_current_version'
|
||||
class='sensor added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -5932,7 +6229,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/media_player.aquostv/'
|
||||
class='media-player added_in_current_version'
|
||||
class='media-player added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -6076,7 +6373,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/sensor.sonarr/'
|
||||
class='sensor added_one_version_ago'
|
||||
class='sensor added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -6702,7 +6999,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/binary_sensor.threshold/'
|
||||
class='binary-sensor added_one_version_ago'
|
||||
class='binary-sensor added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -6717,6 +7014,20 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/light.tikteck/'
|
||||
class='light added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Tikteck</div>
|
||||
<div class='category'>Light</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.time_date/'
|
||||
class='calendar'
|
||||
style='display: none'>
|
||||
|
@ -6765,6 +7076,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/device_tracker.trackr/'
|
||||
class='presence-detection added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/trackr.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>TrackR</div>
|
||||
<div class='category'>Presence Detection</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.transmission/'
|
||||
class='downloading'
|
||||
style='display: none'>
|
||||
|
@ -6861,6 +7188,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/device_tracker.upc_connect/'
|
||||
class='presence-detection added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/upc.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>UPC ConnectBox</div>
|
||||
<div class='category'>Presence Detection</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/upnp/'
|
||||
class='other'
|
||||
style='display: none'>
|
||||
|
@ -6877,6 +7220,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/sensor.usps/'
|
||||
class='sensor added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/usps.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>USPS Sensor</div>
|
||||
<div class='category'>Sensor</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.uber/'
|
||||
class='transport'
|
||||
style='display: none'>
|
||||
|
@ -6958,7 +7317,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/media_player.vlc/'
|
||||
class='media-player added_in_current_version'
|
||||
class='media-player added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -7198,7 +7557,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/tts.voicerss/'
|
||||
class='text-to-speech added_in_current_version'
|
||||
class='text-to-speech added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -7343,6 +7702,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/fan.wink/'
|
||||
class='fan added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/wink.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Wink Fan</div>
|
||||
<div class='category'>Fan</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/light.wink/'
|
||||
class='light'
|
||||
style='display: none'>
|
||||
|
@ -7424,7 +7799,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/sensor.waqi/'
|
||||
class='sensor added_one_version_ago'
|
||||
class='sensor added_two_versions_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -7487,6 +7862,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/device_tracker.xiaomi/'
|
||||
class='presence-detection added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/xiaomi.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Xiaomi Router</div>
|
||||
<div class='category'>Presence Detection</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.yr/'
|
||||
class='weather'
|
||||
style='display: none'>
|
||||
|
@ -7551,6 +7942,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/tts.yandextts/'
|
||||
class='text-to-speech added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/yandex.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Yandex TTS</div>
|
||||
<div class='category'>Text-to-speech</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/light.yeelight/'
|
||||
class='light'
|
||||
style='display: none'>
|
||||
|
@ -7696,7 +8103,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/sensor.zamg/'
|
||||
class='weather added_in_current_version'
|
||||
class='weather added_one_version_ago'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -7711,6 +8118,22 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/light.zengge/'
|
||||
class='light added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/zengge.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Zengge</div>
|
||||
<div class='category'>Light</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/zeroconf/'
|
||||
class='other'
|
||||
style='display: none'>
|
||||
|
|
|
@ -117,6 +117,25 @@
|
|||
<li><strong>tags</strong> (<em>Optional</em>): Tags to mark the data.</li>
|
||||
</ul>
|
||||
|
||||
<p>Starting with 0.36 the InfluxDB component has a new schema to store values in the InfluxDB databases.</p>
|
||||
|
||||
<ul>
|
||||
<li>There will not be any tags/fields named time anymore.</li>
|
||||
<li>All numeric fields (int/float/bool) will be stored as float inside InfluxDB database.</li>
|
||||
<li>All string fields corresponding to state attributes will be renamed as <code class="highlighter-rouge">FIELDNAME_str</code>, where <code class="highlighter-rouge">FIELDNAME</code> is the state attribute, to avoid type conflicts.</li>
|
||||
<li>All string fields corresponding to a state will be renamed as state (former value).</li>
|
||||
<li>Fields named value will always be stored as float.</li>
|
||||
<li>Fields named state will always be stored as string.</li>
|
||||
</ul>
|
||||
|
||||
<p>If you need to migrate your database, you may require to run the <code class="highlighter-rouge">influxdb_migrator</code> script.</p>
|
||||
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>hass --script influxdb_migrator <span class="se">\</span>
|
||||
-H IP_INFLUXDB_HOST -u INFLUXDB_USERNAME -p INFLUXDB_PASSWORD <span class="se">\</span>
|
||||
-o test_series -d INFLUXDB_DB_NAME
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<h2><a class="title-link" name="examples" href="#examples"></a> Examples</h2>
|
||||
|
||||
<h3><a class="title-link" name="full-configuration" href="#full-configuration"></a> Full configuration</h3>
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/openalpr/'>OpenAlpr</a>
|
||||
<a href='/components/openalpr/'>OpenALPR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
|
@ -195,6 +195,9 @@
|
|||
<li>
|
||||
<a href='/components/proximity/'>Proximity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rest_command/'>RESTful Command</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/script/'>Scripts</a>
|
||||
</li>
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/openalpr/'>OpenAlpr</a>
|
||||
<a href='/components/openalpr/'>OpenALPR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
|
@ -220,6 +220,9 @@
|
|||
<li>
|
||||
<a href='/components/proximity/'>Proximity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rest_command/'>RESTful Command</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/script/'>Scripts</a>
|
||||
</li>
|
||||
|
|
|
@ -285,7 +285,7 @@
|
|||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/openalpr/'>OpenAlpr</a>
|
||||
<a href='/components/openalpr/'>OpenALPR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
|
@ -293,6 +293,9 @@
|
|||
<li>
|
||||
<a href='/components/proximity/'>Proximity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rest_command/'>RESTful Command</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/script/'>Scripts</a>
|
||||
</li>
|
||||
|
|
|
@ -173,6 +173,9 @@ This component has been disabled due to a complaint by Insteon. It will be enabl
|
|||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
Insteon Hub
|
||||
</li>
|
||||
|
|
308
components/insteon_local/index.html
Normal file
308
components/insteon_local/index.html
Normal file
|
@ -0,0 +1,308 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>Insteon (local) - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup the Insteon Hub locally within Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/insteon_local/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Insteon (local)">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/insteon_local/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup the Insteon Hub locally within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Insteon (local)">
|
||||
<meta name="twitter:description" content="Instructions how to setup the Insteon Hub locally within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Insteon (Local)
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">insteon_local</code> component let you use your <a href="http://www.insteon.com/insteon-hub/">Insteon Hub</a> with Home Assistant.</p>
|
||||
|
||||
<p>To integrate your Insteon local setup with Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml platform entry</span>
|
||||
<span class="s">insteon_local</span><span class="pi">:</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">YOUR HUB IP</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">YOUR HUB USERNAME</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR HUB PASSWORD</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Required</em>): The IP address of your hub.</li>
|
||||
<li><strong>username</strong> (<em>Required</em>): The username used to access the Insteon interface (find in your Insteon app).</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): The password used to access the Insteon interface.</li>
|
||||
<li><strong>timeout</strong> (<em>Optional</em>): Timeout to wait for connections. Defaults to 10 seconds.</li>
|
||||
<li><strong>port</strong> (<em>Optional</em>): The port your hub is configured to listen to. Defaults to <code class="highlighter-rouge">25105</code>.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a class="title-link" name="full-configuration" href="#full-configuration"></a> Full configuration</h3>
|
||||
|
||||
<p>The <code class="highlighter-rouge">insteon_local</code> component currently supports both lights (dimmers) and switches. A full configuration may look like so:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">insteon_local</span><span class="pi">:</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">YOUR HUB IP</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">YOUR HUB USERNAME</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR HUB PASSWORD</span>
|
||||
<span class="s">timeout</span><span class="pi">:</span> <span class="s">10</span>
|
||||
<span class="s">port</span><span class="pi">:</span> <span class="s">25105</span>
|
||||
|
||||
<span class="s">light</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">insteon_local</span>
|
||||
|
||||
<span class="s">switch</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">insteon_local</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/insteon_local.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/insteon.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/light.insteon_local/'>
|
||||
Insteon (Local) Light
|
||||
</a></li>
|
||||
<li><a href='/components/switch.insteon_local/'>
|
||||
Insteon (Local) Switch
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wemo/'>Belkin WeMo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/enocean/'>EnOcean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ffmpeg/'>FFmpeg</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
Insteon (local)
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/joaoapps_join/'>Joaoapps Join</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/litejet/'>LiteJet</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mqtt/'>MQTT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mochad/'>Mochad</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/modbus/'>Modbus</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mysensors/'>MySensors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/neato/'>Neato Robotics</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/nest/'>Nest</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/netatmo/'>Netatmo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/nuimo_controller/'>Nuimo controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/pilight/'>Pilight</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/qwikswitch/'>QwikSwitch QSUSB Hub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rfxtrx/'>RFXtrx</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/scsgate/'>SCSGate</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tellstick/'>TellStick</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tellduslive/'>Telldus Live</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/vera/'>Vera</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/verisure/'>Verisure</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ecobee/'>ecobee</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -280,6 +280,9 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
|
|||
<li>
|
||||
ISY994 Controller
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
|
|
|
@ -219,6 +219,9 @@
|
|||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_local/'>Insteon (local)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/insteon_hub/'>Insteon Hub</a>
|
||||
</li>
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/openalpr/'>OpenAlpr</a>
|
||||
<a href='/components/openalpr/'>OpenALPR</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
|
@ -179,6 +179,9 @@
|
|||
<li>
|
||||
<a href='/components/proximity/'>Proximity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rest_command/'>RESTful Command</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/script/'>Scripts</a>
|
||||
</li>
|
||||
|
|
|
@ -164,6 +164,9 @@
|
|||
<li>
|
||||
<a href='/components/switch.arduino/'>Arduino Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/bbb_gpio/'>BeagleBone Black GPIO</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dht/'>DHT Sensor</a>
|
||||
</li>
|
||||
|
|
|
@ -156,6 +156,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -198,6 +201,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -213,6 +219,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -174,6 +174,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -216,6 +219,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -231,6 +237,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
<li><a href="https://www.amazon.com/gp/product/B00NOC93NG">MagicLight® Plus - WiFi Smart LED Light Bulb4</a></li>
|
||||
<li><a href="http://smile.amazon.com/Flux-WiFi-Smart-Light-Bulb/dp/B01A6GHHTE">Flux WiFi Smart LED Light Bulb4</a></li>
|
||||
<li><a href="http://smile.amazon.com/gp/product/B01CS1EZYK">WIFI smart LED light Bulb1</a></li>
|
||||
<li><a href="https://www.amazon.com/gp/product/B01DY56N8U">Ledenet WiFi RGBW Controller</a></li>
|
||||
</ul>
|
||||
|
||||
<p>The chances are high that your bulb or controller (eg. WiFi LED CONTROLLER) will work if you can control the device with the MagicHome app.</p>
|
||||
|
@ -141,7 +142,7 @@
|
|||
<span class="s">name</span><span class="pi">:</span> <span class="s">flux_living_room_lamp</span>
|
||||
|
||||
<span class="s">automation</span><span class="pi">:</span>
|
||||
<span class="s">random_flux_living_room_lamp</span><span class="pi">:</span>
|
||||
<span class="s">alias</span><span class="pi">:</span> <span class="s">random_flux_living_room_lamp</span>
|
||||
<span class="s">trigger</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">time</span>
|
||||
<span class="s">seconds</span><span class="pi">:</span> <span class="s1">'</span><span class="s">/45'</span>
|
||||
|
@ -169,6 +170,17 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Some devices such as the Ledenet RGBW controller use a slightly difference protocol for communicating the brightness to each color channel. If your device is only turning on or off but not changing color or brightness try adding the LEDENET protocol.</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">light</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">flux_led</span>
|
||||
<span class="s">devices</span><span class="pi">:</span>
|
||||
<span class="s">192.168.1.10</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">NAME</span>
|
||||
<span class="s">protocol</span><span class="pi">:</span> <span class="s1">'</span><span class="s">ledenet'</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -219,6 +231,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -261,6 +276,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -276,6 +294,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -167,6 +167,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -209,6 +212,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -224,6 +230,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -229,6 +229,9 @@ Name. Use the values of Room name and Scene name that you see in the app. You ca
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -271,6 +274,9 @@ Name. Use the values of Room name and Scene name that you see in the app. You ca
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -286,6 +292,9 @@ Name. Use the values of Room name and Scene name that you see in the app. You ca
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -157,6 +157,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -199,6 +202,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -214,6 +220,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -149,6 +149,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
Insteon Hub Light
|
||||
</li>
|
||||
|
@ -191,6 +194,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -206,6 +212,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
276
components/light.insteon_local/index.html
Normal file
276
components/light.insteon_local/index.html
Normal file
|
@ -0,0 +1,276 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>Insteon (Local) Light - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup the Insteon Hub Lights locally within Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/light.insteon_local/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Insteon (Local) Light">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/light.insteon_local/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup the Insteon Hub Lights locally within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Insteon (Local) Light">
|
||||
<meta name="twitter:description" content="Instructions how to setup the Insteon Hub Lights locally within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Insteon (Local) Light
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">insteon_local</code> light component lets you control your lights connected to an <a href="http://www.insteon.com/insteon-hub/">Insteon Hub</a> with Home Assistant.</p>
|
||||
|
||||
<p>To integrate add a light, configure your hub Insteon(local) with Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml platform entry</span>
|
||||
<span class="s">insteon_local</span><span class="pi">:</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">YOUR HUB IP</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">YOUR HUB USERNAME</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR HUB PASSWORD</span>
|
||||
<span class="s">timeout</span><span class="pi">:</span> <span class="s">10</span>
|
||||
<span class="s">port</span><span class="pi">:</span> <span class="s">25105</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>To add lights (dimmers) to your set-up, add the platform to your light configuration:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">light</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">insteon_local</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/light.insteon_local.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/insteon.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/light/'>the Lights component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/switch.insteon_local/'>
|
||||
Insteon (Local) Switch
|
||||
</a></li>
|
||||
<li><a href='/components/insteon_local/'>
|
||||
Insteon (local)
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Light</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/light.wemo/'>Belkin WeMo Lights</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.blinksticklight/'>Blinkstick</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.enocean/'>EnOcean Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.flux_led/'>Flux Led/MagicLight</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.homematic/'>Homematic Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.hyperion/'>Hyperion</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
Insteon (Local) Light
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.lifx/'>LIFX</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.limitlessled/'>LimitlessLED</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.litejet/'>LiteJet Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.mqtt_json/'>MQTT JSON Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.mqtt/'>MQTT Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.mysensors/'>MySensors Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.osramlightify/'>Osram Lightify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.qwikswitch/'>QwikSwitch Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.rfxtrx/'>RFXtrx Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.scsgate/'>SCSGate Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.wink/'>Wink Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.x10/'>X10</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.yeelight/'>Yeelight Wifi Bulb</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -167,6 +167,9 @@
|
|||
<li>
|
||||
ISY994 Light
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -209,6 +212,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -224,6 +230,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -158,6 +158,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -200,6 +203,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -215,6 +221,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -214,6 +214,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -256,6 +259,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -271,6 +277,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -152,6 +152,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -194,6 +197,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -209,6 +215,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -262,6 +262,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -304,6 +307,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -319,6 +325,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -225,6 +225,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -267,6 +270,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -282,6 +288,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -245,6 +245,9 @@ It is format-agnostic so you can use any data format you want (i.e. string, JSON
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -287,6 +290,9 @@ It is format-agnostic so you can use any data format you want (i.e. string, JSON
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -302,6 +308,9 @@ It is format-agnostic so you can use any data format you want (i.e. string, JSON
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -385,6 +385,9 @@
|
|||
<li><a href='/components/climate.mysensors/'>
|
||||
MySensors HVAC
|
||||
</a></li>
|
||||
<li><a href='/components/notify.mysensors/'>
|
||||
MySensors Notify
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.mysensors/'>
|
||||
MySensors Sensor
|
||||
</a></li>
|
||||
|
@ -417,6 +420,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -459,6 +465,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -474,6 +483,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -152,6 +152,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -194,6 +197,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -209,6 +215,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -155,6 +155,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -197,6 +200,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -212,6 +218,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -204,6 +204,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -246,6 +249,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -261,6 +267,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -171,6 +171,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -213,6 +216,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -228,6 +234,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
|
@ -161,6 +161,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -203,6 +206,9 @@
|
|||
<li>
|
||||
TellStick Light
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
|
@ -218,6 +224,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
276
components/light.tikteck/index.html
Normal file
276
components/light.tikteck/index.html
Normal file
|
@ -0,0 +1,276 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[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>Tikteck - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions on how to setup Tikteck LED bulbs within Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/light.tikteck/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Tikteck">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/light.tikteck/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions on how to setup Tikteck LED bulbs within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Tikteck">
|
||||
<meta name="twitter:description" content="Instructions on how to setup Tikteck LED bulbs within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.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>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/components/">Components</a></li>
|
||||
<li><a href="/ecosystem/">Ecosystem</a></li>
|
||||
<li><a href="/cookbook/">Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Tikteck
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>Support for the Bluetooth smart bulb from <a href="http://www.tikteck.com">Tikteck</a>. To enable these lights, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">light</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">tikteck</span>
|
||||
<span class="s">devices</span><span class="pi">:</span>
|
||||
<span class="s">00:21:4D:00:00:01</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Bulb 1</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">76409387</span>
|
||||
<span class="s">00:21:4D:00:00:01</span><span class="pi">:</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Bulb 2</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">36478643</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>devices</strong>: A list of devices with their bluetooth address, a custom name to use in the frontend and the bulb-specific password. The password can be obtained from an Android device using an app like <a href="https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=en">aLogcat</a> or the <code class="highlighter-rouge">adb logcat</code> command for phones in developer mode. Look for a line like:</li>
|
||||
</ul>
|
||||
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code>E LedoBleSDK: login =skName=======[Smart Light]=======skPw==[password]
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>The password is the text between the square brackets following <code class="highlighter-rouge">skPw</code>.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/light.tikteck.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/light/'>the Lights component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Light</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/light.wemo/'>Belkin WeMo Lights</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.blinksticklight/'>Blinkstick</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.enocean/'>EnOcean Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.flux_led/'>Flux Led/MagicLight</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.homematic/'>Homematic Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.hyperion/'>Hyperion</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.lifx/'>LIFX</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.limitlessled/'>LimitlessLED</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.litejet/'>LiteJet Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.mqtt_json/'>MQTT JSON Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.mqtt/'>MQTT Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.mysensors/'>MySensors Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.osramlightify/'>Osram Lightify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.hue/'>Philips Hue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.qwikswitch/'>QwikSwitch Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.rfxtrx/'>RFXtrx Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.scsgate/'>SCSGate Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
Tikteck
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.vera/'>Vera Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.wink/'>Wink Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.x10/'>X10</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.yeelight/'>Yeelight Wifi Bulb</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -173,6 +173,9 @@
|
|||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_local/'>Insteon (Local) Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
@ -215,6 +218,9 @@
|
|||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tikteck/'>Tikteck</a>
|
||||
</li>
|
||||
<li>
|
||||
Vera Light
|
||||
</li>
|
||||
|
@ -230,6 +236,9 @@
|
|||
<li>
|
||||
<a href='/components/light.zwave/'>Z-Wave Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zengge/'>Zengge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue