Skip to content

Commit 0d152ac

Browse files
Update hub.py
1 parent 91cccf9 commit 0d152ac

File tree

1 file changed

+1
-2
lines changed
  • custom_components/solaredge_modbus_multi

1 file changed

+1
-2
lines changed

custom_components/solaredge_modbus_multi/hub.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,7 @@ def init_device(self) -> None:
447447
unit=self.inverter_unit_id, address=40121, count=10
448448
)
449449
if mmppt_common.isError():
450-
_LOGGER.debug(f"Inverter {self.inverter_unit_id}: {inverter_data}")
451-
raise ModbusReadError(mmppt_common)
450+
_LOGGER.debug(f"Inverter {self.inverter_unit_id} MMPPT: {inverter_data}")
452451

453452
if mmppt_common.exception_code == ModbusExceptions.IllegalAddress:
454453
self.decoded_mmppt = None

0 commit comments

Comments
 (0)