Since 30 December 2021 (therefore I guess since Home assistant 2021.12.7 released one day earlier, but I cannot be sure) I cannot read data from my TCP modbus client anymore.
I get this error:
Logger: homeassistant.components.modbus.modbus
Source: components/modbus/modbus.py:291
Integration: Modbus ([documentation](https://www.home-assistant.io/integrations/modbus), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+modbus%22))
First occurred: 10:30:10 AM (10 occurrences)
Last logged: 10:34:40 AM
Pymodbus: hub1: Exception Response(132, 4, SlaveFailure)
Needless to say, when I test the device with a different software it works just fine.
The configuration has not changed:
modbus:
- name: "hub1"
type: tcp
delay: 5
host: 192.168.x.y
port: 502
sensors:
- name: "Ducobox status"
slave: 1
address: 11
input_type: input
scan_interval: 30
data_type: uint16
# and more...
Any idea about how to solve the issue? I couldn’t find anything online.