Site updated at 2016-08-22 08:21:42 UTC

This commit is contained in:
Travis CI 2016-08-22 08:21:43 +00:00
parent f9d65cbe57
commit 4acb07bf8e
559 changed files with 18878 additions and 21688 deletions

View file

@ -89,24 +89,22 @@
<hr class="divider">
<p>The <code>rfxtrx</code> component supports RFXtrx devices by <a href="http://www.rfxcom.com">RFXCOM</a> which communicate in the frequency range of 433.92 MHz.</p>
<p>The <code class="highlighter-rouge">rfxtrx</code> component supports RFXtrx devices by <a href="http://www.rfxcom.com">RFXCOM</a> which communicate in the frequency range of 433.92 MHz.</p>
<p>To enable RFXtrx in your installation, add the following to your <code>configuration.yaml</code> file:</p>
<p>To enable RFXtrx in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">rfxtrx</span>:
<span class="key">device</span>: <span class="string"><span class="content">PATH_TO_DEVICE</span></span>
<span class="key">debug</span>: <span class="string"><span class="content">True</span></span>
<span class="key">dummy</span>: <span class="string"><span class="content">False</span></span>
</pre></div>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">rfxtrx</span><span class="pi">:</span>
<span class="s">device</span><span class="pi">:</span> <span class="s">PATH_TO_DEVICE</span>
<span class="s">debug</span><span class="pi">:</span> <span class="s">True</span>
<span class="s">dummy</span><span class="pi">:</span> <span class="s">False</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>device</strong> (<em>Required</em>): The path to your device, e.g. <code>/dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1Y0NJGR-if00-port0</code></li>
<li><strong>device</strong> (<em>Required</em>): The path to your device, e.g. <code class="highlighter-rouge">/dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1Y0NJGR-if00-port0</code></li>
<li><strong>debug</strong> (<em>Optional</em>): If you want to receive debug output.</li>
<li><strong>dummy</strong> (<em>Optional</em>): Then you have need a connected drive to test your settings. Can be usefull for debugging and testing.</li>
</ul>