Site updated at 2017-09-09 08:11:28 UTC
This commit is contained in:
parent
884f293365
commit
f9e31a30cd
827 changed files with 13304 additions and 2121 deletions
|
@ -75,24 +75,32 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">knx</code> cover platform is used as in interface with KNX covers.</p>
|
||||
<p>The <code class="highlighter-rouge">knx</code> component must be configured correctly, see <a href="/components/knx">KNX Component</a>.</p>
|
||||
<p>To use your KNX covers in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">cover</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">knx</span>
|
||||
<span class="s">updown_address</span><span class="pi">:</span> <span class="s">9/0/0</span>
|
||||
<span class="s">stop_address</span><span class="pi">:</span> <span class="s">9/0/1</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">knx</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Kitchen.Shutter"</span>
|
||||
<span class="s">move_long_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">3/0/0'</span>
|
||||
<span class="s">move_short_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">3/0/1'</span>
|
||||
<span class="s">position_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">3/0/3'</span>
|
||||
<span class="s">position_state_address</span><span class="pi">:</span> <span class="s1">'</span><span class="s">3/0/2'</span>
|
||||
<span class="s">travelling_time_down</span><span class="pi">:</span> <span class="s">51</span>
|
||||
<span class="s">travelling_time_up</span><span class="pi">:</span> <span class="s">61</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): A name for this devices used within Home Assistant.</li>
|
||||
<li><strong>updown_address</strong> (<em>Required</em>): The KNX group address that is used to move the cover up and down.</li>
|
||||
<li><strong>stop_address</strong> (<em>Required</em>): The group address that is used to stop the cover.</li>
|
||||
<li><strong>setposition_address</strong> (<em>Optional</em>): The group address that is used to set the position.</li>
|
||||
<li><strong>getposition_address</strong> (<em>Optional</em>): The group address that is used to read the position.</li>
|
||||
<li><strong>setangle_address</strong> (<em>Optional</em>): The group address that is used to set the tilt angle.</li>
|
||||
<li><strong>getangle_address</strong> (<em>Optional</em>): The group address that is used to read the tilt angle.</li>
|
||||
<li><strong>invert_position</strong> (<em>Optional</em>): Set this to true if your actuator report fully closed as 100%</li>
|
||||
<li><strong>invert_angle</strong> (<em>Optional</em>): Set this to true if your actuator reports tilt fully closed as 100%</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): A name for this device used within Home Assistant.</li>
|
||||
<li><strong>move_long_address</strong>: KNX group address for moving the cover full up or down.</li>
|
||||
<li><strong>move_short_address</strong>: (<em>Optional</em>) KNX group address for moving the cover short time up or down.</li>
|
||||
<li><strong>position_address</strong>: (<em>Optional</em>) KNX group address for moving the cover to the dedicated position.</li>
|
||||
<li><strong>position_state_address</strong>: (<em>Optional</em>) Separate KNX group address for requesting the current position of the cover.</li>
|
||||
<li><strong>angle_address</strong>: (<em>Optional</em>) KNX group address for moving the cover to the dedicated angle.</li>
|
||||
<li><strong>angle_state_address</strong>: (<em>Optional</em>) Separate KNX group address for requesting the current angle of cover.</li>
|
||||
<li><strong>travelling_time_down</strong>: (<em>Optional</em>) Time cover needs to travel down in seconds. Needed to calculate the intermediate positions of cover while traveling. Defaults to 25.</li>
|
||||
<li><strong>travelling_time_up</strong>: (<em>Optional</em>) Time cover needs to travel up in seconds. Needed to calculate the intermediate positions of cover while traveling. Defaults to 25.</li>
|
||||
<li><strong>invert_position</strong>: (<em>Optional</em>) Set this to true if your actuator report fully closed as 100%</li>
|
||||
<li><strong>invert_angle</strong>: (<em>Optional</em>) Set this to true if your actuator reports tilt fully closed as 100%</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
|
@ -122,23 +130,29 @@
|
|||
<li><a href='/components/binary_sensor.knx/'>
|
||||
KNX Binary Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/climate.knx/'>
|
||||
KNX Climate
|
||||
</a></li>
|
||||
<li><a href='/components/light.knx/'>
|
||||
KNX Light
|
||||
</a></li>
|
||||
<li><a href='/components/notify.knx/'>
|
||||
KNX Notify
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.knx/'>
|
||||
KNX Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/switch.knx/'>
|
||||
KNX Switch
|
||||
</a></li>
|
||||
<li><a href='/components/climate.knx/'>
|
||||
KNX Thermostat
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Cover</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/cover.abode/'>Abode Cover</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/cover.command_line/'>Command Line Cover</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue