Hallo,
ich hatte in meinem HA meine RCT PV Anlage (Wechselrichter und Batterie) eingebunden.
Diese wurde irgendwann nicht mehr erkannt und ich habe das Thema erstmal liegen lassen.
Nun habe ich einmal die Konfiguration runtergeworfen und wollte mir das Gerät neu hinzufügen.
Hierfür nutze ich GitHub - weltenwort/home-assistant-rct-power-integration: A Home Assistant custom component to integrate with RCT Power inverters.
Wenn ich dann das Gerät dann hinzufüge (via IP-Adresse des Wechselrichters), bekomme ich immer einen Fehler. Hier der Auszug aus dem Log:
Logger: frontend.js.modern.202511051Quelle: components/system_log/__init__.py:331Erstmals aufgetreten: 23. November 2025 um 17:50:39 (180 Vorkommnisse)Zuletzt protokolliert: 10:59:21
Failed to format translation for key 'ui.components.device-picker.no_match' in language 'de'. Error: The intl string context variable "term" was not provided to the string "Keine Geräte für {term} gefunden"
Failed to format translation for key 'ui.components.entity.entity-picker.no_match' in language 'de'. Error: The intl string context variable "term" was not provided to the string "Keine Entitäten für {term} gefunden"
Failed to format translation for key 'ui.components.statistic-picker.no_match' in language 'de'. Error: The intl string context variable "term" was not provided to the string "Keine Statistiken für {term} gefunden"
Failed to format translation for key 'component.rct_power.config.error.connect' in language 'de'. Error: The intl string context variable "hostname" was not provided to the string "Failed to connect to {hostname}:{port}."
Kann mir hier jemand weiterhelfen? Einen Fehler in der achten OSI-Schicht kann ich nicht ausschließen ![]()
Noch ein kurzer Nachtrag.
Gerade habe ich noch dieses Log entdeckt:
Logger: homeassistant.config_entries
Quelle: config_entries.py:761
Erstmals aufgetreten: 24. November 2025 um 14:01:26 (4 Vorkommnisse)
Zuletzt protokolliert: 11:06:34
Error setting up entry RCT Power Inverter at 192.168.178.71:8899 for rct_power
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 761, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/rct_power/__init__.py", line 125, in async_setup_entry
hass.config_entries.async_forward_entry_setup(entry, platform),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'?