Site updated at 2016-05-07 20:05:09 UTC
This commit is contained in:
parent
734e3c6515
commit
890a79eba3
300 changed files with 7312 additions and 1175 deletions
|
@ -109,32 +109,6 @@
|
|||
<li><strong>debug</strong> (<em>Optional</em>): If you want to receive debug output.</li>
|
||||
</ul>
|
||||
|
||||
<h3>How to find the packet_id for your devices</h3>
|
||||
|
||||
<p>Make sure you have enabled all RFXtrx related platforms. Push your remote and the device will be added automatically. After that you can see you device packetid in the state developer tools in the app.</p>
|
||||
|
||||
<p>Example for X10 and Chacon DI.O signals, if you see in state developer tools the following entities:</p>
|
||||
|
||||
<pre><code>light.123efab1__1b2200000890efab1213f60
|
||||
light.a8__0123454041230170
|
||||
</code></pre>
|
||||
|
||||
<p>You must add the following to your <code>configuration.yaml</code>:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="key">light</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">rfxtrx</span></span>
|
||||
<span class="key">automatic_add</span>: <span class="string"><span class="content">True</span></span>
|
||||
<span class="key">devices</span>:
|
||||
<span class="key">123efab1</span>:
|
||||
<span class="key">name</span>: <span class="string"><span class="content">My DI.0 light device</span></span>
|
||||
<span class="key">packetid</span>: <span class="string"><span class="content">1b2200000890efab1213f60</span></span>
|
||||
<span class="key">a8</span>:
|
||||
<span class="key">name</span>: <span class="string"><span class="content">My X10 light device</span></span>
|
||||
<span class="key">packetid</span>: <span class="string"><span class="content">0123454041230170</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
@ -201,6 +175,9 @@ light.a8__0123454041230170
|
|||
<li>
|
||||
<a href='/components/nest/'>Nest</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/octoprint/'>OctoPrint</a>
|
||||
</li>
|
||||
<li>
|
||||
RFXtrx
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue