Site updated at 2016-07-30 20:22:19 UTC
This commit is contained in:
parent
d2d5ef4fdc
commit
d5dc0ccb1d
362 changed files with 5165 additions and 1607 deletions
|
@ -9,7 +9,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>KNX Switch - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup the KNX switches within Home Assistant.">
|
||||
<meta name="description" content="Instructions on how to integrate KXN switches with Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/switch.knx/">
|
||||
|
@ -19,14 +19,14 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/switch.knx/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup the KNX switches within Home Assistant.">
|
||||
<meta property="og:description" content="Instructions on how to integrate KXN switches with 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="KNX Switch">
|
||||
<meta name="twitter:description" content="Instructions how to setup the KNX switches within Home Assistant.">
|
||||
<meta name="twitter:description" content="Instructions on how to integrate KXN switches with 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">
|
||||
|
@ -89,7 +89,27 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>To get your KNX switches working with Home Assistant, follow the instructions for the <a href="/components/knx/">KNX component</a>.</p>
|
||||
<p>The <code>knx</code> switch component is used as in interface to switching actuators.</p>
|
||||
|
||||
<p>To use your KNX switch in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="key">switch</span>:
|
||||
- <span class="string"><span class="content">platform: knx</span></span>
|
||||
<span class="key">name</span>: <span class="string"><span class="content">KNX Switch</span></span>
|
||||
<span class="key">address</span>: <span class="string"><span class="content">0/0/1</span></span>
|
||||
<span class="key">state_address</span>: <span class="string"><span class="content">0/0/3</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): A name for this devices used within Home assistant</li>
|
||||
<li><strong>address</strong> (<em>Required</em>): The KNX group address that is used to turn on/off this actuator channel</li>
|
||||
<li><strong>state_address</strong> (<em>Optional</em>): Some KNX devices can change their state internally without any messages on the KXN bus, e.g. if you configure a timer on a channel. The optional <code>state_address</code> can be used to inform Home Assistant about these state changes. If a KNX message is seen on the bus addressed to the given state address, this wil overwrite the state of the switch object.<br />
|
||||
For switching actuators that are only controlled by a single group address and can’t change their state internally, you don’t have to configrue the state address.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
@ -123,118 +143,37 @@
|
|||
<li><a href='/components/binary_sensor.knx/'>
|
||||
KNX Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/thermostat.knx/'>
|
||||
KNX Thermostat
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Switch</h1>
|
||||
<h1 class="title delta">Category DIY</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/switch.acer_projector/'>Acer Projector Switch</a>
|
||||
<a href='/components/arduino/'>Arduino</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.wemo/'>Belkin WeMo Switch</a>
|
||||
<a href='/components/sensor.arduino/'>Arduino Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.command_line/'>Command line Switch</a>
|
||||
<a href='/components/switch.arduino/'>Arduino Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.dlink/'>D-Link Switch</a>
|
||||
<a href='/components/sensor.dht/'>DHT Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.edimax/'>Edimax Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.enocean/'>EnOcean Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.flux/'>Flux Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.hikvision/'>Hikvision Camera Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.homematic/'>Homematic Switch</a>
|
||||
<a href='/components/knx/'>KNX</a>
|
||||
</li>
|
||||
<li>
|
||||
KNX Switch
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.mqtt/'>MQTT Switch</a>
|
||||
<a href='/components/thermostat.knx/'>KNX Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.modbus/'>Modbus Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.mysensors/'>MySensors Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.orvibo/'>Orvibo Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.pulseaudio_loopback/'>PulseAudio Loopback Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.qwikswitch/'>QwikSwitch Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rest/'>RESTful Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rfxtrx/'>RFXtrx Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rpi_gpio/'>Raspberry PI GPIO Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rpi_rf/'>Raspberry Pi RF Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.scsgate/'>SCSGate Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.tplink/'>TPLink Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.tellstick/'>TellStick Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.tellduslive/'>Telldus Live Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.template/'>Template switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.thinkingcleaner/'>Thinking Cleaner Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.transmission/'>Transmission Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.vera/'>Vera Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.verisure/'>Verisure SmartPlug</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.wake_on_lan/'>Wake on LAN Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.wink/'>Wink Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.zwave/'>Z-Wave Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.zigbee/'>ZigBee Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.arest/'>aREST Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.mfi/'>mFi Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.mystrom/'>myStrom Switch</a>
|
||||
<a href='/components/zigbee/'>ZigBee</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue