TA2k / ioBroker.vw-connect

ioBroker Adapter for VW We connect and Skoda connect
MIT License
92 stars 22 forks source link

VW-ID -Status Data not up to date #299

Open Bogie11 opened 9 months ago

Bogie11 commented 9 months ago

All data in the Folder "STATUS" are not up to date. (no sync) example: Status/batteryStatus/currentSOC_pct Last date is 18.12.23 9:16 Other data like "Parking Position" are ok.

The VW App and other Apps like EEVEE are showing the correct value.

IObroker VW.connect 0.36 - VW ID / Volkswagen App

TA2k commented 9 months ago

please switch to beta repo and use the latest version

Bogie11 commented 9 months ago

I am on beta repo http://iobroker.live/repo/sources-dist-latest.json And this is the latest version I get grafik

TA2k commented 9 months ago

ok after deleting the objects and restarting the adapter is the state available?

Bogie11 commented 9 months ago

I installed a new instance of the adapter. The folder STATUS ist there - but it is empty (no other folders in the STATUS folder)

TA2k commented 9 months ago

There are any information in the log?

Bogie11 commented 9 months ago
vw-connect.3 2023-12-19 08:49:53.401 info Create vehicle WVGZZZxxxx
vw-connect.3 2023-12-19 08:49:52.657 info Create vehicle WVGZZZxxx
vw-connect.3 2023-12-19 08:49:48.366 info Create vehicle WVGZZZxxx
vw-connect.3 2023-12-19 08:49:47.730 info Found 3 vehicles
vw-connect.3 2023-12-19 08:49:47.349 info Minimum update interval is 15min for Wallcharging data, to prevent blocking
vw-connect.3 2023-12-19 08:49:47.349 info Wallcharging login was successfull
vw-connect.3 2023-12-19 08:49:47.340 info Wallcharging login successfull
vw-connect.3 2023-12-19 08:49:46.379 info Login successful
vw-connect.3 2023-12-19 08:49:46.368 info Login in with id
vw-connect.3 2023-12-19 08:49:46.366 info Start Wallcharging login
vw-connect.3 2023-12-19 08:49:46.365 info History limit: 100, set to -1 to disable wallcharging login
vw-connect.3 2023-12-19 08:49:46.364 info ID login successfull
vw-connect.3 2023-12-19 08:49:44.115 info Login in with id
vw-connect.3 2023-12-19 08:49:44.032 info starting. Version 0.3.6 (non-npm: ta2k/ioBroker.vw-connect) in /opt/iobroker/node_modules/iobroker.vw-connect, node: v18.17.1, js-controller: 5.0.17
vw-connect.3 2023-12-19 08:49:43.719 info Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
TA2k commented 9 months ago

At the moment I have no idea you can activate debug log an see what the API returns

Bogie11 commented 9 months ago

How can I activate debug log? I found it

TA2k commented 9 months ago

Instances Expert mode click on instance log level ->debug

Bogie11 commented 9 months ago

And where exactly should I find information in the log for the "STATUS"?

martijnpoppen commented 9 months ago

@TA2k seems like status is missing in the API response:


 "general": {
        "vin": "REDACTED",
        "role": "SECONDARY_USER",
        "userRoleStatus": "ENABLED",
        "enrollmentStatus": "NOT_STARTED",
        "nickname": "Golf R-Line 1.5 l eTSI GPF",
        "devicePlatform": "MBB_ODP"
    },
    "position": {
        "isMoving": false
    },
    "parkingposition": {
        "lon": "REDACTED",
        "lat": "REDACTED",
        "carCapturedTimestamp": "2023-12-17T09:22:19Z"
    }
TA2k commented 9 months ago

Maybe the user has not the rights or the vehicle is not compatible with the Volkswagen app

martijnpoppen commented 9 months ago

@TA2k I tried my primary user and secondary user. But it worked until yesterday. This really seems like a API change (again)

Bogie11 commented 9 months ago

It worked the last 12 month - stopped working yesterday 9:16

TA2k commented 9 months ago

Please test the GitHub version

Bogie11 commented 9 months ago

STATUS (Status/batteryStatus/currentSOC_pct) is up to date now

Thanks

martijnpoppen commented 9 months ago

Yes perfect! ❤️

r101170 commented 9 months ago

Hi TA2k, first of all thanks for your great adapter. That works very fine for me with my ID5. BUt I have the same problems boggie reported. I tried to update it today from GitHub directly but nothing happens except what you see in the screenshot. Do you have an idea? image

TA2k commented 9 months ago

This is a very old system recommendation is here to install via npm or set the repo to latest

image
r101170 commented 9 months ago

Hi TA2k, thanks for your help. I had some exciting hours while updating node and nodejs on my raspberry. But after that your beta runs again with the status of my ID5. Thanks and have a wonderful start in 2024 best regards rana

hallerdavid commented 8 months ago

I have installed version 0.0.67 at the moment and have also the issue that my ID.4 Status folder is empty. Controlling the climate is working. How can i fix this? What version should i use?

hallerdavid commented 8 months ago

Found it.. :-) thank you!

RossMax2 commented 8 months ago

What did you do?