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 91cccf9 commit 0d152acCopy full SHA for 0d152ac
custom_components/solaredge_modbus_multi/hub.py
@@ -447,8 +447,7 @@ def init_device(self) -> None:
447
unit=self.inverter_unit_id, address=40121, count=10
448
)
449
if mmppt_common.isError():
450
- _LOGGER.debug(f"Inverter {self.inverter_unit_id}: {inverter_data}")
451
- raise ModbusReadError(mmppt_common)
+ _LOGGER.debug(f"Inverter {self.inverter_unit_id} MMPPT: {inverter_data}")
452
453
if mmppt_common.exception_code == ModbusExceptions.IllegalAddress:
454
self.decoded_mmppt = None
0 commit comments