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
|
@ -91,23 +91,50 @@
|
|||
|
||||
<p>The <code>rfxtrx</code> platform support switches that communicate in the frequency range of 433.92 MHz.</p>
|
||||
|
||||
<p>To enable RFXtrx switches in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
<p>First you have to set up your <a href="/components/rfxtrx/">rfxtrx hub.</a><br />
|
||||
The easiest way to find your switches is to add this to your <code>configuration.yaml</code>:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
<span class="key">switch</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">rfxtrx</span></span>
|
||||
<span class="key">signal_repetitions</span>: <span class="string"><span class="content">3</span></span>
|
||||
<span class="key">devices</span>:
|
||||
<span class="key">living_room</span>:
|
||||
<span class="key">name</span>: <span class="string"><span class="content">Living Room</span></span>
|
||||
<span class="key">packetid</span>: <span class="string"><span class="content">XXXXX</span></span>
|
||||
<span class="key">fire_event</span>: <span class="string"><span class="content">True</span></span>
|
||||
<span class="key">automatic_add</span>: <span class="string"><span class="content">True</span></span>
|
||||
<div class="code"><pre><span class="key">switch</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>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Launch your homeassistant and go the website.<br />
|
||||
Push your remote and your device should be added:</p>
|
||||
|
||||
<p class="img">
|
||||
<img src="/images/components/rfxtrx/switch.png" />
|
||||
</p>
|
||||
|
||||
<p>Here the name is 0b11000102ef9f210010f70 and you can verify that it works from the frontend. <br />
|
||||
Then you should update your configuration to:<br />
|
||||
<code>yaml
|
||||
switch:
|
||||
platform: rfxtrx
|
||||
devices:
|
||||
0b11000102ef9f210010f70:
|
||||
name: device_name
|
||||
</code></p>
|
||||
|
||||
<p>Example configuration:<br />
|
||||
<code>yaml
|
||||
# Example configuration.yaml entry
|
||||
switch:
|
||||
platform: rfxtrx
|
||||
automatic_add: False
|
||||
signal_repetitions: 2
|
||||
devices:
|
||||
0b1100ce3213c7f210010f70:
|
||||
name: Movment1
|
||||
0b11000a02ef2gf210010f50:
|
||||
name: Movment2
|
||||
0b1111e003af16aa10000060:
|
||||
name: Door
|
||||
</code></p>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
|
@ -156,6 +183,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Switch</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/switch.acer_projector/'>Acer Projector Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.wemo/'>Belkin WeMo Switch</a>
|
||||
</li>
|
||||
|
@ -195,6 +225,9 @@
|
|||
<li>
|
||||
<a href='/components/switch.rpi_gpio/'>Raspberry PI GPIO Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rpi_rf/'>Raspberry PI GPIO Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.scsgate/'>SCSGate Switch</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue