Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solaredge_modbus could not be loaded #246

Open
ChristophCaina opened this issue Aug 7, 2024 · 0 comments
Open

solaredge_modbus could not be loaded #246

ChristophCaina opened this issue Aug 7, 2024 · 0 comments

Comments

@ChristophCaina
Copy link
Contributor

today, after a restart of HA, I got the following exception from the integration:

Logger: homeassistant.setup
Source: setup.py:334
First occurred: 4:19:11 PM (1 occurrences)
Last logged: 4:19:11 PM

Setup failed for custom integration 'solaredge_modbus': Unable to import component: No module named 'pymodbus.other_message'
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 334, in _async_setup_component
    component = await integration.async_get_component()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1027, in async_get_component
    self._component_future.result()
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1007, in async_get_component
    comp = await self.hass.async_add_import_executor_job(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1067, in _get_component
    ComponentProtocol, importlib.import_module(self.pkg_path)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/config/custom_components/solaredge_modbus/__init__.py", line 10, in <module>
    from pymodbus.client import ModbusTcpClient
  File "/usr/local/lib/python3.12/site-packages/pymodbus/client/__init__.py", line 15, in <module>
  File "/usr/local/lib/python3.12/site-packages/pymodbus/client/base.py", line 9, in <module>
  File "/usr/local/lib/python3.12/site-packages/pymodbus/client/mixin.py", line 11, in <module>
ModuleNotFoundError: No module named 'pymodbus.other_message'

I am running HomeAssistant 2024.8.0b7 right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant