Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

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

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

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

Geplant Angeheftet Gesperrt Verschoben Tester
audiid.3myaudiseatskodaskoda connectvolkswagenvw idwe connectwecharge
3.1k Beiträge 402 Kommentatoren 1.6m Aufrufe 349 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • T tombox

    @pfried

    iobroker fix
    

    Aber du solltest vorrangig über die admin oberfläche adapter installieren
    Eine Neuinstallation hilft bei token errors nicht

    pfriedP Offline
    pfriedP Offline
    pfried
    schrieb am zuletzt editiert von pfried
    #685

    @tombox Nach Ausführung von Iobroker fix:

    $ ./iobroker add vw-connect  --host RaspberryPi-Office
    host.RaspberryPi-Office install adapter vw-connect
    npm install --loglevel error --production (System call) in "/node_modules/iobroker.vw-connect"
    npm
     ERR! code EACCESnpm ERR! syscall accessnpm ERR! path /node_modules/iobroker.vw-connectnpm ERR! errno -13
    npm ERR! Error: EACCES: permission denied, access '/node_modules/iobroker.vw-connect'npm ERR!  [Error: EACCES: permission denied, access '/node_modules/iobroker.vw-connect'] {npm ERR!   errno: -13,npm ERR!   code: 'EACCES',npm ERR!   syscall: 'access',npm ERR!   path: '/node_modules/iobroker.vw-connect'npm ERR! }npm ERR! npm ERR! The operation was rejected by your operating system.npm ERR! It is likely you do not have the permissions to access this file as the current usernpm ERR! npm ERR! If you believe this might be a permissions issue, please double-check thenpm ERR! permissions of the file and its containing directories, or try runningnpm ERR! the command again as root/Administrator.
    npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2021-02-04T10_20_58_945Z-debug.log
    Cannot install iobroker.vw-connect: 243
    ERROR: process exited with code 25
    

    EDIT: Changing the directory iobroker.vw-connect to 777 helped. Thx!

    Nun steht im LOG:

    host.RaspberryPi-Office	2021-02-04 14:14:17.527	info	instance system.adapter.vw-connect.0 started with pid 16629
    host.RaspberryPi-Office	2021-02-04 14:13:47.488	info	Restart adapter system.adapter.vw-connect.0 because enabled
    host.RaspberryPi-Office	2021-02-04 14:13:47.487	error	instance system.adapter.vw-connect.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
    host.RaspberryPi-Office	2021-02-04 14:13:47.179	info	instance system.adapter.vw-connect.0 started with pid 13521
    host.RaspberryPi-Office	2021-02-04 14:13:44.721	info	Restart adapter system.adapter.vw-connect.0 because enabled
    host.RaspberryPi-Office	2021-02-04 14:13:44.720	error	instance system.adapter.vw-connect.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
    host.RaspberryPi-Office	2021-02-04 14:13:44.426	info	instance system.adapter.vw-connect.0 started with pid 13285
    
    A 1 Antwort Letzte Antwort
    0
    • pfriedP pfried

      @tombox Nach Ausführung von Iobroker fix:

      $ ./iobroker add vw-connect  --host RaspberryPi-Office
      host.RaspberryPi-Office install adapter vw-connect
      npm install --loglevel error --production (System call) in "/node_modules/iobroker.vw-connect"
      npm
       ERR! code EACCESnpm ERR! syscall accessnpm ERR! path /node_modules/iobroker.vw-connectnpm ERR! errno -13
      npm ERR! Error: EACCES: permission denied, access '/node_modules/iobroker.vw-connect'npm ERR!  [Error: EACCES: permission denied, access '/node_modules/iobroker.vw-connect'] {npm ERR!   errno: -13,npm ERR!   code: 'EACCES',npm ERR!   syscall: 'access',npm ERR!   path: '/node_modules/iobroker.vw-connect'npm ERR! }npm ERR! npm ERR! The operation was rejected by your operating system.npm ERR! It is likely you do not have the permissions to access this file as the current usernpm ERR! npm ERR! If you believe this might be a permissions issue, please double-check thenpm ERR! permissions of the file and its containing directories, or try runningnpm ERR! the command again as root/Administrator.
      npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2021-02-04T10_20_58_945Z-debug.log
      Cannot install iobroker.vw-connect: 243
      ERROR: process exited with code 25
      

      EDIT: Changing the directory iobroker.vw-connect to 777 helped. Thx!

      Nun steht im LOG:

      host.RaspberryPi-Office	2021-02-04 14:14:17.527	info	instance system.adapter.vw-connect.0 started with pid 16629
      host.RaspberryPi-Office	2021-02-04 14:13:47.488	info	Restart adapter system.adapter.vw-connect.0 because enabled
      host.RaspberryPi-Office	2021-02-04 14:13:47.487	error	instance system.adapter.vw-connect.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
      host.RaspberryPi-Office	2021-02-04 14:13:47.179	info	instance system.adapter.vw-connect.0 started with pid 13521
      host.RaspberryPi-Office	2021-02-04 14:13:44.721	info	Restart adapter system.adapter.vw-connect.0 because enabled
      host.RaspberryPi-Office	2021-02-04 14:13:44.720	error	instance system.adapter.vw-connect.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
      host.RaspberryPi-Office	2021-02-04 14:13:44.426	info	instance system.adapter.vw-connect.0 started with pid 13285
      
      A Offline
      A Offline
      aba320
      schrieb am zuletzt editiert von
      #686

      @pfried @tombox hallo also das mit dem Logüberfüllen kann ich in der 0026 bei meinem Skoda bestätigen.

      host.raspberrypiiobroker	2021-02-04 11:38:57.382	info	instance system.adapter.vw-connect.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      vw-connect.0	2021-02-04 11:38:57.151	error	(8807) Failed relogin
      vw-connect.0	2021-02-04 11:38:57.151	error	(8807) {"code":"ECONNRESET"}
      vw-connect.0	2021-02-04 11:38:57.151	error	(8807) Error: socket hang up
      vw-connect.0	2021-02-04 11:38:57.150	error	(8807) Failed in first login step
      vw-connect.0	2021-02-04 11:38:56.801	info	(8807) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      vw-connect.0	2021-02-04 11:38:56.799	info	(8807) terminating
      vw-connect.0	2021-02-04 11:38:56.798	info	(8807) cleaned everything up...
      vw-connect.0	2021-02-04 11:38:56.796	info	(8807) Got terminate signal TERMINATE_YOURSELF
      host.raspberrypiiobroker	2021-02-04 11:38:56.780	info	stopInstance system.adapter.vw-connect.0 send kill signal
      host.raspberrypiiobroker	2021-02-04 11:38:56.777	info	stopInstance system.adapter.vw-connect.0 (force=false, process=true)
      host.raspberrypiiobroker	2021-02-04 11:38:56.774	info	"system.adapter.vw-connect.0" disabled
      vw-connect.0	2021-02-04 11:38:56.589	error	(8807) Relogin
      vw-connect.0	2021-02-04 11:38:56.589	error	(8807) 400
      vw-connect.0	2021-02-04 11:38:56.589	error	(8807) {"error":"invalid_grant","error_description":"Signature of id token (or refresh token) is invalid or token is expired"}
      vw-connect.0	2021-02-04 11:38:56.589	error	(8807) VwToken
      vw-connect.0	2021-02-04 11:38:56.589	error	(8807) Failing to refresh token.
      vw-connect.0	2021-02-04 11:38:56.507	error	(8807) Relogin
      vw-connect.0	2021-02-04 11:38:56.507	error	(8807) 400
      vw-connect.0	2021-02-04 11:38:56.507	error	(8807) {"error":"invalid_grant","error_description":"Signature of id token (or refresh token) is invalid or token is expired"}
      vw-connect.0	2021-02-04 11:38:56.507	error	(8807) VwToken
      vw-connect.0	2021-02-04 11:38:56.506	error	(8807) Failing to refresh token.
      vw-connect.0	2021-02-04 11:38:55.275	error	(8807) Failed relogin
      vw-connect.0	2021-02-04 11:38:55.275	error	(8807) {"code":"ECONNRESET"}
      vw-connect.0	2021-02-04 11:38:55.275	error	(8807) Error: socket hang up
      vw-connect.0	2021-02-04 11:38:55.275	error	(8807) Failed in first login step
      vw-connect.0	2021-02-04 11:38:53.964	error	(8807) Failed relogin
      vw-connect.0	2021-02-04 11:38:53.963	error	(8807) Error: socket hang up
      vw-connect.0	2021-02-04 11:38:53.963	error	(8807) Failed to get token
      vw-connect.0	2021-02-04 11:38:53.692	error	(8807) Failed relogin
      vw-connect.0	2021-02-04 11:38:53.692	error	(8807) {"code":"ECONNRESET"}
      vw-connect.0	2021-02-04 11:38:53.692	error	(8807) Error: socket hang up
      vw-connect.0	2021-02-04 11:38:53.692	error	(8807) Failed in first login step
      vw-connect.0	2021-02-04 11:38:53.434	error	(8807) Failed relogin
      vw-connect.0	2021-02-04 11:38:53.433	error	(8807) {"code":"ECONNRESET"}
      vw-connect.0	2021-02-04 11:38:53.433	error	(8807) Error: socket hang up
      vw-connect.0	2021-02-04 11:38:53.433	error	(8807) Failed in first login step
      vw-connect.0	2021-02-04 11:38:53.429	error	(8807) Failed relogin
      vw-connect.0	2021-02-04 11:38:53.429	error	(8807) {"code":"ECONNRESET"}
      vw-connect.0	2021-02-04 11:38:53.429	error	(8807) Error: socket hang up
      vw-connect.0	2021-02-04 11:38:53.428	error	(8807) Failed in first login step
      vw-connect.0	2021-02-04 11:38:52.168	error	(8807) Failed relogin
      vw-connect.0	2021-02-04 11:38:52.167	error	(8807) Error: socket hang up
      vw-connect.0	2021-02-04 11:38:52.167	error	(8807) Failed to get token
      vw-connect.0	2021-02-04 11:38:52.161	error	(8807) Failed relogin
      vw-connect.0	2021-02-04 11:38:52.160	error	(8807) {"code":"ECONNRESET"}
      vw-connect.0	2021-02-04 11:38:52.160	error	(8807) Error: socket hang up
      vw-connect.0	2021-02-04 11:38:52.160	error	(8807) Failed in first login step
      vw-connect.0	2021-02-04 11:38:51.995	error	(8807) Relogin
      vw-connect.0	2021-02-04 11:38:51.995	error	(8807) 400
      vw-connect.0	2021-02-04 11:38:51.995	error	(8807) {"error":"invalid_grant","error_description":"Signature of id token (or refresh token) is invalid or token is expired"}
      vw-connect.0	2021-02-04 11:38:51.995	error	(8807) VwToken
      vw-connect.0	2021-02-04 11:38:51.994	error	(8807) Failing to refresh token.
      vw-connect.0	2021-02-04 11:38:51.673	error	(8807) Failed relogin
      vw-connect.0	2021-02-04 11:38:51.672	error	(8807) {"code":"ECONNRESET"}
      vw-connect.0	2021-02-04 11:38:51.672	error	(8807) Error: socket hang up
      vw-connect.0	2021-02-04 11:38:51.672	error	(8807) Failed in first login step
      vw-connect.0	2021-02-04 11:38:51.637	error	(8807) Relogin
      vw-connect.0	2021-02-04 11:38:51.637	error	(8807) 400
      vw-connect.0	2021-02-04 11:38:51.637	error	(8807) {"error":"invalid_grant","error_description":"Signature of id token (or refresh token) is invalid or token is expired"}
      vw-connect.0	2021-02-04 11:38:51.637	error	(8807) VwToken
      vw-connect.0	2021-02-04 11:38:51.637	error	(8807) Failing to refresh token.
      vw-connect.0	2021-02-04 11:38:51.517	error	(8807) Relogin
      vw-connect.0	2021-02-04 11:38:51.517	error	(8807) 400
      vw-connect.0	2021-02-04 11:38:51.517	error	(8807) {"error":"invalid_grant","error_description":"Signature of id token (or refresh token) is invalid or token is expired"}
      vw-connect.0	2021-02-04 11:38:51.517	error	(8807) VwToken
      vw-connect.0	2021-02-04 11:38:51.517	error	(8807) Failing to refresh token.
      

      das ging noch viel länger würde aber den Post sprengen.
      ich bin dann wieder zur 0023 zurück. da sind wieder nur alle 54 Minuten die folgen 2 Zeiler. übrigens die 54 Minuten bleiben, egal welche abrufzeit man einstellt( selbst bei 77 erfolgt nach 54 Min der Fehler).
      Adaptereinstellungen wurden nicht verändert. update 77 min erzwungen 0 und trip steht auf kurz.( fehler das bei alle nur die cyclic kommen hatte ich schon gepostet.)

      vw-connect.0	2021-02-04 17:09:13.149	error	(5468) 400
      vw-connect.0	2021-02-04 17:09:13.148	error	(5468) Failing to refresh token.
      vw-connect.0	2021-02-04 16:15:13.121	error	(5468) 400
      vw-connect.0	2021-02-04 16:15:13.120	error	(5468) Failing to refresh token.
      vw-connect.0	2021-02-04 15:21:13.117	error	(5468) 400
      vw-connect.0	2021-02-04 15:21:13.115	error	(5468) Failing to refresh token.
      vw-connect.0	2021-02-04 14:27:13.153	error	(5468) 400
      vw-connect.0	2021-02-04 14:27:13.147	error	(5468) Failing to refresh token.
      vw-connect.0	2021-02-04 13:33:13.173	error	(5468) 400
      vw-connect.0	2021-02-04 13:33:13.171	error	(5468) Failing to refresh token.
      

      HW: Raspimatic 3B+ ;3.69.7.20230506; RPI-RF-MOD
      ioBrokermaster auf Raspi 4 8 GB; ioBrokerslave auf Raspi 4 4 GB

      pfriedP 1 Antwort Letzte Antwort
      0
      • A aba320

        @pfried @tombox hallo also das mit dem Logüberfüllen kann ich in der 0026 bei meinem Skoda bestätigen.

        host.raspberrypiiobroker	2021-02-04 11:38:57.382	info	instance system.adapter.vw-connect.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
        vw-connect.0	2021-02-04 11:38:57.151	error	(8807) Failed relogin
        vw-connect.0	2021-02-04 11:38:57.151	error	(8807) {"code":"ECONNRESET"}
        vw-connect.0	2021-02-04 11:38:57.151	error	(8807) Error: socket hang up
        vw-connect.0	2021-02-04 11:38:57.150	error	(8807) Failed in first login step
        vw-connect.0	2021-02-04 11:38:56.801	info	(8807) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
        vw-connect.0	2021-02-04 11:38:56.799	info	(8807) terminating
        vw-connect.0	2021-02-04 11:38:56.798	info	(8807) cleaned everything up...
        vw-connect.0	2021-02-04 11:38:56.796	info	(8807) Got terminate signal TERMINATE_YOURSELF
        host.raspberrypiiobroker	2021-02-04 11:38:56.780	info	stopInstance system.adapter.vw-connect.0 send kill signal
        host.raspberrypiiobroker	2021-02-04 11:38:56.777	info	stopInstance system.adapter.vw-connect.0 (force=false, process=true)
        host.raspberrypiiobroker	2021-02-04 11:38:56.774	info	"system.adapter.vw-connect.0" disabled
        vw-connect.0	2021-02-04 11:38:56.589	error	(8807) Relogin
        vw-connect.0	2021-02-04 11:38:56.589	error	(8807) 400
        vw-connect.0	2021-02-04 11:38:56.589	error	(8807) {"error":"invalid_grant","error_description":"Signature of id token (or refresh token) is invalid or token is expired"}
        vw-connect.0	2021-02-04 11:38:56.589	error	(8807) VwToken
        vw-connect.0	2021-02-04 11:38:56.589	error	(8807) Failing to refresh token.
        vw-connect.0	2021-02-04 11:38:56.507	error	(8807) Relogin
        vw-connect.0	2021-02-04 11:38:56.507	error	(8807) 400
        vw-connect.0	2021-02-04 11:38:56.507	error	(8807) {"error":"invalid_grant","error_description":"Signature of id token (or refresh token) is invalid or token is expired"}
        vw-connect.0	2021-02-04 11:38:56.507	error	(8807) VwToken
        vw-connect.0	2021-02-04 11:38:56.506	error	(8807) Failing to refresh token.
        vw-connect.0	2021-02-04 11:38:55.275	error	(8807) Failed relogin
        vw-connect.0	2021-02-04 11:38:55.275	error	(8807) {"code":"ECONNRESET"}
        vw-connect.0	2021-02-04 11:38:55.275	error	(8807) Error: socket hang up
        vw-connect.0	2021-02-04 11:38:55.275	error	(8807) Failed in first login step
        vw-connect.0	2021-02-04 11:38:53.964	error	(8807) Failed relogin
        vw-connect.0	2021-02-04 11:38:53.963	error	(8807) Error: socket hang up
        vw-connect.0	2021-02-04 11:38:53.963	error	(8807) Failed to get token
        vw-connect.0	2021-02-04 11:38:53.692	error	(8807) Failed relogin
        vw-connect.0	2021-02-04 11:38:53.692	error	(8807) {"code":"ECONNRESET"}
        vw-connect.0	2021-02-04 11:38:53.692	error	(8807) Error: socket hang up
        vw-connect.0	2021-02-04 11:38:53.692	error	(8807) Failed in first login step
        vw-connect.0	2021-02-04 11:38:53.434	error	(8807) Failed relogin
        vw-connect.0	2021-02-04 11:38:53.433	error	(8807) {"code":"ECONNRESET"}
        vw-connect.0	2021-02-04 11:38:53.433	error	(8807) Error: socket hang up
        vw-connect.0	2021-02-04 11:38:53.433	error	(8807) Failed in first login step
        vw-connect.0	2021-02-04 11:38:53.429	error	(8807) Failed relogin
        vw-connect.0	2021-02-04 11:38:53.429	error	(8807) {"code":"ECONNRESET"}
        vw-connect.0	2021-02-04 11:38:53.429	error	(8807) Error: socket hang up
        vw-connect.0	2021-02-04 11:38:53.428	error	(8807) Failed in first login step
        vw-connect.0	2021-02-04 11:38:52.168	error	(8807) Failed relogin
        vw-connect.0	2021-02-04 11:38:52.167	error	(8807) Error: socket hang up
        vw-connect.0	2021-02-04 11:38:52.167	error	(8807) Failed to get token
        vw-connect.0	2021-02-04 11:38:52.161	error	(8807) Failed relogin
        vw-connect.0	2021-02-04 11:38:52.160	error	(8807) {"code":"ECONNRESET"}
        vw-connect.0	2021-02-04 11:38:52.160	error	(8807) Error: socket hang up
        vw-connect.0	2021-02-04 11:38:52.160	error	(8807) Failed in first login step
        vw-connect.0	2021-02-04 11:38:51.995	error	(8807) Relogin
        vw-connect.0	2021-02-04 11:38:51.995	error	(8807) 400
        vw-connect.0	2021-02-04 11:38:51.995	error	(8807) {"error":"invalid_grant","error_description":"Signature of id token (or refresh token) is invalid or token is expired"}
        vw-connect.0	2021-02-04 11:38:51.995	error	(8807) VwToken
        vw-connect.0	2021-02-04 11:38:51.994	error	(8807) Failing to refresh token.
        vw-connect.0	2021-02-04 11:38:51.673	error	(8807) Failed relogin
        vw-connect.0	2021-02-04 11:38:51.672	error	(8807) {"code":"ECONNRESET"}
        vw-connect.0	2021-02-04 11:38:51.672	error	(8807) Error: socket hang up
        vw-connect.0	2021-02-04 11:38:51.672	error	(8807) Failed in first login step
        vw-connect.0	2021-02-04 11:38:51.637	error	(8807) Relogin
        vw-connect.0	2021-02-04 11:38:51.637	error	(8807) 400
        vw-connect.0	2021-02-04 11:38:51.637	error	(8807) {"error":"invalid_grant","error_description":"Signature of id token (or refresh token) is invalid or token is expired"}
        vw-connect.0	2021-02-04 11:38:51.637	error	(8807) VwToken
        vw-connect.0	2021-02-04 11:38:51.637	error	(8807) Failing to refresh token.
        vw-connect.0	2021-02-04 11:38:51.517	error	(8807) Relogin
        vw-connect.0	2021-02-04 11:38:51.517	error	(8807) 400
        vw-connect.0	2021-02-04 11:38:51.517	error	(8807) {"error":"invalid_grant","error_description":"Signature of id token (or refresh token) is invalid or token is expired"}
        vw-connect.0	2021-02-04 11:38:51.517	error	(8807) VwToken
        vw-connect.0	2021-02-04 11:38:51.517	error	(8807) Failing to refresh token.
        

        das ging noch viel länger würde aber den Post sprengen.
        ich bin dann wieder zur 0023 zurück. da sind wieder nur alle 54 Minuten die folgen 2 Zeiler. übrigens die 54 Minuten bleiben, egal welche abrufzeit man einstellt( selbst bei 77 erfolgt nach 54 Min der Fehler).
        Adaptereinstellungen wurden nicht verändert. update 77 min erzwungen 0 und trip steht auf kurz.( fehler das bei alle nur die cyclic kommen hatte ich schon gepostet.)

        vw-connect.0	2021-02-04 17:09:13.149	error	(5468) 400
        vw-connect.0	2021-02-04 17:09:13.148	error	(5468) Failing to refresh token.
        vw-connect.0	2021-02-04 16:15:13.121	error	(5468) 400
        vw-connect.0	2021-02-04 16:15:13.120	error	(5468) Failing to refresh token.
        vw-connect.0	2021-02-04 15:21:13.117	error	(5468) 400
        vw-connect.0	2021-02-04 15:21:13.115	error	(5468) Failing to refresh token.
        vw-connect.0	2021-02-04 14:27:13.153	error	(5468) 400
        vw-connect.0	2021-02-04 14:27:13.147	error	(5468) Failing to refresh token.
        vw-connect.0	2021-02-04 13:33:13.173	error	(5468) 400
        vw-connect.0	2021-02-04 13:33:13.171	error	(5468) Failing to refresh token.
        

        pfriedP Offline
        pfriedP Offline
        pfried
        schrieb am zuletzt editiert von
        #687

        @aba320 Wie bist Du auf 0.23 zurückgegangen? Bitte um Deine Hilfe!! Liebe Grüße Paul

        GlasfaserG A 2 Antworten Letzte Antwort
        0
        • pfriedP pfried

          @aba320 Wie bist Du auf 0.23 zurückgegangen? Bitte um Deine Hilfe!! Liebe Grüße Paul

          GlasfaserG Offline
          GlasfaserG Offline
          Glasfaser
          schrieb am zuletzt editiert von
          #688

          @pfried

          https://forum.iobroker.net/topic/26438/test-adapter-vw-connect-v0-0-x-für-vw-we-connect-id/671

          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

          pfriedP 1 Antwort Letzte Antwort
          0
          • GlasfaserG Glasfaser

            @pfried

            https://forum.iobroker.net/topic/26438/test-adapter-vw-connect-v0-0-x-für-vw-we-connect-id/671

            pfriedP Offline
            pfriedP Offline
            pfried
            schrieb am zuletzt editiert von
            #689

            @glasfaser Diesen Button habe ich nicht, auch nicht im Expert Modus .....

            1 Antwort Letzte Antwort
            0
            • pfriedP pfried

              @aba320 Wie bist Du auf 0.23 zurückgegangen? Bitte um Deine Hilfe!! Liebe Grüße Paul

              A Offline
              A Offline
              aba320
              schrieb am zuletzt editiert von aba320
              #690

              @pfried in den adaptern die Expertenansicht aktivieren (2 männlein symbol von rechts) muß rot sein. dann im adapter rechts unten das + dann findes dur die vorhergehenden versionen.

              HW: Raspimatic 3B+ ;3.69.7.20230506; RPI-RF-MOD
              ioBrokermaster auf Raspi 4 8 GB; ioBrokerslave auf Raspi 4 4 GB

              pfriedP 1 Antwort Letzte Antwort
              0
              • A aba320

                @pfried in den adaptern die Expertenansicht aktivieren (2 männlein symbol von rechts) muß rot sein. dann im adapter rechts unten das + dann findes dur die vorhergehenden versionen.

                pfriedP Offline
                pfriedP Offline
                pfried
                schrieb am zuletzt editiert von pfried
                #691

                @aba320 Wie gesagt, diesen Button habe ich leider auch im Expert Modus nicht ...

                EDIT: Habe den IObroker angehalten, IOBroker fix ausgeführt, jetzt sehe ich den Button wieder ... danke

                A 2 Antworten Letzte Antwort
                0
                • pfriedP pfried

                  @aba320 Wie gesagt, diesen Button habe ich leider auch im Expert Modus nicht ...

                  EDIT: Habe den IObroker angehalten, IOBroker fix ausgeführt, jetzt sehe ich den Button wieder ... danke

                  A Offline
                  A Offline
                  aba320
                  schrieb am zuletzt editiert von
                  #692

                  @pfried hatte sich überschnitten aber das Kreuz hab ich im expert moduns schon ewig.

                  HW: Raspimatic 3B+ ;3.69.7.20230506; RPI-RF-MOD
                  ioBrokermaster auf Raspi 4 8 GB; ioBrokerslave auf Raspi 4 4 GB

                  1 Antwort Letzte Antwort
                  0
                  • pfriedP pfried

                    @aba320 Wie gesagt, diesen Button habe ich leider auch im Expert Modus nicht ...

                    EDIT: Habe den IObroker angehalten, IOBroker fix ausgeführt, jetzt sehe ich den Button wieder ... danke

                    A Offline
                    A Offline
                    aba320
                    schrieb am zuletzt editiert von aba320
                    #693

                    @pfried das ist gut dann mal auf 0023 die 0025 hat bei mir nicht gefunzt.

                    HW: Raspimatic 3B+ ;3.69.7.20230506; RPI-RF-MOD
                    ioBrokermaster auf Raspi 4 8 GB; ioBrokerslave auf Raspi 4 4 GB

                    pfriedP 1 Antwort Letzte Antwort
                    0
                    • A aba320

                      @pfried das ist gut dann mal auf 0023 die 0025 hat bei mir nicht gefunzt.

                      pfriedP Offline
                      pfriedP Offline
                      pfried
                      schrieb am zuletzt editiert von
                      #694

                      @aba320 Der Connector geht auf Grün und er liest Daten! Super!
                      Hat die Meldung im Log was zu bedeuten?

                      vw-connect.0	2021-02-04 18:38:33.601	error	(29157) get vehicle data Failed
                      vw-connect.0	2021-02-04 18:38:33.600	error	(29157) TypeError: Cannot convert undefined or null to object
                      vw-connect.0	2021-02-04 18:38:27.104	info	(29157) starting. Version 0.0.23 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.20.1, js-controller: 3.1.6
                      
                      A 1 Antwort Letzte Antwort
                      1
                      • pfriedP pfried

                        @aba320 Der Connector geht auf Grün und er liest Daten! Super!
                        Hat die Meldung im Log was zu bedeuten?

                        vw-connect.0	2021-02-04 18:38:33.601	error	(29157) get vehicle data Failed
                        vw-connect.0	2021-02-04 18:38:33.600	error	(29157) TypeError: Cannot convert undefined or null to object
                        vw-connect.0	2021-02-04 18:38:27.104	info	(29157) starting. Version 0.0.23 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.20.1, js-controller: 3.1.6
                        
                        A Offline
                        A Offline
                        aba320
                        schrieb am zuletzt editiert von aba320
                        #695

                        @pfried natürlich bedeutet das was. aber da bin ich kein experte. wie gesagt der adapter wirft bei mir schon seit etlichen versionen alle 54 Minuten einen Fehler(2 Zeiler im log) aus. aber die Probleme finde ich in diesem frühen Stadium des Adapters als normal.des wegen arbeite ich im experten modus um zurück zu können. beobachte mal wie oft die Fehler kommen.
                        Edit: alles io solange der reale Skoda nicht alle 54 minuten stehen bleibt......

                        HW: Raspimatic 3B+ ;3.69.7.20230506; RPI-RF-MOD
                        ioBrokermaster auf Raspi 4 8 GB; ioBrokerslave auf Raspi 4 4 GB

                        pfriedP 1 Antwort Letzte Antwort
                        0
                        • A aba320

                          @pfried natürlich bedeutet das was. aber da bin ich kein experte. wie gesagt der adapter wirft bei mir schon seit etlichen versionen alle 54 Minuten einen Fehler(2 Zeiler im log) aus. aber die Probleme finde ich in diesem frühen Stadium des Adapters als normal.des wegen arbeite ich im experten modus um zurück zu können. beobachte mal wie oft die Fehler kommen.
                          Edit: alles io solange der reale Skoda nicht alle 54 minuten stehen bleibt......

                          pfriedP Offline
                          pfriedP Offline
                          pfried
                          schrieb am zuletzt editiert von
                          #696

                          @aba320 Nur zur Bestätigung, bei mir sind es auch 54 Minuten ....

                          A 1 Antwort Letzte Antwort
                          0
                          • pfriedP pfried

                            @aba320 Nur zur Bestätigung, bei mir sind es auch 54 Minuten ....

                            A Offline
                            A Offline
                            aba320
                            schrieb am zuletzt editiert von
                            #697

                            @pfried na das wird @tombox sicher weiterhelfen. ich habe ihm auf seine Anfrage hin meinen Zugang zum Testen mitgeteilt. mal sehen was kommt.

                            HW: Raspimatic 3B+ ;3.69.7.20230506; RPI-RF-MOD
                            ioBrokermaster auf Raspi 4 8 GB; ioBrokerslave auf Raspi 4 4 GB

                            T 1 Antwort Letzte Antwort
                            0
                            • A aba320

                              @pfried na das wird @tombox sicher weiterhelfen. ich habe ihm auf seine Anfrage hin meinen Zugang zum Testen mitgeteilt. mal sehen was kommt.

                              T Offline
                              T Offline
                              tombox
                              schrieb am zuletzt editiert von
                              #698

                              @aba320 @pfried
                              Bitte mal via github installieren und schauen ob das Problem weg ist

                              A 3 Antworten Letzte Antwort
                              0
                              • T tombox

                                @aba320 @pfried
                                Bitte mal via github installieren und schauen ob das Problem weg ist

                                A Offline
                                A Offline
                                aba320
                                schrieb am zuletzt editiert von
                                #699

                                @tombox ok mach ich gleich mal

                                HW: Raspimatic 3B+ ;3.69.7.20230506; RPI-RF-MOD
                                ioBrokermaster auf Raspi 4 8 GB; ioBrokerslave auf Raspi 4 4 GB

                                1 Antwort Letzte Antwort
                                0
                                • T tombox

                                  @aba320 @pfried
                                  Bitte mal via github installieren und schauen ob das Problem weg ist

                                  A Offline
                                  A Offline
                                  aba320
                                  schrieb am zuletzt editiert von
                                  #700

                                  @tombox hab dir infos in chat gesendet

                                  HW: Raspimatic 3B+ ;3.69.7.20230506; RPI-RF-MOD
                                  ioBrokermaster auf Raspi 4 8 GB; ioBrokerslave auf Raspi 4 4 GB

                                  1 Antwort Letzte Antwort
                                  0
                                  • T tombox

                                    @aba320 @pfried
                                    Bitte mal via github installieren und schauen ob das Problem weg ist

                                    A Offline
                                    A Offline
                                    aba320
                                    schrieb am zuletzt editiert von
                                    #701

                                    @tombox hallo also das logvollschreiben scheint erledigt. es lauft jetzt mehr als 12 Stunden (nacht) ohne die Meldungen. auch der 54 Minuten Fehler ist nicht mehr da. Danke für die Arbeiten!

                                    HW: Raspimatic 3B+ ;3.69.7.20230506; RPI-RF-MOD
                                    ioBrokermaster auf Raspi 4 8 GB; ioBrokerslave auf Raspi 4 4 GB

                                    E pfriedP 2 Antworten Letzte Antwort
                                    0
                                    • A aba320

                                      @tombox hallo also das logvollschreiben scheint erledigt. es lauft jetzt mehr als 12 Stunden (nacht) ohne die Meldungen. auch der 54 Minuten Fehler ist nicht mehr da. Danke für die Arbeiten!

                                      E Offline
                                      E Offline
                                      emptykai
                                      schrieb am zuletzt editiert von
                                      #702

                                      Kann mir jemand sagen wieso ich nicht soviele Informationen auslesen kann?
                                      (siehe Screenshot)
                                      Kann mein Fahrzeug dann ggf. die Fenster nicht auslesen etc.? Oder wodran könnte das liegen.

                                      Bildschirmfoto 2021-02-06 um 13.05.24.png

                                      GlasfaserG A 2 Antworten Letzte Antwort
                                      0
                                      • E emptykai

                                        Kann mir jemand sagen wieso ich nicht soviele Informationen auslesen kann?
                                        (siehe Screenshot)
                                        Kann mein Fahrzeug dann ggf. die Fenster nicht auslesen etc.? Oder wodran könnte das liegen.

                                        Bildschirmfoto 2021-02-06 um 13.05.24.png

                                        GlasfaserG Offline
                                        GlasfaserG Offline
                                        Glasfaser
                                        schrieb am zuletzt editiert von
                                        #703

                                        @emptykai
                                        Das sind Remote ( Steuerdatenpunkte ) , daß heißt alles das was du über die App Steuern kannst, kannst du ( fast alles ) auch über diese Datenpunkte steuern .

                                        Die Datenpunkte für den Fensterzustand befinden sich hier :

                                        2.JPG

                                        Beispiel:

                                        "34STATE_LEFT_FRONT_WINDOW", 33, "0x0301050001"); // 0x030105FFFF.0x0301050001, window1 - front/left

                                        Siehe Github

                                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                        E 1 Antwort Letzte Antwort
                                        0
                                        • E emptykai

                                          Kann mir jemand sagen wieso ich nicht soviele Informationen auslesen kann?
                                          (siehe Screenshot)
                                          Kann mein Fahrzeug dann ggf. die Fenster nicht auslesen etc.? Oder wodran könnte das liegen.

                                          Bildschirmfoto 2021-02-06 um 13.05.24.png

                                          A Offline
                                          A Offline
                                          aba320
                                          schrieb am zuletzt editiert von aba320
                                          #704

                                          @emptykai hallo wegen fenstern such mal in den Status objekten. die steuerungsbefehle sind im remote bereich. bei meinem Skoda Scala sind dieFenster (noch ) nicht aktiv.( hab datenpunkte window unsopported) . gehen auch in de App bei mir nicht.
                                          Edit @Glasfaser war schneller. hat sich mit meinem post überschnitten

                                          HW: Raspimatic 3B+ ;3.69.7.20230506; RPI-RF-MOD
                                          ioBrokermaster auf Raspi 4 8 GB; ioBrokerslave auf Raspi 4 4 GB

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          214

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe