Site updated at 2017-11-23 07:47:33 UTC
This commit is contained in:
parent
3267d159ee
commit
a8cf2ec28f
29 changed files with 103 additions and 76 deletions
|
@ -104,7 +104,7 @@ These devices will either show as a binary sensor or a sensor called <code class
|
|||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo systemctl disable hciuart
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Finally, reboot to make those changes active.</p>
|
||||
<p>Finally, reboot to make those changes active. It’s been reported that this is also required on the Pi2.</p>
|
||||
<h3><a class="title-link" name="aeon-minimote" href="#aeon-minimote"></a> Aeon Minimote</h3>
|
||||
<p>Here’s a handy configuration for the Aeon Labs Minimote that defines all possible button presses. Put it into <code class="highlighter-rouge">automation.yaml</code>.</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code> <span class="pi">-</span> <span class="s">id</span><span class="pi">:</span> <span class="s">mini_1_pressed</span>
|
||||
|
|
|
@ -209,6 +209,12 @@ The device type is <code class="highlighter-rouge">c</code> (character special)
|
|||
</code></pre>
|
||||
</div>
|
||||
<p>After that, you need to change <code class="highlighter-rouge">usb_path</code> to <code class="highlighter-rouge">/dev/ttyAMA0</code>.</p>
|
||||
<h3><a class="title-link" name="rancheros" href="#rancheros"></a> RancherOS</h3>
|
||||
<p>If you’re using RancherOS for containers, you’ll need to ensure you enable the kernel-extras service so that the <code class="highlighter-rouge">USB_ACM</code> module (also known as <code class="highlighter-rouge">cdc_acm</code>) is loaded:</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo ros service <span class="nb">enable </span>kernel-extras
|
||||
<span class="gp">$ </span>sudo ros service up kernel-extras
|
||||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="network-key" href="#network-key"></a> Network Key</h3>
|
||||
<p>Security Z-Wave devices require a network key before being added to the network using the Add Secure Node button in the Z-Wave Network Management card. You must set the <em>network_key</em> configuration variable to use a network key before adding these devices.</p>
|
||||
<p>An easy script to generate a random key:</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue