Closed matejsalamon closed 1 month ago
Hey there @michaelarnauts, mind taking a look at this issue as it has been labeled with an integration (comfoconnect
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
comfoconnect documentation comfoconnect source (message by IssueLinks)
Can you pos thte full log?
The same here. Logger: homeassistant.setup Bron: setup.py:334 Eerst voorgekomen: 12:46:36 (1 gebeurtenissen) Laatst gelogd: 12:46:36
Setup failed for custom integration 'comfoconnect': Unable to import component: cannot import name 'runtime_version' from 'google.protobuf' (/usr/local/lib/python3.12/site-packages/google/protobuf/init.py)
Traceback (most recent call last):
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 "
During handling of the above exception, another exception occurred:
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 1019, in async_get_component
comp = self._get_component()
^^^^^^^^^^^^^^^^^^^^^
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 "
This is a custom component, please raise it at their issue tracker
That's true it is custom component but official HA Zehnder Integration has significantly fewer entities. Can you add the following that were available before in the "Custom Component":
I have the same issue. I think that it happens because of the update
Tracked at https://github.com/michaelarnauts/home-assistant-comfoconnect/issues/77 for future readers
The problem
After upgrading HA from 2024.9.2 to 2024.9.3 Zehnder Comfoconnect Integration can not be started, deleted or loaded any longer.
What version of Home Assistant Core has the issue?
2024.9.3
What was the last working version of Home Assistant Core?
2024.9.2
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Zehnder Comfoconnect
Link to integration documentation on our website
https://www.home-assistant.io/integrations/comfoconnect
Diagnostics information
Error occurred loading flow for integration comfoconnect: cannot import name 'runtime_version' from 'google.protobuf' (/usr/local/lib/python3.12/site-packages/google/protobuf/init.py)
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response