solis_modbus icon indicating copy to clipboard operation
solis_modbus copied to clipboard

Errors in Logs after updating again

Open miketarg opened this issue 4 months ago • 1 comments

Logger: homeassistant.config_entries Source: config_entries.py:594 First occurred: 3:20:22 PM (2 occurrences) Last logged: 3:21:47 PM

Error setting up entry Solis: 192.168.0.83 for solis_modbus Traceback (most recent call last): File "/config/custom_components/solis_modbus/modbus_controller.py", line 25, in connect raise _LOGGER.warning( TypeError: exceptions must derive from BaseException

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/solis_modbus/init.py", line 65, in async_setup_entry await controller.connect() File "/config/custom_components/solis_modbus/modbus_controller.py", line 32, in connect raise _LOGGER.error(f"Failed to connect to Modbus device. Will retry") TypeError: exceptions must derive from BaseException

Updated as the last ticket was closed as fixed but I am getting errors again and my inverter wont connect to HA.

miketarg avatar Oct 06 '24 14:10 miketarg