Add retry on empty modbus messages for serial protocol (#34678)

This commit is contained in:
jan iversen 2020-05-06 14:08:43 +02:00 committed by GitHub
parent 1b02410aa6
commit 1b3f9254bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,6 +188,7 @@ class ModbusHub:
bytesize=self._config_bytesize,
parity=self._config_parity,
timeout=self._config_timeout,
retry_on_empty=True,
)
elif self._config_type == "rtuovertcp":
self._client = ModbusTcpClient(