mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Deprecate close_comm_on_error. (#28853)
This commit is contained in:
parent
b7acdc73b7
commit
5f87e82113
@ -37,13 +37,6 @@ The modbus integration allows you to use multiple connections each with multiple
|
||||
The modbus integration provides a number of parameters to help communicate with "difficult" devices, these parameters are independent of the type of communication.
|
||||
|
||||
{% configuration %}
|
||||
close_comm_on_error:
|
||||
description: "Close connection when an error occurs.
|
||||
Some serial-rs485 adapters deliver garble when opened, this leads to a disconnect and a new connect, which can continue.
|
||||
If the log contains a message from pymodbus, with the text 'cleaning....', then try this parameter."
|
||||
required: false
|
||||
default: true
|
||||
type: boolean
|
||||
delay:
|
||||
description: "Time to delay sending messages in seconds after connecting.
|
||||
Some modbus devices need a delay of typically 1-2 seconds after connection is established to prepare the communication.
|
||||
|
Loading…
x
Reference in New Issue
Block a user