1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/modbus
jan iversen 33e8553d92
Fix frontend freeze due to modbus device not responding (#49651)
Changing the timeout from package default, secures SENDING will
timeout, and after 3 retries break off.

Remark: this commit is tested with pymodbus v2.5.1 the old version
v2.3.0 have several problems in this area.
self._value = await self.async_get_last_state()

pymodbus v2.5.1 is active on DEV (bumped in an earlier PR).
2021-04-25 23:11:01 +02:00
..
__init__.py Bump python-typing-update to v0.3.3 (#48992) 2021-04-10 15:21:11 +02:00
binary_sensor.py Update modbus state when sensor fails (#49481) 2021-04-20 14:54:20 +02:00
climate.py Add pymodbus exception handling and isolate pymodbus to class modbusHub (#49052) 2021-04-19 08:18:15 -07:00
const.py Remove modbus duplicate strings (#48654) 2021-04-04 14:02:47 +02:00
cover.py Add pymodbus exception handling and isolate pymodbus to class modbusHub (#49052) 2021-04-19 08:18:15 -07:00
manifest.json Bump pymodbus version to 2.5.1 (#49401) 2021-04-20 10:43:14 +02:00
modbus.py Fix frontend freeze due to modbus device not responding (#49651) 2021-04-25 23:11:01 +02:00
sensor.py Remove dead code in modbus sensor and 100% test coverage (#49634) 2021-04-25 15:25:02 +02:00
services.yaml
switch.py Fix modbus switch "old style" config problem (#49352) 2021-04-19 10:35:32 -07:00