Site updated at 2017-10-21 23:33:52 UTC

This commit is contained in:
Travis CI 2017-10-21 23:33:53 +00:00
parent b95006b9eb
commit a6fbc15960
1416 changed files with 21669 additions and 4045 deletions

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="IKEA Trådfri (Tradfri)">
<meta name="twitter:description" content="Access and control your ZigBee-based IKEA Trådfri (Tradfri) devices.">
<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="/stylesheets/screen.css" media="screen, projection, print" 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' />
@ -75,37 +75,6 @@
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">tradfri</code> component supports for the IKEA Trådfri (Tradfri) gateway. The gateway can control lights connected to it and Home Assistant will automatically discover its presence on your network.</p>
<p>For this to work, you need to install a modified lib-coap library.</p>
<p class="note warning">
This component does <strong>not</strong> work on Windows, as the modified lib-coap doesnt exists for Windows.
</p>
<p class="note">
If you are using <a href="/hassio/">Hass.io</a> then just move forward to the configuration as all requirements are already fulfilled.
</p>
<p>Linux:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install libtool
<span class="gp">$ </span>sudo apt-get install autoconf
<span class="gp">$ </span>git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git
<span class="gp">$ </span><span class="nb">cd </span>libcoap
<span class="gp">$ </span>./autogen.sh
<span class="gp">$ </span>./configure --disable-documentation --disable-shared --without-debug <span class="nv">CFLAGS</span><span class="o">=</span><span class="s2">"-D COAP_DEBUG_FD=stderr"</span>
<span class="gp">$ </span>make
<span class="gp">$ </span>sudo make install
</code></pre>
</div>
<p>macOS:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>brew install libtool
<span class="gp">$ </span>brew install autoconf
<span class="gp">$ </span>brew install automake
<span class="gp">$ </span>git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git
<span class="gp">$ </span><span class="nb">cd </span>libcoap
<span class="gp">$ </span>./autogen.sh
<span class="gp">$ </span>./configure --disable-documentation --disable-shared --without-debug <span class="nv">CFLAGS</span><span class="o">=</span><span class="s2">"-D COAP_DEBUG_FD=stderr"</span>
<span class="gp">$ </span>make
<span class="gp">$ </span>make install
</code></pre>
</div>
<p>You will be prompted to configure the gateway through the Home Assistant interface, Enter the security key when prompted and click configure</p>
<p class="note">
If you see an “Unable to connect” message, restart the gateway and try again. Dont forget to assign a permanent IP to your Trådfri gateway.
@ -302,6 +271,9 @@ If you see an “Unable to connect” message, restart the gateway and try again
<li>
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
</li>
<li>
<a href='/components/skybell/'>Skybell</a>
</li>
<li>
<a href='/components/sleepiq/'>SleepIQ</a>
</li>
@ -323,6 +295,9 @@ If you see an “Unable to connect” message, restart the gateway and try again
<li>
<a href='/components/thethingsnetwork/'>The Things Network</a>
</li>
<li>
<a href='/components/toon/'>Toon</a>
</li>
<li>
<a href='/components/twilio/'>Twilio</a>
</li>