File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ modbus:
30
30
31
31
Configuration variables:
32
32
33
- - **type** (*Required*): Type of the connection to Modbus.
33
+ - **type** (*Required*): Type of the connection to Modbus. Possible values are:
34
+ - *tcp*: Modbus TCP protocol according to "MODBUS Messaging Implementation Guide version 1.0b" provided by Schneider Automation,
35
+ - *udp*: Modbus TCP form, but using UDP for transport (removes the overheads required for TCP),
36
+ - *rtuovertcp*: Modbus RTU message transmitted with a TCP/IP wrapper and sent over a network instead of serial lines.
34
37
- **host** (*Required*): The IP address of your Modbus device, eg. 192.168.1.1.
35
38
- **port** (*Required*): The port for the communication.
36
39
- **timeout** (*Optional*): Timeout for slave response in seconds. (default: 3)
@@ -51,7 +54,7 @@ modbus:
51
54
52
55
Configuration variables:
53
56
54
- - **type** (*Required*): Type of the connection to Modebus .
57
+ - **type** (*Required*): Type of the connection to Modbus .
55
58
- **method** (*Required*): Method of the connection to Modbus.
56
59
- **port** (*Required*): The port where your Modbus device is connected to your Home Assistant host.
57
60
- **baudrate** (*Required*): The speed for the serial connection.
You can’t perform that action at this time.
0 commit comments