Site updated at 2016-10-03 01:55:18 UTC

This commit is contained in:
Travis CI 2016-10-03 01:55:19 +00:00
parent d15a9f3e05
commit 6eef83d29a
23 changed files with 39 additions and 36 deletions

View file

@ -117,6 +117,9 @@ conductivity. As only a single BLE device can be polled at the same time, the li
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, median=1 will work fine.</li>
<li><strong>monitored_conditions</strong> (<em>Required</em>): The paramaters that should be monitored.</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>
</ul>
<p>Note that by default the sensor is only polled once every 15 minutes. This means with the median=3 setting, it 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 isnt a big problem.