Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    837

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.6k

Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

Scheduled Pinned Locked Moved Tester
audiid.3myaudiseatskodaskoda connectvolkswagenvw idwe connectwecharge
3.3k Posts 418 Posters 1.8m Views 366 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L lesiflo

    Hi, seit dem Update unseres ID.4 auf die SW Version 3.1 kommen jede Menge von diesen Warnings hier. Jemand eine Idee wie ich die weg bekomme.

    vw-connect.0
    2023-09-21 08:49:20.541	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.vehicleWakeUpTrigger" is missing the required property "common.type"
    
    vw-connect.0
    2023-09-21 08:49:20.493	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.vehicleLights" is missing the required property "common.type"
    
    vw-connect.0
    2023-09-21 08:49:20.445	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.vehicleHealthWarnings" is missing the required property "common.type"
    
    vw-connect.0
    2023-09-21 08:49:20.397	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.vehicleHealthInspection" is missing the required property "common.type"
    
    vw-connect.0
    2023-09-21 08:49:20.352	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.vehicleHealth" is missing the required property "common.type"
    
    vw-connect.0
    2023-09-21 08:49:20.277	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.state" is missing the required property "common.type"
    
    vw-connect.0
    2023-09-21 08:49:20.193	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.poiSearch" is missing the required property "common.type"
    
    T Offline
    T Offline
    tombox
    wrote on last edited by
    #1980

    @lesiflo Hast du mal alle objektgelöschte und adapter neugestartet

    L 1 Reply Last reply
    0
    • L lesiflo

      Hi, seit dem Update unseres ID.4 auf die SW Version 3.1 kommen jede Menge von diesen Warnings hier. Jemand eine Idee wie ich die weg bekomme.

      vw-connect.0
      2023-09-21 08:49:20.541	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.vehicleWakeUpTrigger" is missing the required property "common.type"
      
      vw-connect.0
      2023-09-21 08:49:20.493	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.vehicleLights" is missing the required property "common.type"
      
      vw-connect.0
      2023-09-21 08:49:20.445	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.vehicleHealthWarnings" is missing the required property "common.type"
      
      vw-connect.0
      2023-09-21 08:49:20.397	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.vehicleHealthInspection" is missing the required property "common.type"
      
      vw-connect.0
      2023-09-21 08:49:20.352	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.vehicleHealth" is missing the required property "common.type"
      
      vw-connect.0
      2023-09-21 08:49:20.277	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.state" is missing the required property "common.type"
      
      vw-connect.0
      2023-09-21 08:49:20.193	warn	Object of state "vw-connect.0.xxxxxxxxxxxxxxxxxxxxx.status.userCapabilities.capabilitiesStatus.value.poiSearch" is missing the required property "common.type"
      
      S Offline
      S Offline
      Sneak-L8
      wrote on last edited by
      #1981

      @lesiflo Das könnte das Problem sein, dass bei Werte-Paaren im JSON intern daraus Einzelwerte gemacht werden.

      Beispiel:

          "userCapabilities": {
              "capabilitiesStatus": {
                  "value": [{
                          "id": "webApp",
                          "userDisablingAllowed": false
                      }, {
                          "id": "automation",
                          "userDisablingAllowed": true
                      }, {
      

      Hier wird de id (webApp, automation) als Key und übernommen und darunter der Wert abgelegt.

      Wenn im Array mehr als 2 Einträge vorkommen, dann werdne sie aber anders beahndelt:

      "userCapabilities": {
          "capabilitiesStatus": {
              "value": [{
                      "id": "webApp",
                      "expirationDate": "2052-12-26T23:59:59Z",
                      "userDisablingAllowed": false
                  }, {
                      "id": "automation",
                      "expirationDate": "2023-12-26T00:00:00Z",
                      "userDisablingAllowed": true
                  }, {
      

      Bei VW kommen aber (meine Erfahrung meist kurz nach Mitternacht) mal zwei und mal drei Werte. Und dadurch kommt es dann zu Fehlern wie

      warn: vw-connect.0 (COMPACT) Object of state "vw-connect.0.WVWZZZE1ZMP035023.status.userCapabilities.capabilitiesStatus.value.webApp" is missing the required property "common.type"
      

      weil webApp bei 2 Werten als state ud nicht mehr als channel betrachtet wird.

      Das könnte hier auch so ein Problem sein. Wenn sich die Struktur aber "nur" aufgrund des Updates, also dauerhaft, geändert hat, dann könnte es wie von @tombox beschrieben reichen, die vorhandenen Objekte zu löschen.
      Aber ich glaube, es ist (da es bei Dir auch um die capabilities geht) eher das oben beschriebene Problem. Ist damit vermutlich in Kürze weg und tritt sporadisch auf, wenn VW gerade mal wieder nicht die Ablaufdaten der Services kennt.

      1 Reply Last reply
      0
      • T tombox

        @lesiflo Hast du mal alle objektgelöschte und adapter neugestartet

        L Online
        L Online
        lesiflo
        Most Active
        wrote on last edited by
        #1982

        @tombox Das hatte das Problem behoben. Danke fürs den Tip.

        S 1 Reply Last reply
        0
        • L lesiflo

          @tombox Das hatte das Problem behoben. Danke fürs den Tip.

          S Offline
          S Offline
          SolarMaxe
          wrote on last edited by SolarMaxe
          #1983

          Hallo zusammen,

          ich habe vom GitHub die Version 0.1.2 installiert.
          Der Adapter funktioniert soweit auch Problemlos für meinen Audi Hybrid.
          Allerdings bekomme ich folgende Fehlermeldung:

          State "vw-connect.0.WAU1234567.remote.climatisationv2" has no existing object, this might lead to an error in future versions

          das Objekt climatisationv2 ist auch im Objekt Baum nicht vorhanden.

          Kennt einer von euch das Problem und kann mir helfen?

          S 1 Reply Last reply
          0
          • M Online
            M Online
            mick70
            wrote on last edited by
            #1984

            Folgende Fehlermeldungen exakt alle 30 Minuten, seit heute morgen 7:40:

            vw-connect.0
            2023-09-24 17:40:10.758	error	Refresh Token in 10min
            
            vw-connect.0
            2023-09-24 17:40:10.758	error	{"error":{"errorCode":"gw.error.unknown","description":"Invalid backend error"}}
            
            vw-connect.0
            2023-09-24 17:40:10.757	error	401
            
            vw-connect.0
            2023-09-24 17:40:10.753	error	WVWZZZAUZL89xxxxx
            

            Der übliche Server-Schluckauf bei VW oder was anderes? Installiert ist 0.1.2 von Github.

            M G 2 Replies Last reply
            0
            • S Offline
              S Offline
              Schtallone
              wrote on last edited by
              #1985

              @mick70
              Moin,
              ich schließe mich an. Habe die selben Meldungen seit ca. 2-3 Tagen...

              Gruß

              S 1 Reply Last reply
              0
              • M mick70

                Folgende Fehlermeldungen exakt alle 30 Minuten, seit heute morgen 7:40:

                vw-connect.0
                2023-09-24 17:40:10.758	error	Refresh Token in 10min
                
                vw-connect.0
                2023-09-24 17:40:10.758	error	{"error":{"errorCode":"gw.error.unknown","description":"Invalid backend error"}}
                
                vw-connect.0
                2023-09-24 17:40:10.757	error	401
                
                vw-connect.0
                2023-09-24 17:40:10.753	error	WVWZZZAUZL89xxxxx
                

                Der übliche Server-Schluckauf bei VW oder was anderes? Installiert ist 0.1.2 von Github.

                M Online
                M Online
                mick70
                wrote on last edited by mick70
                #1986

                @mick70 Ergänzung: jetzt kommen die Fehlermeldungen (wie angekündigt) im 10 Minuten Abstand alle 20 Minuten.

                Die Datenpunkte scheinen aktuell zu sein, also ist es wohl nicht das übliche Serverproblem. Remotefunktionen kann ich erst heute Nachmittag ausprobieren, bin dzt. zu weit weg vom Auto.

                Fzg.: e-Golf.

                1 Reply Last reply
                0
                • Hant0rH Offline
                  Hant0rH Offline
                  Hant0r
                  wrote on last edited by
                  #1987

                  Habe das Problem nicht (Skoda) 🤷‍♂️

                  1 Reply Last reply
                  0
                  • S Schtallone

                    @mick70
                    Moin,
                    ich schließe mich an. Habe die selben Meldungen seit ca. 2-3 Tagen...

                    Gruß

                    S Offline
                    S Offline
                    SolarMaxe
                    wrote on last edited by
                    #1988

                    Hab den Fehler seit heute:

                    2023-09-25 15:12:56.358 - error: vw-connect.0 (14492) [{"message":"network timeout at: ","locations":[{"line":10,"column":5}],"path":["userVehicles",0,"userRole"],"extensions":{"code":"INTERNAL_SERVER_ERROR","exception":{"message":"network timeout at: ","type":"request-timeout"}}}]
                    2023-09-25 15:12:56.359 - error: vw-connect.0 (14492) Get Vehicles Failed
                    
                    1 Reply Last reply
                    0
                    • M mick70

                      Folgende Fehlermeldungen exakt alle 30 Minuten, seit heute morgen 7:40:

                      vw-connect.0
                      2023-09-24 17:40:10.758	error	Refresh Token in 10min
                      
                      vw-connect.0
                      2023-09-24 17:40:10.758	error	{"error":{"errorCode":"gw.error.unknown","description":"Invalid backend error"}}
                      
                      vw-connect.0
                      2023-09-24 17:40:10.757	error	401
                      
                      vw-connect.0
                      2023-09-24 17:40:10.753	error	WVWZZZAUZL89xxxxx
                      

                      Der übliche Server-Schluckauf bei VW oder was anderes? Installiert ist 0.1.2 von Github.

                      G Offline
                      G Offline
                      guitardoc
                      wrote on last edited by
                      #1989

                      @mick70 said in Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda:

                      Folgende Fehlermeldungen exakt alle 30 Minuten, seit heute morgen 7:40:

                      vw-connect.0
                      2023-09-24 17:40:10.758	error	Refresh Token in 10min
                      
                      vw-connect.0
                      2023-09-24 17:40:10.758	error	{"error":{"errorCode":"gw.error.unknown","description":"Invalid backend error"}}
                      
                      vw-connect.0
                      2023-09-24 17:40:10.757	error	401
                      
                      vw-connect.0
                      2023-09-24 17:40:10.753	error	WVWZZZAUZL89xxxxx
                      

                      Der übliche Server-Schluckauf bei VW oder was anderes? Installiert ist 0.1.2 von Github.

                      Ebenso. Bei mir VW Touareg. Das Log ist voll mit dem Fehler...

                      T 1 Reply Last reply
                      0
                      • G guitardoc

                        @mick70 said in Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda:

                        Folgende Fehlermeldungen exakt alle 30 Minuten, seit heute morgen 7:40:

                        vw-connect.0
                        2023-09-24 17:40:10.758	error	Refresh Token in 10min
                        
                        vw-connect.0
                        2023-09-24 17:40:10.758	error	{"error":{"errorCode":"gw.error.unknown","description":"Invalid backend error"}}
                        
                        vw-connect.0
                        2023-09-24 17:40:10.757	error	401
                        
                        vw-connect.0
                        2023-09-24 17:40:10.753	error	WVWZZZAUZL89xxxxx
                        

                        Der übliche Server-Schluckauf bei VW oder was anderes? Installiert ist 0.1.2 von Github.

                        Ebenso. Bei mir VW Touareg. Das Log ist voll mit dem Fehler...

                        T Offline
                        T Offline
                        tombox
                        wrote on last edited by
                        #1990

                        @guitardoc bitte v0.1.3 testen

                        G 1 Reply Last reply
                        1
                        • T tombox

                          @guitardoc bitte v0.1.3 testen

                          G Offline
                          G Offline
                          guitardoc
                          wrote on last edited by
                          #1991

                          @tombox said in Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda:

                          @guitardoc bitte v0.1.3 testen

                          Wo finde ich die Version?

                          M 1 Reply Last reply
                          0
                          • G guitardoc

                            @tombox said in Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda:

                            @guitardoc bitte v0.1.3 testen

                            Wo finde ich die Version?

                            M Online
                            M Online
                            mick70
                            wrote on last edited by
                            #1992

                            @guitardoc https://github.com/TA2k/ioBroker.vw-connect
                            @tombox Scheint zu funktionieren, bisher keine Meldungen mehr - vielen Dank!

                            G 1 Reply Last reply
                            0
                            • M mick70

                              @guitardoc https://github.com/TA2k/ioBroker.vw-connect
                              @tombox Scheint zu funktionieren, bisher keine Meldungen mehr - vielen Dank!

                              G Offline
                              G Offline
                              guitardoc
                              wrote on last edited by
                              #1993

                              Bei mir auch - funktioniert. Vielen Dank!

                              G 1 Reply Last reply
                              0
                              • G guitardoc

                                Bei mir auch - funktioniert. Vielen Dank!

                                G Offline
                                G Offline
                                guitardoc
                                wrote on last edited by
                                #1994

                                Es kommen seit heute neue Meldungen:

                                8a767f31-81d4-4039-9f45-1ac02b2a83dc-image.png

                                ? 1 Reply Last reply
                                0
                                • G guitardoc

                                  Es kommen seit heute neue Meldungen:

                                  8a767f31-81d4-4039-9f45-1ac02b2a83dc-image.png

                                  ? Offline
                                  ? Offline
                                  A Former User
                                  wrote on last edited by A Former User
                                  #1995

                                  @guitardoc sagte in Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda:

                                  Es kommen seit heute neue Meldungen:

                                  Moin,

                                  VW hatte eine IT Störung, es hieß zwar immer, die Produktion sei betroffen, aber hat vielleicht auch Auswirkungen auf andere Systeme.
                                  Anscheinend läuft es wieder.

                                  https://www.ndr.de/nachrichten/niedersachsen/braunschweig_harz_goettingen/IT-Stoerung-bei-VW-behoben-Produktion-laeuft-weltweit-wieder-an,vw6040.html

                                  VG
                                  Bernd

                                  P.S.: Welche Version vom Adapter und Text bitte nicht als Bild, sondern als Text in Code Tags </>
                                  6b59bef0-9995-4307-b321-b0d8662df55d-grafik.png

                                  M 1 Reply Last reply
                                  0
                                  • ? A Former User

                                    @guitardoc sagte in Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda:

                                    Es kommen seit heute neue Meldungen:

                                    Moin,

                                    VW hatte eine IT Störung, es hieß zwar immer, die Produktion sei betroffen, aber hat vielleicht auch Auswirkungen auf andere Systeme.
                                    Anscheinend läuft es wieder.

                                    https://www.ndr.de/nachrichten/niedersachsen/braunschweig_harz_goettingen/IT-Stoerung-bei-VW-behoben-Produktion-laeuft-weltweit-wieder-an,vw6040.html

                                    VG
                                    Bernd

                                    P.S.: Welche Version vom Adapter und Text bitte nicht als Bild, sondern als Text in Code Tags </>
                                    6b59bef0-9995-4307-b321-b0d8662df55d-grafik.png

                                    M Online
                                    M Online
                                    mick70
                                    wrote on last edited by mick70
                                    #1996

                                    @dp20eic Den gleichen Fehler hatte ich - ohne backend timeout - mit v 0.1.3 auch, aber nur einmalig heute Nacht um 0:45.

                                    vw-connect.0
                                    2023-09-28 08:00:45.776	error	{"error":{"errorCode":"VSR.technical.9031","description":"Service [TSS] timed out"}}
                                    
                                    vw-connect.0
                                    2023-09-28 08:00:45.775	error	504
                                    

                                    Könnte dieses Mal tatsächlich serverbezogen sein.

                                    1 Reply Last reply
                                    0
                                    • S SolarMaxe

                                      Hallo zusammen,

                                      ich habe vom GitHub die Version 0.1.2 installiert.
                                      Der Adapter funktioniert soweit auch Problemlos für meinen Audi Hybrid.
                                      Allerdings bekomme ich folgende Fehlermeldung:

                                      State "vw-connect.0.WAU1234567.remote.climatisationv2" has no existing object, this might lead to an error in future versions

                                      das Objekt climatisationv2 ist auch im Objekt Baum nicht vorhanden.

                                      Kennt einer von euch das Problem und kann mir helfen?

                                      S Offline
                                      S Offline
                                      SolarMaxe
                                      wrote on last edited by SolarMaxe
                                      #1997

                                      @solarmaxe sagte in Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda:

                                      Hallo zusammen,

                                      ich habe vom GitHub die Version 0.1.2 installiert.
                                      Der Adapter funktioniert soweit auch Problemlos für meinen Audi Hybrid.
                                      Allerdings bekomme ich folgende Fehlermeldung:

                                      State "vw-connect.0.WAU1234567.remote.climatisationv2" has no existing object, this might lead to an error in future versions

                                      das Objekt climatisationv2 ist auch im Objekt Baum nicht vorhanden.

                                      Kennt einer von euch das Problem und kann mir helfen?

                                      @tombox
                                      Hallo,

                                      den Fehler bekomme ich auch leider mit der neusten Version (v0.1.3) noch

                                      remote.climatisationv2" has no existing object, this might lead to an error in future versions

                                      S 1 Reply Last reply
                                      0
                                      • R Offline
                                        R Offline
                                        reimai
                                        wrote on last edited by
                                        #1998

                                        Hallo, ich bekomme seit gestern keine Werte mehr von meinem E-Golf.
                                        Habe im Iobroker folgende Fehlermeldung:

                                        vw-connect.0
                                        	2023-09-28 17:22:32.899	error	get personal data Failed
                                        vw-connect.0
                                        	2023-09-28 17:22:32.896	error	Error: getaddrinfo ENOTFOUND customer-profile.apps.emea.vwapps.io
                                        vw-connect.0
                                        	2023-09-28 17:22:32.825	info	Login successful
                                        vw-connect.0
                                        	2023-09-28 17:22:28.450	info	Login in with vw
                                        vw-connect.0
                                        	2023-09-28 17:22:28.380	info	starting. Version 0.0.67 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v16.19.0, js-controller: 4.0.23
                                        

                                        Kann mir da jemand helfen?
                                        Danke schön

                                        T 1 Reply Last reply
                                        0
                                        • R reimai

                                          Hallo, ich bekomme seit gestern keine Werte mehr von meinem E-Golf.
                                          Habe im Iobroker folgende Fehlermeldung:

                                          vw-connect.0
                                          	2023-09-28 17:22:32.899	error	get personal data Failed
                                          vw-connect.0
                                          	2023-09-28 17:22:32.896	error	Error: getaddrinfo ENOTFOUND customer-profile.apps.emea.vwapps.io
                                          vw-connect.0
                                          	2023-09-28 17:22:32.825	info	Login successful
                                          vw-connect.0
                                          	2023-09-28 17:22:28.450	info	Login in with vw
                                          vw-connect.0
                                          	2023-09-28 17:22:28.380	info	starting. Version 0.0.67 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v16.19.0, js-controller: 4.0.23
                                          

                                          Kann mir da jemand helfen?
                                          Danke schön

                                          T Offline
                                          T Offline
                                          tombox
                                          wrote on last edited by
                                          #1999

                                          @reimai beta repo nutzen

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          457

                                          Online

                                          32.8k

                                          Users

                                          82.7k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe