Site updated at 2017-03-24 20:36:00 UTC
This commit is contained in:
parent
5134ca897a
commit
c67e006da9
227 changed files with 677 additions and 654 deletions
|
@ -6,22 +6,22 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Rflink Switch - Home Assistant</title>
|
||||
<title>RFLink Switch - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate Rflink switches into Home Assistant.">
|
||||
<meta name="description" content="Instructions how to integrate RFLink switches into Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/switch.rflink/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Rflink Switch">
|
||||
<meta property="og:title" content="RFLink Switch">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/switch.rflink/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate Rflink switches into Home Assistant.">
|
||||
<meta property="og:description" content="Instructions how to integrate RFLink switches into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="Rflink Switch">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Rflink switches into Home Assistant.">
|
||||
<meta name="twitter:title" content="RFLink Switch">
|
||||
<meta name="twitter:description" content="Instructions how to integrate RFLink switches into Home Assistant.">
|
||||
<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="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -62,14 +62,14 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Rflink Switch
|
||||
RFLink Switch
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">rflink</code> component support devices that use <a href="http://www.nemcon.nl/blog2/">Rflink gateway firmware</a>, for example the <a href="https://www.nodo-shop.nl/nl/21-rflink-gateway">Nodo Rflink Gateway</a>. Rflink gateway is an Arduino firmware that allows communication with 433Mhz devices using cheap hardware (Arduino + 433Mhz tranceiver).</p>
|
||||
<p>The <code class="highlighter-rouge">rflink</code> component support devices that use <a href="http://www.nemcon.nl/blog2/">RFLink gateway firmware</a>, for example the <a href="https://www.nodo-shop.nl/nl/21-rflink-gateway">Nodo RFLink Gateway</a>. RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).</p>
|
||||
<p>First you have to set up your <a href="/components/rflink/">rflink hub</a>.</p>
|
||||
<p>The Rflink component does not know the difference between a <code class="highlighter-rouge">switch</code> and a <code class="highlighter-rouge">light</code>. Therefore all switchable devices are automatically added as <code class="highlighter-rouge">light</code> by default.</p>
|
||||
<p>Rflink switch/light ID’s are composed of: protocol, id, switch. For example: <code class="highlighter-rouge">newkaku_0000c6c2_1</code>.</p>
|
||||
<p>The RFLink component does not know the difference between a <code class="highlighter-rouge">switch</code> and a <code class="highlighter-rouge">light</code>. Therefore all switchable devices are automatically added as <code class="highlighter-rouge">light</code> by default.</p>
|
||||
<p>RFLink switch/light ID’s are composed of: protocol, id, switch. For example: <code class="highlighter-rouge">newkaku_0000c6c2_1</code>.</p>
|
||||
<p>Once the ID of a switch is known it can be used to configure it as a switch type in HA, for example to add it to a different group, hide it or configure a nice name.</p>
|
||||
<p>Configuring a device as switch with a nice name:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
|
@ -91,21 +91,21 @@
|
|||
<li><strong>devices</strong> (<em>Optional</em>): A list of devices with their name to use in the frontend.</li>
|
||||
<li><strong>device_defaults</strong>: (<em>Optional</em>)
|
||||
<ul>
|
||||
<li><strong>fire_event_</strong> (<em>Optional</em>): Set default <code class="highlighter-rouge">fire_event</code> for Rflink switch devices (see below).</li>
|
||||
<li><strong>signal_repetitions</strong> (<em>Optional</em>): Set default <code class="highlighter-rouge">signal_repetitions</code> for Rflink switch devices (see below).</li>
|
||||
<li><strong>fire_event_</strong> (<em>Optional</em>): Set default <code class="highlighter-rouge">fire_event</code> for RFLink switch devices (see below).</li>
|
||||
<li><strong>signal_repetitions</strong> (<em>Optional</em>): Set default <code class="highlighter-rouge">signal_repetitions</code> for RFLink switch devices (see below).</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Device configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): Name for the device, defaults to Rflink ID.</li>
|
||||
<li><strong>aliasses</strong> (<em>Optional</em>): Alternative Rflink ID’s this device is known by.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): Name for the device, defaults to RFLink ID.</li>
|
||||
<li><strong>aliasses</strong> (<em>Optional</em>): Alternative RFLink ID’s this device is known by.</li>
|
||||
<li><strong>fire_event_</strong> (<em>Optional</em>): Fire an <code class="highlighter-rouge">button_pressed</code> event if this device is turned on or off (default: False).</li>
|
||||
<li><strong>signal_repetitions</strong> (<em>Optional</em>): Repeat every Rflink command this number of times (default: 1)</li>
|
||||
<li><strong>signal_repetitions</strong> (<em>Optional</em>): Repeat every RFLink command this number of times (default: 1)</li>
|
||||
</ul>
|
||||
<h3><a class="title-link" name="switch-state" href="#switch-state"></a> Switch state</h3>
|
||||
<p>Initially the state of a switch is unknown. When the switch is turned on or off (via frontend or 433Mhz remote) the state is known and will be shown in the frontend.</p>
|
||||
<p>Sometimes a switch is controlled by multiple 433Mhz remotes, each remote has its own code programmed in the switch. To allow tracking of the state when switched via other remotes add the corresponding remote codes as aliasses:</p>
|
||||
<p>Initially the state of a switch is unknown. When the switch is turned on or off (via frontend or wireless remote) the state is known and will be shown in the frontend.</p>
|
||||
<p>Sometimes a switch is controlled by multiple wireless remotes, each remote has its own code programmed in the switch. To allow tracking of the state when switched via other remotes add the corresponding remote codes as aliasses:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">switch</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">rflink</span>
|
||||
|
@ -141,13 +141,13 @@
|
|||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/rflink/'>
|
||||
Rflink
|
||||
RFLink
|
||||
</a></li>
|
||||
<li><a href='/components/light.rflink/'>
|
||||
Rflink Light
|
||||
RFLink Light
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.rflink/'>
|
||||
Rflink Sensor
|
||||
RFLink Sensor
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -250,6 +250,9 @@
|
|||
<li>
|
||||
<a href='/components/switch.rest/'>RESTful Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
RFLink Switch
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rfxtrx/'>RFXtrx Switch</a>
|
||||
</li>
|
||||
|
@ -259,9 +262,6 @@
|
|||
<li>
|
||||
<a href='/components/switch.rpi_rf/'>Raspberry Pi RF Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
Rflink Switch
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.scsgate/'>SCSGate Switch</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue