Im Debug sieht man das die erste Meldung direkt nach dem Login kommt und danach alle 60s ohne das Daten abgefragt werden, es werden Fahrzeugdaten gelesen und auch neu Werte ausgelesen.
2026-04-04 09:47:26.501 - info: vw-connect.0 (64061) Login successful
2026-04-04 09:47:26.796 - debug: vw-connect.0 (64061) get user data {xxxx...
2026-04-04 09:47:27.384 - debug: vw-connect.0 (64061) {"vehicles":[{xxxx...
2026-04-04 09:47:27.385 - info: vw-connect.0 (64061) Found 1 vehicles
2026-04-04 09:47:27.443 - debug: vw-connect.0 (64061) Connecting to MQTT
2026-04-04 09:47:27.684 - error: vw-connect.0 (64061) MQTT Error: ErrorWithReasonCode: Connection refused: Not authorized
2026-04-04 09:47:27.685 - error: vw-connect.0 (64061) MQTT Offline
2026-04-04 09:47:27.685 - info: vw-connect.0 (64061) MQTT Connection closed
2026-04-04 09:47:27.695 - debug: vw-connect.0 (64061) {"overall": xxxx
2026-04-04 09:47:27.695 - debug: vw-connect.0 (64061) xxxxxxx.status.vehicle-status
2026-04-04 09:47:27.695 - debug: vw-connect.0 (64061) 200
.....
Das sind die Meldungen die einen Fehlercode erzeugen, sonst ist der status 200
2026-04-04 09:47:35.509 - debug: vw-connect.0 (64061) air-conditioning /settings
2026-04-04 09:47:35.509 - debug: vw-connect.0 (64061) AxiosError: Request failed with status code 403
2026-04-04 09:47:35.509 - debug: vw-connect.0 (64061) ""
2026-04-04 09:47:35.509 - debug: vw-connect.0 (64061) ""
2026-04-04 09:47:35.579 - debug: vw-connect.0 (64061) charging /settings
2026-04-04 09:47:35.579 - debug: vw-connect.0 (64061) AxiosError: Request failed with status code 404
2026-04-04 09:47:35.579 - debug: vw-connect.0 (64061) {"timestamp":"2026-04-04T07:47:35.626+00:00","path":"/api/v1/charging/xxxxxxx/settings","status":404,"error":"Not Found","requestId":"313418a3-30342369"}
2026-04-04 09:47:35.579 - debug: vw-connect.0 (64061) Vehicle is not supporting charging /settings
.....
2026-04-04 09:47:36.761 - debug: vw-connect.0 (64061) fueling/sessions
2026-04-04 09:47:36.761 - debug: vw-connect.0 (64061) AxiosError: Request failed with status code 404
2026-04-04 09:47:36.761 - debug: vw-connect.0 (64061) "Resource not found"
2026-04-04 09:47:36.761 - debug: vw-connect.0 (64061) Vehicle is not supporting fueling/sessions
2026-04-04 09:47:36.862 - debug: vw-connect.0 (64061) fueling/sessions /state
2026-04-04 09:47:36.862 - debug: vw-connect.0 (64061) AxiosError: Request failed with status code 404
2026-04-04 09:47:36.862 - debug: vw-connect.0 (64061) "Resource not found"
2026-04-04 09:47:36.862 - debug: vw-connect.0 (64061) Vehicle is not supporting fueling/sessions /state
2026-04-04 09:47:36.972 - debug: vw-connect.0 (64061) fueling/locations
2026-04-04 09:47:36.972 - debug: vw-connect.0 (64061) AxiosError: Request failed with status code 500
2026-04-04 09:47:36.972 - debug: vw-connect.0 (64061) "Internal server error"
2026-04-04 09:47:36.972 - info: vw-connect.0 (64061) Server not available. For endpoint fueling/locations Please try again later:"Internal server error"
2026-04-04 09:47:37.051 - debug: vw-connect.0 (64061) fueling/sessions /latest
2026-04-04 09:47:37.051 - debug: vw-connect.0 (64061) AxiosError: Request failed with status code 404
2026-04-04 09:47:37.051 - debug: vw-connect.0 (64061) {"timestamp":"2026-04-04T07:47:37.097+00:00","path":"/api/v2/fueling/sessions/xxxxxxxxx/latest","status":404,"error":"Not Found","requestId":"e33165f1-30110497"}
2026-04-04 09:47:37.051 - debug: vw-connect.0 (64061) Vehicle is not supporting fueling/sessions /latest
2026-04-04 09:47:39.662 - debug: vw-connect.0 (64061) trip-statistics
2026-04-04 09:47:39.662 - debug: vw-connect.0 (64061) AxiosError: Request failed with status code 403
2026-04-04 09:47:39.662 - debug: vw-connect.0 (64061) "Not authorized"
2026-04-04 09:47:39.662 - debug: vw-connect.0 (64061) "Not authorized"
2026-04-04 09:47:39.899 - debug: vw-connect.0 (64061) trip-statistics
2026-04-04 09:47:39.899 - debug: vw-connect.0 (64061) AxiosError: Request failed with status code 403
2026-04-04 09:47:39.899 - debug: vw-connect.0 (64061) "Not authorized"
2026-04-04 09:47:39.900 - debug: vw-connect.0 (64061) "Not authorized"
....
2026-04-04 09:48:27.686 - info: vw-connect.0 (64061) MQTT Reconnecting with refreshed token
2026-04-04 09:48:27.910 - error: vw-connect.0 (64061) MQTT Error: ErrorWithReasonCode: Connection refused: Not authorized
2026-04-04 09:48:27.911 - info: vw-connect.0 (64061) MQTT Connection closed
MOD-EDIT: Code in code-tags gesetzt!