Neue HomeMatic Integration für Home Assistant

Open Source Hausautomation

Moderator: Co-Administratoren


EckartS
Beiträge: 243
Registriert: 13.11.2012, 23:11
Wohnort: Nürnberg
Danksagung erhalten: 2 Mal

Re: Neue HomeMatic Integration für Home Assistant

Beitrag von EckartS » 16.02.2024, 20:10

Hallo,

Seit geraumer Zeit benutze ich diese Homematic Intergration. Bisher ohne Probleme.

Heute aber habe ich nach längerer Abwesenheit sowohl Homematic aktualisiert (Raspberrymatic vom 30.01.24) wie das Homeassistant von 2023.8.x auf die aktuelle Version 2024.2.1 gebracht.

Das Ergebnis ist leider: Die Homematic-Integration wir nicht mehr geladen! Neustart von HA und HM hat nicht geholfen.

Hat jemand Ideen für die Fehlversuche?

Grüße,
Eckart
711 Kanäle in 113 Geräten und 134 CUxD-Kanäle in 24 CUxD-Geräten


EckartS
Beiträge: 243
Registriert: 13.11.2012, 23:11
Wohnort: Nürnberg
Danksagung erhalten: 2 Mal

Re: Neue HomeMatic Integration für Home Assistant

Beitrag von EckartS » 16.02.2024, 22:05

Habe ich gemacht. v 1.55.0

Logeintrag ist:

Code: Alles auswählen

Logger: homeassistant.setup
Source: setup.py:251
First occurred: 21:56:18 (1 occurrences)
Last logged: 21:56:18

Setup failed for custom integration 'homematicip_local': Unable to import component: Exception importing custom_components.homematicip_local
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/loader.py", line 827, in get_component
    ComponentProtocol, importlib.import_module(self.pkg_path)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  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 994, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/config/custom_components/homematicip_local/__init__.py", line 21, in <module>
    from .control_unit import ControlConfig, get_storage_folder
  File "/config/custom_components/homematicip_local/control_unit.py", line 87, in <module>
    from .support import (
  File "/config/custom_components/homematicip_local/support.py", line 128, in <module>
    class HmBinarySensorEntityDescription(HmEntityDescription, BinarySensorEntityDescription):
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 251, in _async_setup_component
    component = integration.get_component()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 835, in get_component
    raise ImportError(f"Exception importing {self.pkg_path}") from err
ImportError: Exception importing custom_components.homematicip_local
711 Kanäle in 113 Geräten und 134 CUxD-Kanäle in 24 CUxD-Geräten

Antworten

Zurück zu „Home Assistant“