Site updated at 2017-04-24 21:51:40 UTC
This commit is contained in:
parent
63a8e3d392
commit
3acfb1d6fb
26 changed files with 41 additions and 42 deletions
|
@ -92,7 +92,7 @@
|
|||
<li><strong>median</strong> (<em>Optional</em>): Sometimes the sensor measurements show spikes. Using this parameter, the poller will report the median of the last 3 (you can also use larger values) measurements. This filters out single spikes. Median: 5 will also filter double spikes. If you never have problems with spikes, <code class="highlighter-rouge">median: 1</code> will work fine.</li>
|
||||
<li><strong>timeout</strong> (<em>Optional</em>): Define the timeout value in seconds when polling (defaults to 10 if not defined)</li>
|
||||
<li><strong>retries</strong> (<em>Optional</em>): Define the number of retries when polling (defaults to 2 if not defined)</li>
|
||||
<li><strong>cache</strong> (<em>Optional</em>): Define cache expiration value in seconds (defaults to 1200 if not defined)</li>
|
||||
<li><strong>cache_value</strong> (<em>Optional</em>): Define cache expiration value in seconds (defaults to 1200 if not defined)</li>
|
||||
<li><strong>adapter</strong> (<em>Optional</em>): Define the bluetooth adapter to use (defaults to hci0). Run <code class="highlighter-rouge">hciconfig</code> to get a list of available adapters.</li>
|
||||
</ul>
|
||||
<p>Note that by default the sensor is only polled once every 15 minutes. This means with the <code class="highlighter-rouge">median: 3</code> setting will take as least 30 minutes before the sensor will report a value after a Home Assistant restart. As the values usually change very slowly, this isn’t a big problem.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue