Ich habe relativ häufig das Problem, dass die Verbindung mit HomeConnect abbricht und gefühlt tritt das erst seit der 8.2 auf.
Was ich schon herausgefunden habe:
Nach Ablauf des Tokens (nach 24h) wird kein refresh token generiert oder falsch verarbeitet.
Im Debug der Home Connect Cloud steht:
20.01.2026, 17:00:26 | FetchAccessToken | OK! Access Token is valid until 21.01.26 16:57:32
Im Debug vom SSE Client steht:
TXT: 20.01.2026, 17:08:13 | TEXT | Re-using existing https: connection with host api.home-connect.com
TXT: 20.01.2026, 17:08:13 | HEADER OUT | GET /api/homeappliances/events HTTP/1.1Host: api.home-connect.comUser-Agent: IP-Symcon/8.2 Revision/4bedf520 Platform/WindowsAuthorization: Bearer xxxxAccept: text/event-stream
TXT: 20.01.2026, 17:08:13 | TEXT | Request completely sent off
TXT: 20.01.2026, 17:08:13 | HEADER IN | HTTP/1.1 401 Unauthorized
TXT: 20.01.2026, 17:08:13 | HEADER IN | Date: Tue, 20 Jan 2026 16:08:13 GMT
TXT: 20.01.2026, 17:08:13 | HEADER IN | Content-Type: application/vnd.bsh.sdk.v1+json; charset=utf-8
TXT: 20.01.2026, 17:08:13 | HEADER IN | Content-Length: 94
TXT: 20.01.2026, 17:08:13 | HEADER IN | Connection: keep-alive
TXT: 20.01.2026, 17:08:13 | HEADER IN | access-control-allow-origin: *
TXT: 20.01.2026, 17:08:13 | HEADER IN | access-control-allow-methods: GET,POST,OPTIONS,PUT,DELETE
TXT: 20.01.2026, 17:08:13 | HEADER IN | access-control-allow-credentials: true
TXT: 20.01.2026, 17:08:13 | HEADER IN | access-control-allow-headers: Authorization,Content-Type,Accept,Cache-Control,Last-Event-ID,If-Modified-Since,X-Requested-With,X-Events-Facade,User-Agent
TXT: 20.01.2026, 17:08:13 | HEADER IN | referrer-policy: origin
TXT: 20.01.2026, 17:08:13 | HEADER IN | x-frame-options: sameorigin
TXT: 20.01.2026, 17:08:13 | HEADER IN | x-content-type-options: nosniff
TXT: 20.01.2026, 17:08:13 | HEADER IN | x-xss-protection: 1; mode=block
TXT: 20.01.2026, 17:08:13 | HEADER IN | strict-transport-security: max-age=31536000; includeSubDomains; preload
TXT: 20.01.2026, 17:08:13 | HEADER IN | api-gateway-service: api-gateway-events
TXT: 20.01.2026, 17:08:13 | HEADER IN | www-authenticate: Bearer realm=„“, error=„invalid_token“,error_description=„The access token expired“
TXT: 20.01.2026, 17:08:13 | HEADER IN | hc-env: apigw
TXT: 20.01.2026, 17:08:13 | HEADER IN | ETag: W/„xxxx“
TXT: 20.01.2026, 17:08:13 | HEADER IN |
TXT: 20.01.2026, 17:08:13 | DATA IN | { „error“: { „key“: „invalid_token“, „description“: „The access token expired“ }}
TXT: 20.01.2026, 17:08:13 | RECEIVED | { „error“: { „key“: „invalid_token“, „description“: „The access token expired“ }}
An manchen Tagen klappt es, an manchen gar nicht, was dann immer hilft ist dann der Punkt “Server Events Registrieren” in der Home Connect Cloud aufrufen.
Es ist weiterhin eine Bedienung der Geräte möglich, es kommen nur keine Events mehr an
Kann auch noch mehr Logs machen, wenn benötigt.
Gruß Thomas