Seite 62 von 62

Re: Neue HomeMatic Integration für Home Assistant

Verfasst: 07.02.2024, 15:59
von Baxxy
Programme erscheinen als inaktive (versteckte) "Steuerelemente" bei der Zentrale (Dienst).
Du musst sie erst aktivieren um sie "triggern" zu können.

Re: Neue HomeMatic Integration für Home Assistant

Verfasst: 16.02.2024, 20:10
von EckartS
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

Re: Neue HomeMatic Integration für Home Assistant

Verfasst: 16.02.2024, 20:15
von Baxxy
Die Integration aktualisieren?

Re: Neue HomeMatic Integration für Home Assistant

Verfasst: 16.02.2024, 22:05
von EckartS
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

Re: Neue HomeMatic Integration für Home Assistant

Verfasst: 29.05.2024, 15:25
von JanniBoy
Hi zusammen,
In der neuesten Version (1.62.0) wurde für den BROLL ein Level-Sensor für Kanal 3 eingeführt. Bedeutet dies, dass in einem nächsten Schritt endlich Kanal 4 seinen eigenen Status zurück gibt und nicht mehr den von Kanal 3?
Da ich mit mehreren Kanälen arbeite wäre das total klasse!

Ansonsten:
Super Arbeit! 👍