Homematic(IP) Local: Austehende Pong Ereignisse auf Interface Homematic-Virtual Devices

Hallo,
ich habe immer wieder Kommunikationsprobleme zwischen meiner CCU3 und Home Assistant.
Wenn ich die CCU3 komplett neu starte, dann funktioniert es wieder kurzzeitig.

Gleichzeitig sind die Geräte über Homematic GUI oder ioBroker schaltbar.

Homematic ist auf einem Raspi 4 installiert.
Version: PIVCCU 3.77.7

Home Assistant läuft in einem Container (Proxmoxx)
Core: 2024.10.4
Supervisor: 2024.10.3
Operating System: 13.2
Frontend: 20241002.4

Integration: HomeMatic(IP) Local
Version: 1.69.0

Firewall/Ports: alles offen

**Meldungen**

Logger: hahomematic.caches.dynamic
Quelle: runner.py:189
Erstmals aufgetreten: 12:40:48 (5 Vorkommnisse)
Zuletzt protokolliert: 14:29:49

Meldung:
Pending PONG mismatch: There is a mismatch between send ping events and received pong events for instance Homematic-VirtualDevices. Possible reason 1: You are running multiple instances with the same instance name configured for this integration. Re-add one instance! Otherwise this instance will not receive update events from your CCU. Possible reason 2: Something is stuck on the CCU or hasn’t been cleaned up. Therefore, try a CCU restart.Possible reason 3: Your setup is misconfigured and this instance is not able to receive events from the CCU.

Oder

Logger: hahomematic.client.json_rpc
Quelle: runner.py:189
Erstmals aufgetreten: 07:54:55 (1 Vorkommnisse)
Zuletzt protokolliert: 07:54:55

GET_SYSTEM_INFORMATION failed: AuthFailure [POST method ‘Session.renew’ failed: access denied (“GUEST” needed )]

Die Integration ist wie folgt konfiguriert:


Evtl. Hat jemand einen Tipp für mich.

Vielen Dank

Ich könnte mir vorstellen das die Probleme daher kommen das du mit ioBroker und HA auf die CCU zugreifen möchtest.
hast du mal den ioBroker ausgeschaltet und geguckt ob es dann klappt?

LG

Das teste ich mal aus. Danke für den Tipp. Melde mich dann nochmal

IoBroker Instanzen habe ich gestoppt. Es scheint bisschen besser zu sein aber trotzdem habe ich weiterhin Abbrüche und ich muss die CCU3 Neustarten.

Aktuell Meldung:

Logger: hahomematic.central
Quelle: runner.py:189
Erstmals aufgetreten: 14:59:35 (2295 Vorkommnisse)
Zuletzt protokolliert: 18:12:54

* CHECK_CONNECTION failed: No clients exist. Trying to create clients for server Homematic
* CREATE_CLIENTS failed: No connection to interface Homematic-VirtualDevices [()]
* CREATE_CLIENTS failed: No connection to interface Homematic-HmIP-RF [()]

Es ist total nervig, wenn die Integration nicht zuverlässig läuft.

Jemand noch eine Idee?

Grüße

:crayon:by HarryP: Log-Zeilen formatiert

Bei deinem 1 Poste, Bild 2 fällt mir auf, daß dort am Ende die 'erweiterte Konfiguration ’ aktiviert ist. Wieso? Was hast du ‘erweitert’ konfiguriert?
Normalerweise ist das deaktiviert.

@Macello Danke für deine Antwort. Ich habe die “erweiterte” Konfiguration mal ausgestellt und werde beobachten.

Hallo,
Die Verbindung bricht immer wieder ab.

Meldung:

Logger: homeassistant.components.automation.schedule_stehlampe_19uhr
Quelle: helpers/script.py:526
Integration: Automatisierung (Dokumentation, Probleme)
Erstmals aufgetreten: 17:57:57 (1 Vorkommnisse)
Zuletzt protokolliert: 17:57:57

schedule_Sonnenuntergang_Lichter_Garten: Error executing script. Unexpected error for call_service at pos 4: SET_VALUE failed for REQ0118465:3/STATE/True: XMLRPC Fault from backend: -1 Failure
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 526, in _async_step
await getattr(self, handler)()
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 764, in _async_call_service_step
response_data = await self._async_run_long_action(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 727, in _async_run_long_action
return await long_task
^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/core.py”, line 2802, in async_call
response_data = await coro
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/core.py”, line 2845, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1032, in entity_service_call
raise result from None
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 1612, in async_request_call
return await coro
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1079, in _handle_entity_call
result = await task
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/light/init.py”, line 628, in async_handle_light_on_service
await light.async_turn_on(**filter_turn_on_params(light, params))
File “/usr/src/homeassistant/homeassistant/components/switch_as_x/entity.py”, line 152, in async_turn_on
await self.hass.services.async_call(
File “/usr/src/homeassistant/homeassistant/core.py”, line 2802, in async_call
response_data = await coro
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/core.py”, line 2845, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1007, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1079, in _handle_entity_call
result = await task
^^^^^^^^^^
File “/config/custom_components/homematicip_local/switch.py”, line 136, in async_turn_on
await self._data_point.turn_on()
File “/usr/local/lib/python3.12/site-packages/hahomematic/model/decorators.py”, line 158, in service_wrapper
return_value = await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/hahomematic/model/generic/switch.py”, line 38, in turn_on
await self.send_value(value=True, collector=collector)
File “/usr/local/lib/python3.12/site-packages/hahomematic/model/decorators.py”, line 158, in service_wrapper
return_value = await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/hahomematic/model/generic/data_point.py”, line 123, in send_value
await self._client.set_value(
File “/usr/local/lib/python3.12/site-packages/hahomematic/client/init.py”, line 599, in set_value
return await self._set_value( # type: ignore[no-any-return]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/hahomematic/performance.py”, line 26, in async_measure_wrapper
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/hahomematic/model/decorators.py”, line 158, in service_wrapper
return_value = await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/hahomematic/client/init.py”, line 571, in _set_value
raise ClientException(
hahomematic.exceptions.ClientException: SET_VALUE failed for REQ0118465:3/STATE/True: XMLRPC Fault from backend: -1 Failure




Schmeiß die Integration mal runter und installiere sie neu. Irgend was ist da schief gegangen beim installieren. Aber HA ordentlich neu starten zwischen deinstallieren und neu installieren.

@Macello , @totow
ich habe aktiv jetzt nichts mehr geändert und es läuft stabil - Ich weiss nicht was sich da im Hintergrund geändert hat aber es funktioniert jetzt.

Danke für die Hilfestellung

1 „Gefällt mir“

Beim nichts tun helfe ich immer gerne.

LG