Site updated at 2018-01-15 11:59:29 UTC
This commit is contained in:
parent
bd22e4b200
commit
bf18f14fe7
772 changed files with 16363 additions and 3384 deletions
|
@ -86,7 +86,13 @@
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>type</strong> (<em>Required</em>): Type of the connection to Modbus.</li>
|
||||
<li><strong>type</strong> (<em>Required</em>): Type of the connection to Modbus. Possible values are:
|
||||
<ul>
|
||||
<li><em>tcp</em>: Modbus TCP protocol according to “MODBUS Messaging Implementation Guide version 1.0b” provided by Schneider Automation,</li>
|
||||
<li><em>udp</em>: Modbus TCP form, but using UDP for transport (removes the overheads required for TCP),</li>
|
||||
<li><em>rtuovertcp</em>: Modbus RTU message transmitted with a TCP/IP wrapper and sent over a network instead of serial lines.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>host</strong> (<em>Required</em>): The IP address of your Modbus device, eg. 192.168.1.1.</li>
|
||||
<li><strong>port</strong> (<em>Required</em>): The port for the communication.</li>
|
||||
<li><strong>timeout</strong> (<em>Optional</em>): Timeout for slave response in seconds. (default: 3)</li>
|
||||
|
@ -105,7 +111,7 @@
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>type</strong> (<em>Required</em>): Type of the connection to Modebus.</li>
|
||||
<li><strong>type</strong> (<em>Required</em>): Type of the connection to Modbus.</li>
|
||||
<li><strong>method</strong> (<em>Required</em>): Method of the connection to Modbus.</li>
|
||||
<li><strong>port</strong> (<em>Required</em>): The port where your Modbus device is connected to your Home Assistant host.</li>
|
||||
<li><strong>baudrate</strong> (<em>Required</em>): The speed for the serial connection.</li>
|
||||
|
@ -302,6 +308,9 @@
|
|||
<li>
|
||||
<a href='/components/netatmo/'>Netatmo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/nuheat/'>NuHeat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/nuimo_controller/'>Nuimo controller</a>
|
||||
</li>
|
||||
|
@ -323,6 +332,12 @@
|
|||
<li>
|
||||
<a href='/components/rfxtrx/'>RFXtrx</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rainbird/'>Rain Bird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.rainbird/'>Rain Bird Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rainbird/'>Rain Bird Switch</a>
|
||||
</li>
|
||||
|
@ -410,6 +425,9 @@
|
|||
<li>
|
||||
<a href='/components/zoneminder/'>ZoneMinder</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/deconz/'>deCONZ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ecobee/'>ecobee</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue