Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget does not show data when fast charging #17

Closed
simonCGN opened this issue Apr 21, 2021 · 4 comments
Closed

Widget does not show data when fast charging #17

simonCGN opened this issue Apr 21, 2021 · 4 comments

Comments

@simonCGN
Copy link

Hi, while connected DC 100KW the widget does not show charging data.
image

@simonCGN
Copy link
Author

image

@simonCGN
Copy link
Author

2021-04-21 17:01:45: {"time":"2021-04-21T14:53:40+00:00","batterySOC":"9","remainingRange":62,"remainingChargingTime":0,"chargeState":"readyForCharging","chargePower":"0.0","chargeRateKMPH":0,"targetSOC":"100","plugConnectionState":"connected","plugLockState":"locked","remainClimatisationTime":0,"hvacState":"off","hvacTargetTemp":"19.0","lastChargeStartTime":"2021-04-21T14:31:34+00:00"}

@simonCGN
Copy link
Author

Ok, there was some delay in presenting all data. Works now.
image

@robske110
Copy link
Owner

At the moment the server might, in a worst case scenario take 10 minutes to detect a charging session and increase its polling rate. On top of that iOS might introduce another delay through widget updating which could delay everything up to 25mins in the absolute worst case. I am working on getting this resolved in the future.
In the meantime you can decrease base-updaterate in config.json to 300. I am running my IDDataLogger with that value. I am being a bit more conservative in the default config to avoid hitting unknown rate limits (and unnecessarily stress VW servers).
https://github.com/robske110/IDDataLogger/blob/master/config/config.example.json#L5
https://github.com/robske110/IDDataLogger/blob/master/docs/config.md#configjson

Btw, did you know that you can add the IDView website as an app to your home screen? You can simply open it in safari, press the share button and select Add to home screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants