Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. English
    3. Development
    4. VW Connect adapter not able to login

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    VW Connect adapter not able to login

    This topic has been deleted. Only users with topic management privileges can see it.
    • peltsi515
      peltsi515 last edited by

      Today the IObroker VW Connect adapter didn't first update the values from the server and after reloading the adapter the adapter cannot connect to VW server anymore. Anyone else having this kind of problems?

      Tried rebooting the IObroker with rebooting the whole computer. Didn't work.

      Car ID3
      VW connect adapter version 0.0.30
      Platform Windows
      Architecture ia32
      CPUs 4
      Speed 1797 MHz
      Model Intel(R) Atom(TM) CPU Z2760 @ 1.80GHz
      RAM 1.96 GB
      Node.js
      v10.17.0

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @peltsi515 last edited by

        @peltsi515 sagte in VW Connect adapter not able to login:

        Node.js
        v10.17.0

        Update to node12 or node14

        peltsi515 BananaJoe 2 Replies Last reply Reply Quote 0
        • peltsi515
          peltsi515 @Thomas Braun last edited by

          @thomas-braun Thanks for the fast answer.

          Do you think that this could be the cause, because it has worked about three weeks perfectly with this version.

          Other question is that how you update the node.js version in windows install?

          Thomas Braun V 2 Replies Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @peltsi515 last edited by

            @peltsi515 I'm running Linux, no idea about Windows.
            node10 will reach its End Of Live in a few weeks, so it is time to upgrade anyway.

            peltsi515 1 Reply Last reply Reply Quote 0
            • peltsi515
              peltsi515 @Thomas Braun last edited by

              I got the node.js updated and the IObroker controller also. No help there. The connection to VW server is still out. The We Connect ID app is working so the VW server should be ok.

              Anyone able to help?

              Glasfaser 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @peltsi515 last edited by Glasfaser

                @peltsi515 sagte in VW Connect adapter not able to login:

                The connection to VW server is still out.

                ioBroker Log from Adapter ?

                is a 401 .. 503 in your Log or ?????

                peltsi515 1 Reply Last reply Reply Quote 0
                • peltsi515
                  peltsi515 @Glasfaser last edited by peltsi515

                  @glasfaser The login information (username and password, etc.) are correct I have checked those.

                  2021-03-28 22:36:56.308 - error: vw-connect.0 (5176) Login was not successful, please check your login credentials and selected type
                  2021-03-28 22:36:56.310 - error: vw-connect.0 (5176) TypeError: Cannot read property 'split' of undefined
                  2021-03-28 22:36:56.346 - error: vw-connect.0 (5176) TypeError: Cannot read property 'split' of undefined
                  at Request._callback (C:\Program Files\PeltolaIObroker\node_modules\iobroker.vw-connect\main.js:469:105)
                  at Request.self.callback (C:\Program Files\PeltolaIObroker\node_modules\iobroker.vw-connect\node_modules\request\request.js:185:22)
                  at Request.emit (events.js:315:20)
                  at Request.EventEmitter.emit (domain.js:467:12)
                  at Request. (C:\Program Files\PeltolaIObroker\node_modules\iobroker.vw-connect\node_modules\request\request.js:1154:10)
                  at Request.emit (events.js:315:20)
                  at Request.EventEmitter.emit (domain.js:467:12)
                  at IncomingMessage. (C:\Program Files\PeltolaIObroker\node_modules\iobroker.vw-connect\node_modules\request\request.js:1076:12)
                  at Object.onceWrapper (events.js:421:28)
                  at IncomingMessage.emit (events.js:327:22)
                  2021-03-28 22:36:56.350 - error: vw-connect.0 (5176) Login Failed
                  
                  mrbungle64 1 Reply Last reply Reply Quote 0
                  • BananaJoe
                    BananaJoe Most Active @Thomas Braun last edited by

                    @thomas-braun sagte in VW Connect adapter not able to login:

                    @peltsi515 sagte in VW Connect adapter not able to login:

                    Node.js
                    v10.17.0

                    Update to node12 or node14

                    @peltsi515
                    I would use v12
                    With v14 the Connector did not run in my enviroment

                    1 Reply Last reply Reply Quote 0
                    • mrbungle64
                      mrbungle64 Developer @peltsi515 last edited by

                      @peltsi515 said in VW Connect adapter not able to login:

                      @glasfaser The login information (username and password, etc.) are correct I have checked those.

                      2021-03-28 22:36:56.308 - error: vw-connect.0 (5176) Login was not successful, please check your login credentials and selected type
                      2021-03-28 22:36:56.310 - error: vw-connect.0 (5176) TypeError: Cannot read property 'split' of undefined
                      2021-03-28 22:36:56.346 - error: vw-connect.0 (5176) TypeError: Cannot read property 'split' of undefined
                      at Request._callback (C:\Program Files\PeltolaIObroker\node_modules\iobroker.vw-connect\main.js:469:105)
                      at Request.self.callback (C:\Program Files\PeltolaIObroker\node_modules\iobroker.vw-connect\node_modules\request\request.js:185:22)
                      at Request.emit (events.js:315:20)
                      at Request.EventEmitter.emit (domain.js:467:12)
                      at Request. (C:\Program Files\PeltolaIObroker\node_modules\iobroker.vw-connect\node_modules\request\request.js:1154:10)
                      at Request.emit (events.js:315:20)
                      at Request.EventEmitter.emit (domain.js:467:12)
                      at IncomingMessage. (C:\Program Files\PeltolaIObroker\node_modules\iobroker.vw-connect\node_modules\request\request.js:1076:12)
                      at Object.onceWrapper (events.js:421:28)
                      at IncomingMessage.emit (events.js:327:22)
                      2021-03-28 22:36:56.350 - error: vw-connect.0 (5176) Login Failed
                      

                      You have to visit the Volkswagen portal and agree to the privacy policy.

                      peltsi515 1 Reply Last reply Reply Quote 0
                      • peltsi515
                        peltsi515 @mrbungle64 last edited by

                        @mrbungle64 Yes. Like I said the connection/adapter have worked for three weeks perfectly.

                        mrbungle64 Glasfaser 2 Replies Last reply Reply Quote 0
                        • mrbungle64
                          mrbungle64 Developer @peltsi515 last edited by

                          @peltsi515 said in VW Connect adapter not able to login:

                          @mrbungle64 Yes. Like I said the connection/adapter have worked for three weeks perfectly.

                          Sounds weird but you have to do it again 😉

                          peltsi515 1 Reply Last reply Reply Quote 0
                          • Glasfaser
                            Glasfaser @peltsi515 last edited by

                            @peltsi515

                            Have you create a new Account !?

                            Passwort / User not per Drag and Drop !

                            1 Reply Last reply Reply Quote 0
                            • peltsi515
                              peltsi515 @mrbungle64 last edited by

                              @mrbungle64 No way. It worked. You really had to agree to them again. Thank you very much for your help!

                              1 Reply Last reply Reply Quote 0
                              • V
                                volker-gi @peltsi515 last edited by

                                @peltsi515 Hello, i also have no Connection to the WeConnect Adapter. he had yellow state since one Week. Before the function was ok. I was on the VW Connect site and the Access is OK. Only the Adapter has no function. I delete and reinstalled it with User and password. When i start it, it goes now directly to red state. Any idea?

                                Glasfaser 1 Reply Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser @volker-gi last edited by

                                  @volker-gi sagte in VW Connect adapter not able to login:

                                  When i start it, it goes now directly to red state. Any idea?

                                  Do you have a log from the start of the adapter

                                  1 Reply Last reply Reply Quote 0
                                  • First post
                                    Last post

                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate

                                  792
                                  Online

                                  31.8k
                                  Users

                                  80.0k
                                  Topics

                                  1.3m
                                  Posts

                                  adapter windows
                                  6
                                  15
                                  2546
                                  Loading More Posts
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  Community
                                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                  The ioBroker Community 2014-2023
                                  logo