We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff4b73 commit d1fae5aCopy full SHA for d1fae5a
custom_components/solaredge_modbus_multi/hub.py
@@ -1322,7 +1322,7 @@ async def read_modbus_data(self) -> None:
1322
f"I{self.inverter_unit_id}: global power control NOT available"
1323
)
1324
1325
- except TimeoutError:
+ except (TimeoutError, ModbusIOException):
1326
ir.async_create_issue(
1327
self.hub._hass,
1328
DOMAIN,
@@ -1564,7 +1564,7 @@ async def read_modbus_data(self) -> None:
1564
1565
1566
1567
1568
1569
1570
0 commit comments