mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
modbus: add description of parameter "delay" (#12305)
* modbus: add description of parameter "delay"
Using "delay" causes a pause after connect() and before first send()
allowing the other part to prepare.
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
b55b6a418e
commit
f282dfa39a
@ -53,6 +53,11 @@ timeout:
|
||||
required: false
|
||||
default: 3
|
||||
type: integer
|
||||
delay:
|
||||
description: Time to sleep in seconds after connecting and before sending messages. Some modbus-tcp servers need a short delay typically 1-2 seconds in order to prepare the communication. If a server accepts connecting, but there is no response to the requests send, this parameter might help.
|
||||
required: false
|
||||
default: 0
|
||||
type: integer
|
||||
{% endconfiguration %}
|
||||
|
||||
### Serial connection
|
||||
|
Loading…
x
Reference in New Issue
Block a user