mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Update modbus.markdown (#4261)
Documentation change associated to pull request: https://github.com/home-assistant/home-assistant/pull/11238
This commit is contained in:
parent
22e7578e5a
commit
df0e395616
@ -30,7 +30,10 @@ modbus:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **type** (*Required*): Type of the connection to Modbus.
|
- **type** (*Required*): Type of the connection to Modbus. Possible values are:
|
||||||
|
- *tcp*: Modbus TCP protocol according to "MODBUS Messaging Implementation Guide version 1.0b" provided by Schneider Automation,
|
||||||
|
- *udp*: Modbus TCP form, but using UDP for transport (removes the overheads required for TCP),
|
||||||
|
- *rtuovertcp*: Modbus RTU message transmitted with a TCP/IP wrapper and sent over a network instead of serial lines.
|
||||||
- **host** (*Required*): The IP address of your Modbus device, eg. 192.168.1.1.
|
- **host** (*Required*): The IP address of your Modbus device, eg. 192.168.1.1.
|
||||||
- **port** (*Required*): The port for the communication.
|
- **port** (*Required*): The port for the communication.
|
||||||
- **timeout** (*Optional*): Timeout for slave response in seconds. (default: 3)
|
- **timeout** (*Optional*): Timeout for slave response in seconds. (default: 3)
|
||||||
@ -51,7 +54,7 @@ modbus:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **type** (*Required*): Type of the connection to Modebus.
|
- **type** (*Required*): Type of the connection to Modbus.
|
||||||
- **method** (*Required*): Method of the connection to Modbus.
|
- **method** (*Required*): Method of the connection to Modbus.
|
||||||
- **port** (*Required*): The port where your Modbus device is connected to your Home Assistant host.
|
- **port** (*Required*): The port where your Modbus device is connected to your Home Assistant host.
|
||||||
- **baudrate** (*Required*): The speed for the serial connection.
|
- **baudrate** (*Required*): The speed for the serial connection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user