Site updated at 2015-09-10 19:39:00 UTC
This commit is contained in:
parent
718cb79e66
commit
3ce314c0a7
82 changed files with 2127 additions and 953 deletions
|
@ -107,6 +107,11 @@
|
|||
<p><img src='/images/supported_brands/asus.png' class='brand pull-right' />
|
||||
This platform offers presence detection by looking at connected devices to a <a href="http://event.asus.com/2013/nw/ASUSWRT/">ASUSWRT</a> based router.</p>
|
||||
|
||||
<p class='note warning'>
|
||||
This device tracker needs telnet to be enabled on the router.
|
||||
</p>
|
||||
|
||||
|
||||
<p>To use an ASUSWRT router in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
|
@ -124,7 +129,14 @@ This platform offers presence detection by looking at connected devices to a <a
|
|||
</span></code></pre></td></tr></table></div></figure>
|
||||
|
||||
|
||||
<p>This device tracker needs telnet to be enabled on the router.</p>
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Required</em>): The IP address of your router, e.g. 192.168.1.1.</li>
|
||||
<li><strong>username</strong> (<em>Required</em>: The username of an user with administrative privileges, usually <em>admin</em>.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): The password for your given admin account.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<p>See the <a href="/components/device_tracker.html">device tracker component page</a> for instructions how to configure the people to be tracked.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue