Site updated at 2016-11-05 20:02:10 UTC

This commit is contained in:
Travis CI 2016-11-05 20:02:10 +00:00
parent f75d424f46
commit abca0c39a5
29 changed files with 47 additions and 36 deletions

View file

@ -110,6 +110,7 @@
<ul>
<li><strong>host</strong> (<em>Required</em>): The IP address of the computer running the pilight-daemon, e.g. 192.168.1.32.</li>
<li><strong>port</strong> (<em>Required</em>): The network port to connect to. The usual port is <a href="https://www.pilight.org/development/api/">5000</a>.</li>
<li><strong>send_delay</strong> (<em>Optional</em>): You can define a send delay as a fraction of seconds if you experience transmission problems when you try to switch multiple switches at once. This can happen when you use a <a href="https://github.com/pilight/pilight-usb-nano">pilight USB Nano</a> as hardware and switches a whole group of multiple switches on or off. Tested values are between 0.3 and 0.8 seconds depending on the hardware.</li>
<li><strong>whitelist</strong> (<em>Optional</em>): You can define a whitelist to prevent that too many unwanted RF codes (e.g. the neighbours weather station) are put on your HA event bus. All defined subsections have to be matched. A subsection is matched if one of the items are true.</li>
</ul>
@ -121,6 +122,7 @@
<span class="s">pilight</span><span class="pi">:</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">127.0.0.1</span>
<span class="s">port</span><span class="pi">:</span> <span class="s">5000</span>
<span class="s">send_delay</span><span class="pi">:</span> <span class="s">0.4</span>
<span class="s">whitelist</span><span class="pi">:</span> <span class="c1"># optional</span>
<span class="s">protocol</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">daycom</span>