Site updated at 2017-03-26 08:34:42 UTC

This commit is contained in:
Travis CI 2017-03-26 08:34:42 +00:00
parent 2cc4827413
commit 498b4b25f7
26 changed files with 41 additions and 41 deletions

View file

@ -86,7 +86,7 @@
</code></pre>
</div>
<h5><a class="title-link" name="rfy" href="#rfy"></a> RFY</h5>
<p>The <a href="http://www.rfxcom.com/RFXtrx433E-USB-43392MHz-Transceiver/en">RFXtrx433e</a> is required for RFY support, however it does not support receive for the RFY protocol - as such devices cannot be automatically added. Instead, configure the device in the <a href="http://www.rfxcom.com/downloads.htm">rfxmngr</a> tool. Make a note of the assigned ID and Unit Code and then add a device to the configuration with the following id <code class="highlighter-rouge">071a0000[id][unit_code]</code>. Eg, if the id was <code class="highlighter-rouge">0a</code> <code class="highlighter-rouge">00</code> <code class="highlighter-rouge">01</code>, and the unit code was <code class="highlighter-rouge">01</code> then the fully qualified id would be <code class="highlighter-rouge">071a00000a000101</code>.</p>
<p>The <a href="http://www.rfxcom.com/RFXtrx433E-USB-43392MHz-Transceiver/en">RFXtrx433e</a> is required for RFY support, however it does not support receive for the RFY protocol - as such devices cannot be automatically added. Instead, configure the device in the <a href="http://www.rfxcom.com/downloads.htm">rfxmngr</a> tool. Make a note of the assigned ID and Unit Code and then add a device to the configuration with the following id <code class="highlighter-rouge">071a0000[id][unit_code]</code>. Eg, if the id was <code class="highlighter-rouge">0a</code> <code class="highlighter-rouge">00</code> <code class="highlighter-rouge">01</code>, and the unit code was <code class="highlighter-rouge">01</code> then the fully qualified id would be <code class="highlighter-rouge">071a00000a000101</code>, if you set your id/code to single digit in the rfxmngr eg, id: <code class="highlighter-rouge">1</code> <code class="highlighter-rouge">02</code> <code class="highlighter-rouge">04</code> and unit code: <code class="highlighter-rouge">1</code> you will need to add <code class="highlighter-rouge">0</code> before, so <code class="highlighter-rouge">102031</code> becomes <code class="highlighter-rouge">071a000001020301</code>.</p>
<h5><a class="title-link" name="common" href="#common"></a> Common</h5>
<p>Example configuration:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>

View file

@ -77,9 +77,9 @@
+ eth0 IPv4 Home _home-assistant._tcp <span class="nb">local</span>
<span class="o">=</span> eth0 IPv4 Home _home-assistant._tcp <span class="nb">local
</span>hostname <span class="o">=</span> <span class="o">[</span>Home._home-assistant._tcp.local]
address <span class="o">=</span> <span class="o">[</span>192.168.0.5]
address <span class="o">=</span> <span class="o">[</span>192.168.0.70]
port <span class="o">=</span> <span class="o">[</span>8123]
txt <span class="o">=</span> <span class="o">[</span><span class="s2">"version=0.27.0.dev0"</span> <span class="s2">"base_url=http://192.168.0.5:8123"</span> <span class="s2">"requires_api_password=true"</span><span class="o">]</span>
txt <span class="o">=</span> <span class="o">[</span><span class="s2">"base_url=http://192.168.0.70:8123"</span> <span class="s2">"requires_api_password=true"</span> <span class="s2">"version=0.41.0"</span><span class="o">]</span>
</code></pre>
</div>
</article>