Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tombox @cvidal last edited by

      @cvidal Hast du auch rebuild ausgeführt? es scheint so als müsste etwas neugebaut werden für den Adapter. Neuinstallation könnte vielleicht auch schon helfen?

      cvidal 1 Reply Last reply Reply Quote 0
      • cvidal
        cvidal Forum Testing @tombox last edited by

        @tombox Neuinstallation hilft hier nicht bei npm rebuild bekomme ich Errors mit denen ich nicht weiterkomme.


        root@IoBroker:/home/christian# cd /opt/iobroker
        root@IoBroker:/opt/iobroker# npm rebuild

        iobroker.js-controller@2.2.9 preinstall /opt/iobroker/node_modules/iobroker.js-controller
        node lib/preinstallCheck.js

        NPM version: 6.14.4

        iobroker.js-controller@2.2.9 install /opt/iobroker/node_modules/iobroker.js-controller
        node iobroker.js setup first

        acme-v2@1.8.6 postinstall /opt/iobroker/node_modules/acme-v2
        node scripts/postinstall

        Greenlock and ACME.js v3 are on the way!
        Watch for updates at https://indiegogo.com/at/greenlock

        authenticate-pam@1.0.2 install /opt/iobroker/node_modules/authenticate-pam
        node-gyp rebuild

        make: Verzeichnis „/opt/iobroker/node_modules/authenticate-pam/build“ wird betreten
        CXX(target) Release/obj.target/authenticate_pam/authenticate_pam.o
        ../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:
        ../authenticate_pam.cc:107:87: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value*)’ is deprecated [-Wdeprecated-declarations]
        keCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args);
        ^
        In file included from ../authenticate_pam.cc:23:0:
        ../../nan/nan.h:1024:46: note: declared here
        NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
        ^~~~~~~~~~~~
        ../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../authenticate_pam.cc:147:83: warning: ‘v8::Localv8::Value v8::Object::Get(v8::Localv8::Value)’ is deprecated: Use maybe version [-Wdeprecated-declaration ]
        al<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked());
        ^
        In file included from /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8-internal.h:14:0,
        from /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:27,
        from /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:67,
        from ../../nan/nan.h:54,
        from ../authenticate_pam.cc:23:
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:3553:51: note: declared here
        V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
        ^
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
        declarator attribute((deprecated(message)))
        ^~~~~~~~~~
        ../authenticate_pam.cc:150:69: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’
        serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1);
        ^
        In file included from /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:67:0,
        from ../../nan/nan.h:54,
        from ../authenticate_pam.cc:23:
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2878:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const
        int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
        ^~~~~~~~~
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2878:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
        ../authenticate_pam.cc:152:69: warning: ‘v8::Localv8::Value v8::Object::Get(v8::Localv8::Value)’ is deprecated: Use maybe version [-Wdeprecated-declaration ]
        res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked());
        ^
        In file included from /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8-internal.h:14:0,
        from /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:27,
        from /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:67,
        from ../../nan/nan.h:54,
        from ../authenticate_pam.cc:23:
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:3553:51: note: declared here
        V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
        ^
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
        declarator attribute((deprecated(message)))
        ^~~~~~~~~~
        ../authenticate_pam.cc:155:66: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’
        remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1);
        ^
        In file included from /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:67:0,
        from ../../nan/nan.h:54,
        from ../authenticate_pam.cc:23:
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2878:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const
        int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
        ^~~~~~~~~
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2878:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
        ../authenticate_pam.cc:160:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’
        username->WriteUtf8(m->username, sizeof(m->username) - 1);
        ^
        In file included from /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:67:0,
        from ../../nan/nan.h:54,
        from ../authenticate_pam.cc:23:
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2878:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const
        int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
        ^~~~~~~~~
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2878:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
        ../authenticate_pam.cc:161:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’
        password->WriteUtf8(m->password, sizeof(m->password) - 1);
        ^
        In file included from /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:67:0,
        from ../../nan/nan.h:54,
        from ../authenticate_pam.cc:23:
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2878:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const
        int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
        ^~~~~~~~~
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2878:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
        ../authenticate_pam.cc: At global scope:
        ../authenticate_pam.cc:170:11: error: variable or field ‘init’ declared void
        void init(Handle<Object> exports) {
        ^~~~~~
        ../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope
        ../authenticate_pam.cc:170:24: error: expected primary-expression before ‘>’ token
        void init(Handle<Object> exports) {
        ^
        ../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope
        void init(Handle<Object> exports) {
        ^~~~~~~
        In file included from ../../nan/nan.h:54:0,
        from ../authenticate_pam.cc:23:
        ../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope
        NODE_MODULE(authenticate_pam, init);
        ^
        /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:608:36: note: in definition of macro ‘NODE_MODULE_X’
        (node::addon_register_func) (regfunc),
        ^~~~~~~
        ../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’
        NODE_MODULE(authenticate_pam, init);
        ^~~~~~~~~~~
        authenticate_pam.target.mk:111: die Regel für Ziel „Release/obj.target/authenticate_pam/authenticate_pam.o“ scheiterte
        make: *** [Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1
        make: Verzeichnis „/opt/iobroker/node_modules/authenticate-pam/build“ wird verlassen
        gyp ERR! build error
        gyp ERR! stack Error: make failed with exit code: 2
        gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
        gyp ERR! stack at ChildProcess.emit (events.js:310:20)
        gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
        gyp ERR! System Linux 4.9.0-11-amd64
        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pam
        gyp ERR! node -v v12.16.2
        gyp ERR! node-gyp -v v5.1.0
        gyp ERR! not ok
        npm ERR! code ELIFECYCLE
        npm ERR! errno 1
        npm ERR! authenticate-pam@1.0.2 install: node-gyp rebuild
        npm ERR! Exit status 1
        npm ERR!
        npm ERR! Failed at the authenticate-pam@1.0.2 install script.
        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

        npm ERR! A complete log of this run can be found in:
        npm ERR! /home/iobroker/.npm/_logs/2020-04-14T20_19_29_910Z-debug.log
        root@IoBroker:/opt/iobroker#

        1 Reply Last reply Reply Quote 0
        • Wszene
          Wszene last edited by

          Hallo Zusammen,

          Ich bekomme seid dem 24.04 keine Daten mehr
          Das heist in der App wird alles aktualisiert aber im ioBroker nicht

          Gruß
          Marcel

          1 Reply Last reply Reply Quote 0
          • S
            Scooty last edited by Scooty

            Hier leider auch (Skoda), Auszug aus dem Log:

            vw-connect.0	2020-04-30 17:31:00.777	error	(1538) 400
            vw-connect.0	2020-04-30 17:31:00.776	error	(1538) Failing to refresh token.
            vw-connect.0	2020-04-30 17:31:00.353	debug	(1538) refreshToken
            vw-connect.0	2020-04-30 17:07:25.361	debug	(1538) error while getting https://msg.volkswagen.de/fs-car/bs/dwap/v1/$type/$country/vehicles/$vin/history
            vw-connect.0	2020-04-30 17:07:25.360	debug	(1538) 403
            vw-connect.0	2020-04-30 17:07:25.353	debug	(1538) error while getting https://msg.volkswagen.de/fs-car/bs/rs/v1/$type/$country/vehicles/$vin/status
            vw-connect.0	2020-04-30 17:07:25.352	debug	(1538) 502
            vw-connect.0	2020-04-30 17:07:25.322	debug	(1538) error while getting https://msg.volkswagen.de/fs-car/bs/cf/v1/$type/$country/vehicles/$vin/position
            vw-connect.0	2020-04-30 17:07:25.321	debug	(1538) 403
            vw-connect.0	2020-04-30 17:07:25.287	debug	(1538) error while getting https://msg.volkswagen.de/fs-car/bs/batterycharge/v1/$type/$country/vehicles/$vin/charger
            vw-connect.0	2020-04-30 17:07:25.287	debug	(1538) 403
            vw-connect.0	2020-04-30 17:07:25.185	debug	(1538) error while getting https://msg.volkswagen.de/fs-car/bs/departuretimer/v1/$type/$country/vehicles/$vin/timer
            vw-connect.0	2020-04-30 17:07:25.184	debug	(1538) 403
            vw-connect.0	2020-04-30 17:07:24.808	debug	(1538) error while getting https://msg.volkswagen.de/fs-car/bs/vsr/v1/$type/$country/vehicles/$vin/status
            vw-connect.0	2020-04-30 17:07:24.807	debug	(1538) 403
            vw-connect.0	2020-04-30 17:07:24.796	debug	(1538) error while getting https://msg.volkswagen.de/fs-car/bs/climatisation/v1/$type/$country/vehicles/$vin/climater
            vw-connect.0	2020-04-30 17:07:24.795	debug	(1538) 403
            vw-connect.0	2020-04-30 17:07:23.662	debug	(1538) {"destinations":[]}
            vw-connect.0	2020-04-30 17:07:23.416	debug	(1538) error while getting https://msg.volkswagen.de/fs-car/bs/tripstatistics/v1/$type/$country/vehicles/$vin/tripdata/$tripType?type=list
            vw-connect.0	2020-04-30 17:07:23.415	debug	(1538) 400
            vw-connect.0	2020-04-30 16:43:13.279	debug	(1538) {"access_token":"xxxx
            vw-connect.0	2020-04-30 16:43:13.108	debug	(1538) refreshToken
            vw-connect.0	2020-04-30 16:37:00.846	error	(1538) 400
            vw-connect.0	2020-04-30 16:37:00.845	error	(1538) Failing to refresh token.
            vw-connect.0	2020-04-30 16:37:00.352	debug	(1538) refreshToken
            

            Access Token habe ich unkenntlich gemacht.
            Fehler mit "Failing to refresh token" war weiter oben schon ´mal erwähnt, leider ohne Lösung, die ich nachvollziehen könnte.

            Viele Grüße,
            Andreas

            T 1 Reply Last reply Reply Quote 0
            • F
              fritz0815 last edited by

              Hallo
              bei mir (node js 12, js-controller@3.0.20) kommt folgende Fehler.
              Ich habe bereits das Objekt vw-connect.0 gelöscht - danach werden die Unterobjekte: Fahrzg-Id, info und personal angelegt und personal korrekt gefüllt
              Viele Grüße
              Markus

              2020-05-01 16:24:35.200 - info: vw-connect.0 (30760) starting. Version 0.0.11 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.16.3, js-controller: 3.0.20
              2020-05-01 16:24:38.884 - error: vw-connect.0 (30760) 406
              2020-05-01 16:24:38.887 - error: vw-connect.0 (30760) uncaught exception: undefined
              2020-05-01 16:24:38.889 - error: vw-connect.0 (30760) uncaught exception: Cannot read property 'stack' of undefined
              2020-05-01 16:24:38.895 - error: vw-connect.0 (30760) TypeError: Cannot read property 'stack' of undefined
              at process.exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8238:17)
              at process.emit (events.js:310:20)
              at processPromiseRejections (internal/process/promises.js:209:33)
              at processTicksAndRejections (internal/process/task_queues.js:98:32)
              2020-05-01 16:24:38.897 - info: vw-connect.0 (30760) cleaned everything up...
              2020-05-01 16:24:38.963 - info: vw-connect.0 (30760) terminating
              2020-05-01 16:24:38.965 - info: vw-connect.0 (30760) Terminated (NO_ERROR): Without reason
              
              
              T 1 Reply Last reply Reply Quote 0
              • T
                tombox @fritz0815 last edited by

                @fritz0815 du kannst versuchen die js controller rversion 3.0.21 via github zu installieren

                F 1 Reply Last reply Reply Quote 0
                • T
                  tombox @Scooty last edited by

                  @Scooty kommt das mit dem refresh token dauerhaft?

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    Scooty @tombox last edited by

                    @tombox :
                    Ja, es kam dauerhaft. Zwischenzeitlich habe ich aber den Adapter ca. 12h gestoppt.
                    Gerade nochmals gestartet, Token-Fehler tritt nicht auf (vielleicht hatte VW mich temporär wegen der Anfragen ausgesperrt?).
                    Wie bei @fritz0815 werden die persönliche Daten und die FIN geladen, aber danach nun folgender Fehler:

                    vw-connect.0	2020-05-02 12:29:32.389	error	(1912) 406
                    vw-connect.0	2020-05-02 12:29:32.320	error	(1912) 403
                    vw-connect.0	2020-05-02 12:29:30.814	debug	(1912) {"userVehicles":{"vehicle":["xxxx"]}}
                    vw-connect.0	2020-05-02 12:29:29.910	debug	(1912) {"firstName":"Andreas","lastName":"Kxxxx","salutation":"SALUTATION:MR","dateOfBirth":"19xx-xx-xx","nickname":"Andreas","businessIdentifierType":"BUSINESS_IDENTIFIER_TYPE:MBB_ID","businessIdent
                    vw-connect.0	2020-05-02 12:29:29.686	debug	(1912) getData
                    vw-connect.0	2020-05-02 12:29:29.682	debug	(1912) Login successful
                    vw-connect.0	2020-05-02 12:29:29.146	debug	(1912) Error: Invalid protocol: skodaconnect:
                    vw-connect.0	2020-05-02 12:29:28.259	debug	(1912) {"date":"Sat, 02 May 2020 10:29:28 GMT","content-length":"0","connection":"close","cache-control":"no-cache, no-store, max-age=0, must-revalidate","content-language":"en","expires":"0","locatio
                    vw-connect.0	2020-05-02 12:29:28.259	debug	(1912) ""
                    vw-connect.0	2020-05-02 12:29:27.782	debug	(1912) parsePasswordForm
                    vw-connect.0	2020-05-02 12:29:26.789	debug	(1912) parseEmailForm
                    vw-connect.0	2020-05-02 12:29:24.524	info	(1912) starting. Version 0.0.11 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v10.19.0
                    

                    JS controller: 2.2.9

                    Viele Grüße,
                    Andreas

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      tombox @Scooty last edited by tombox

                      @Scooty Alles was in debug produziert wird sind keine Fehler die relevant sind. Fehler 406 oder 403 sind schon relevant also werden keine weiteren Daten geladen?

                      1 Reply Last reply Reply Quote 0
                      • S
                        Scooty last edited by

                        @tombox
                        Alles klar.
                        Ja, es wurden keine weiteren Daten geladen (nur die VIN und persönlichen).
                        Inzwischen kommen allerdings wieder nur die Meldungen

                        vw-connect.0	2020-05-02 14:39:07.018	error	(1941) 400
                        vw-connect.0	2020-05-02 14:39:07.017	error	(1941) Failing to refresh token.
                        

                        und es findet keinerlei Aktualisierung statt.

                        Viele Grüße,
                        Andreas

                        T 1 Reply Last reply Reply Quote 0
                        • T
                          tombox @Scooty last edited by

                          @Scooty aber über die App geht alles

                          S 1 Reply Last reply Reply Quote 0
                          • F
                            fritz0815 @tombox last edited by

                            @tombox sagte in Test Adapter VW Connect v0.0.x:

                            @fritz0815 du kannst versuchen die js controller rversion 3.0.21 via github zu installieren

                            ich werde berichten

                            1 Reply Last reply Reply Quote 0
                            • Wszene
                              Wszene last edited by

                              @tombox
                              Bei mir geht es über die App
                              aber im ioBroker das selbe Problem
                              Ich habe aber js controller noch nicht auf die github version geupdatet

                              1 Reply Last reply Reply Quote 0
                              • S
                                Scooty @tombox last edited by

                                @tombox said in Test Adapter VW Connect v0.0.x:

                                @Scooty aber über die App geht alles

                                Ja, auch hier geht über die App alles.

                                1 Reply Last reply Reply Quote 0
                                • U
                                  Ultor last edited by

                                  Hallo zusammen,

                                  bei mir geht der Adapter nach dem Update auf die JS-Controller Version 3.0.21 (installiert via Github) nach Wechsel auf Grün direkt wieder auf Rot. Die Skoda-App funktioniert.

                                  Ich habe das Objekt vw-connect.0 gelöscht sowie die Instanz des Adapters neu angelegt, das hat leider nichts gebracht.

                                  Wäre für Tipps dankbar.

                                  Gruß,
                                  Daniel

                                  host.ioBroker-RasPi4	2020-05-05 19:41:07.842	info	instance system.adapter.vw-connect.0 terminated with code 0 (NO_ERROR)
                                  vw-connect.0	2020-05-05 19:41:06.415	error	(2195) unhandled promise rejection: undefined
                                  vw-connect.0	2020-05-05 19:41:06.414	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                  vw-connect.0	2020-05-05 19:41:06.413	error	(2195) 429
                                  vw-connect.0	2020-05-05 19:41:06.359	info	(2195) Terminated (NO_ERROR): Without reason
                                  vw-connect.0	2020-05-05 19:41:06.358	info	(2195) terminating
                                  vw-connect.0	2020-05-05 19:41:05.962	info	(2195) cleaned everything up...
                                  vw-connect.0	2020-05-05 19:41:05.961	error	(2195) unhandled promise rejection: undefined
                                  vw-connect.0	2020-05-05 19:41:05.961	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                  vw-connect.0	2020-05-05 19:41:05.959	error	(2195) 406
                                  vw-connect.0	2020-05-05 19:41:05.703	debug	(2195) {"userVehicles":{"vehicle":["XXXXXXXXXXXXXXXXX"]}}
                                  vw-connect.0	2020-05-05 19:41:05.444	debug	(2195) {"firstName":"XXXXX","lastName":"XXXXX","salutation":"SALUTATION:MR","dateOfBirth":"XXXX-XX-XX","preferredContactChannel":"MARKETING_BLOCKADES:EMAIL","nickname":"XXXXX","businessIdentifierTyp
                                  vw-connect.0	2020-05-05 19:41:05.201	debug	(2195) getData
                                  vw-connect.0	2020-05-05 19:41:05.200	debug	(2195) Login successful
                                  vw-connect.0	2020-05-05 19:41:04.687	debug	(2195) Error: Invalid protocol: skodaconnect:
                                  vw-connect.0	2020-05-05 19:41:03.896	debug	(2195) {"date":"Tue, 05 May 2020 17:41:03 GMT","content-length":"0","connection":"close","cache-control":"no-cache, no-store, max-age=0, must-revalidate","content-language":"en","expires":"0","locatio
                                  vw-connect.0	2020-05-05 19:41:03.894	debug	(2195) ""
                                  vw-connect.0	2020-05-05 19:41:03.490	debug	(2195) parsePasswordForm
                                  vw-connect.0	2020-05-05 19:41:02.961	debug	(2195) parseEmailForm
                                  vw-connect.0	2020-05-05 19:41:01.925	info	(2195) starting. Version 0.0.11 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.16.3, js-controller: 3.0.21
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • opossum
                                    opossum last edited by opossum

                                    Hallo,
                                    habe das Problem auch. Habe den Adapter extra deinstalliert. dann neu installiert. Daten eingetragen (vorher im Web kontrolliert, ob ich mich verbinden kann). Adapter aktiviert, kurz gelb, dann grün und sofort wieder auf rot. Hatte dazu ein Issue erstellt. Heute die Nachricht bekommen, ich soll Adapter von Github installieren oder den js-conroller 3.0.21. Habe bisher nur den 3.0.20 installiert. Aber laut @Ultor bringt das ja auch keine Punkte. Naja, teste ich dann von zeit zu zeit wieder.

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      tombox @opossum last edited by

                                      @opossum @Ultor bitte den adapter über github also den katzen button unter adapters installieren und neustarten ob da aussagekräftiger fehler bekommen
                                      bzw bräuchte für skoda kurz zugangsdaten per pn um den fehler zu lokalisieren

                                      1 Reply Last reply Reply Quote 0
                                      • opossum
                                        opossum last edited by

                                        Hallo, @tombox ,

                                        mache ich, melde mich gleich noch einmal.

                                        1 Reply Last reply Reply Quote 0
                                        • opossum
                                          opossum last edited by opossum

                                          Hallo,
                                          immer noch das gleiche Verhalten. Hier mal das Log:

                                          host.iobrokerprod	2020-05-09 18:15:24.221	info	"system.adapter.vw-connect.0" disabled
                                          host.iobrokerprod	2020-05-09 18:15:23.574	info	Restart adapter system.adapter.vw-connect.0 because enabled
                                          host.iobrokerprod	2020-05-09 18:15:23.574	info	instance system.adapter.vw-connect.0 terminated with code 0 (NO_ERROR)
                                          vw-connect.0	2020-05-09 18:15:23.548	error	(22894) [object Object]
                                          vw-connect.0	2020-05-09 18:15:23.548	error	(22894) 400
                                          vw-connect.0	2020-05-09 18:15:23.055	info	(22894) Terminated (NO_ERROR): Without reason
                                          vw-connect.0	2020-05-09 18:15:23.055	info	(22894) terminating
                                          vw-connect.0	2020-05-09 18:15:23.052	info	(22894) cleaned everything up...
                                          vw-connect.0	2020-05-09 18:15:23.051	error	at processTicksAndRejections (internal/process/task_queues.js:98:32)
                                          vw-connect.0	2020-05-09 18:15:23.051	error	at processPromiseRejections (internal/process/promises.js:209:33)
                                          vw-connect.0	2020-05-09 18:15:23.051	error	at process.emit (events.js:310:20)
                                          vw-connect.0	2020-05-09 18:15:23.051	error	at process.exceptionHandler (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8238:17)
                                          vw-connect.0	2020-05-09 18:15:23.051	error	(22894) TypeError: Cannot read property 'stack' of undefined
                                          vw-connect.0	2020-05-09 18:15:23.050	error	(22894) uncaught exception: Cannot read property 'stack' of undefined
                                          vw-connect.0	2020-05-09 18:15:23.050	error	(22894) uncaught exception: undefined
                                          vw-connect.0	2020-05-09 18:15:23.049	error	(22894) 406
                                          vw-connect.0	2020-05-09 18:15:20.054	info	(22894) starting. Version 0.0.11 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.16.3, js-controller: 3.0.20
                                          host.iobrokerprod	2020-05-09 18:15:18.958	info	instance system.adapter.vw-connect.0 started with pid 22894
                                          host.iobrokerprod	2020-05-09 18:15:18.933	info	"system.adapter.vw-connect.0" enabled
                                          

                                          Schicke Dir mal die Zugangsdaten per Chat.

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            tombox last edited by

                                            @opossum @Ultor ist gefixt im latest und im github

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            audi id.3 myaudi seat skoda skoda connect volkswagen vw id we connect wecharge
                                            387
                                            3027
                                            1234995
                                            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