Site updated at 2017-04-03 00:56:33 UTC
This commit is contained in:
parent
b51cd0e2c6
commit
0ec8b3a612
24 changed files with 45 additions and 40 deletions
|
@ -66,14 +66,19 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>This tracker discovers new devices on boot and in regular intervals and tracks bluetooth low-energy devices periodically based on interval_seconds value. It is not required to pair the devices with each other!</p>
|
||||
<p class="note warning">
|
||||
We have received <a href="https://github.com/home-assistant/home-assistant/issues/4442">numerous reports</a> that this integration will have a big impact on the performance of the server.
|
||||
</p>
|
||||
<p>This tracker discovers new devices on boot and in regular intervals and tracks bluetooth low-energy devices periodically based on interval_seconds value. It is not required to pair the devices with each other.</p>
|
||||
<p>Devices discovered are stored with ‘BLE_’ as the prefix for device mac addresses in <code class="highlighter-rouge">known_devices.yaml</code>.</p>
|
||||
<p>This platform requires pybluez to be installed. On Debian based installs, run <code class="highlighter-rouge">sudo apt install bluetooth libbluetooth-dev pkg-config libboost-python-dev libboost-thread-dev libglib2.0-dev python-dev</code></p>
|
||||
<p>This platform requires pybluez to be installed. On Debian based installs, run</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt install bluetooth libbluetooth-dev pkg-config libboost-python-dev libboost-thread-dev libglib2.0-dev python-dev
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Before you get started with this platform, please note that:</p>
|
||||
<ul>
|
||||
<li>This platform is incompatible with Windows</li>
|
||||
<li>This platform requires root privileges</li>
|
||||
<li>Don’t use on a Raspberry Pi. It will become unusable slow when using this platform.</li>
|
||||
</ul>
|
||||
<p>To use the Bluetooth tracker 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue