GithubHelp home page GithubHelp logo

Comments (7)

TA2k avatar TA2k commented on June 6, 2024

Which brand is the car?

from iobroker.vw-connect.

oakedcorn avatar oakedcorn commented on June 6, 2024

It’s a VW e-golf 2018.

from iobroker.vw-connect.

TA2k avatar TA2k commented on June 6, 2024

can you install via github and restart the instance?

from iobroker.vw-connect.

oakedcorn avatar oakedcorn commented on June 6, 2024

Thanks for looking into this. I have installed the adapter from github and the problem seem to be fixed, although there is still a warning message to mention:

vw-connect.0	2020-06-29 21:57:40.092	warn	(7322) This value will not be set in future versions. Please report this to the developer.
vw-connect.0	2020-06-29 21:57:40.092	warn	(7322) State value to set is invalid for vw-connect.0.XXXXXXXXXXXXXXXXXX.destinations.destination.POIContact: The state contains no properties! At least one property is expected!
vw-connect.0	2020-06-29 21:57:33.901	info	(7322) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.18.0, js-controller: 3.1.4
vw-connect.0	2020-06-29 21:57:33.888	info	(7322) Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system

But I have a second instance of the adapter running for another car (VW 2020 model), now this one fails:

vw-connect.1	2020-06-29 22:02:08.099	error	(7414) status update Failed
vw-connect.1	2020-06-29 22:02:08.098	error	(7414) 429
vw-connect.1	2020-06-29 22:02:03.044	info	(7414) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.18.0, js-controller: 3.1.4
vw-connect.1	2020-06-29 22:02:03.031	info	(7414) Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system

from iobroker.vw-connect.

TA2k avatar TA2k commented on June 6, 2024

oh nice this is perfect for testing.
can you enable log level debug for the second instance. you can also write me in the iobroker froum: tombox

from iobroker.vw-connect.

oakedcorn avatar oakedcorn commented on June 6, 2024

Here you go, hope it helps:

2020-06-29 21:59:02.400  - debug: vw-connect.1 (9047) {"vehicleDataDetail":{"systemId":"XID_APP_VW","requestId":"MSG-IVWB2347-XXXXXXXXXXXXX-82334-VDE","brand":"VW","country":"BE","vin":"XXXXXXXXXXXXXXXXX","isConnect":"true","isConnectSorglosReady":"false","vehicleDevices":{"vehicleDevice":[{"deviceType":"OTHER","ecuGeneration":"MIB3OI"},{"deviceType":"COMBINED","deviceId":"XXXXXXXXXXXXXXXXX","ecuGeneration":"OCU3","embeddedSim":{"identification":{"type":"ICCID","content":"XXXXXXXXXXXXXXXXXXXX"},"imei":"XXXXXXXXXXXXXXX","mno":"cubic","mnoPortalURL":"https://auto-redirect.cubictelecom.com/audi"}}]},"carportData":{"modelCode":"XXXXXX","modelName":"Arteon R-L DT110 TDIM6F","modelYear":"2020","color":"LB7S","countryCode":"BE","engine":"DSR","mmi":"7UT","transmission":"TWE"}}}
2020-06-29 21:59:02.157  - error: vw-connect.1 (9047) status update Failed
2020-06-29 21:59:02.155  - error: vw-connect.1 (9047) 429
2020-06-29 21:59:01.691  - debug: vw-connect.1 (9047) [object Object]
2020-06-29 21:59:01.396  - debug: vw-connect.1 (9047) getHomeRegion
2020-06-29 21:59:01.382  - debug: vw-connect.1 (9047) {"userVehicles":{"vehicle":["XXXXXXXXXXXXXXXXXX"]}}
2020-06-29 21:59:01.058  - debug: vw-connect.1 (9047) {"firstName":"XXX","lastName":"XXX","salutation":"SALUTATION:MR","preferredContactChannel":"MARKETING_BLOCKADES:EMAIL","nickname":"XXX","businessIdentifierType":"BUSINESS_IDENTIFIER_TYPE:MBB_ID","businessIdentifierValue":"XXX","userIsPrivateIndicator":true,"preferredLanguage":"nl"}
2020-06-29 21:59:00.858  - debug: vw-connect.1 (9047) getData
2020-06-29 21:59:00.855  - debug: vw-connect.1 (9047) Login successful
2020-06-29 21:59:00.394  - debug: vw-connect.1 (9047) Error: Invalid protocol: carnet:
2020-06-29 21:58:59.553  - debug: vw-connect.1 (9047) {"date":"Mon, 29 Jun 2020 20:58:59 GMT","content-length":"0","connection":"close","cache-control":"no-cache, no-store, max-age=0, must-revalidate","content-language":"en","expires":"0","location":"https://identity.vwgroup.io/oidc/v1/oauth/sso?clientId=XXX","pragma":"no-cache","strict-transport-security":"max-age=31536000 ; includeSubDomains","x-content-type-options":"nosniff","x-frame-options":"DENY","x-vcap-request-id":"XXX","x-xss-protection":"1; mode=block"}
2020-06-29 21:58:59.551  - debug: vw-connect.1 (9047) ""
2020-06-29 21:58:59.161  - debug: vw-connect.1 (9047) parsePasswordForm
2020-06-29 21:58:58.646  - debug: vw-connect.1 (9047) parseEmailForm
2020-06-29 21:58:57.627  - info: vw-connect.1 (9047) starting. Version 0.0.17 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.18.0, js-controller: 3.1.4
2020-06-29 21:58:57.603  - info: vw-connect.1 (9047) Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
2020-06-29 21:58:57.594  - debug: vw-connect.1 (9047) Plugin sentry Initialize Plugin (enabled=true)

from iobroker.vw-connect.

oakedcorn avatar oakedcorn commented on June 6, 2024

One addition: on each next fetch iteration (after 10 minutes), the data is updated correctly.

from iobroker.vw-connect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.