Site updated at 2017-11-15 12:36:25 UTC

This commit is contained in:
Travis CI 2017-11-15 12:36:25 +00:00
parent 43644b7d47
commit 42f8c0dd23
26 changed files with 70 additions and 65 deletions

View file

@ -96,10 +96,15 @@ These devices will either show as a binary sensor or a sensor called <code class
</code></pre>
</div>
<h3><a class="title-link" name="razberry-board" href="#razberry-board"></a> Razberry Board</h3>
<p>You need to disable the on-board Bluetooth since the board requires the use of the hardware UART (and theres only one on the Pi3). You do this by adding the following to the end of <code class="highlighter-rouge">/boot/config.txt</code>, then rebooting:</p>
<p>You need to disable the on-board Bluetooth since the board requires the use of the hardware UART (and theres only one on the Pi3). You do this by adding the following to the end of <code class="highlighter-rouge">/boot/config.txt</code>:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>dtoverlay=pi3-disable-bt
</code></pre>
</div>
<p>Then disable the Bluetooth modem service:</p>
<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>
<h3><a class="title-link" name="aeon-minimote" href="#aeon-minimote"></a> Aeon Minimote</h3>
<p>Heres 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>