-
Notifications
You must be signed in to change notification settings - Fork 98
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
"Refresh Vehicle Data" Not Working #330
Comments
More logs:
|
#389 addresses the 403 response and will disable the functionality until next HA reboot. This will prevent continuous attempts to access the service, and increase responsiveness. |
Still the same result for me with newest version :/ 2024-04-18 17:53:06.496 ERROR (MainThread) [custom_components.audiconnect.util] Unable to start charger of vehicle xxx: 403, message='', url=URL('https://msg.volkswagen.de/fs-car/bs/batterycharge/v1/Audi/DE/vehicles/xxx/charger/actions') |
This issue is stale because it has been open for 45 days with no activity. Are you still experiencing this issue? |
Still an issue |
Underlying issue of #330 or #227 is that they are tinkering on the authentication system. What you see here is the phased enforcement of it for each service. I'm sorry, but that's already all the information I can provide. Edit: It seems they are now using a current implementation of OAuth 2.0 or at least that's what they are working on. |
hey, not sure if this is the same issue, but when i try and call this, it doesnt work? i use both teh VIN of my car and the car ID, neitehr worked.
or
|
Hi @JamieP83 Seems like you may be on an older version prior to renaming to |
I also have to manually reload the integration to get my data refreshed. |
Exactly same here... I was about to start a new issue when I found this one. |
Same here, Version 1.9.0 stop working a few weeks ago, when I restart the integration the values are refreshed. HA Core is 2024.7.4. `2024-08-01 20:45:15.377 ERROR (MainThread) [custom_components.audiconnect.audi_services] Refresh token failed: 'access_token' Restart the integration fixes the problem` |
This issue is stale because it has been open for 45 days with no activity. Are you still experiencing this issue? |
This issue is stale because it has been open for 45 days with no activity. Are you still experiencing this issue? |
This issue consolidates previous reports about the malfunctioning
refresh_vehicle_data
service to avoid duplicates and allow us to close related, older issues.Issue Summary:
refresh_vehicle_data
service is not functioning as expected. While it might seem related to vehicle request actions, the issue stems solely from the refresh service.Service Details:
refresh_vehicle_data
is designed to "wake" the vehicle and provide an update of its current state. Under normal circumstances, this is unnecessary as the vehicle should automatically sync with the cloud after significant activities (e.g., starting climate control, shutting off the car, etc.).refresh_vehicle_data
service. You will continue to see errors in your logs, as below, until the underlying issues is resolved.Current Behavior:
Logs indicate failure to refresh vehicle data, presenting errors similar to:
Next Steps:
The text was updated successfully, but these errors were encountered: