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

No Vehicle in account #284

Open
xti9 opened this issue Dec 7, 2024 · 0 comments
Open

No Vehicle in account #284

xti9 opened this issue Dec 7, 2024 · 0 comments

Comments

@xti9
Copy link

xti9 commented Dec 7, 2024

hi all,

Have been using this addon for a year on an XC40 recharge in Europe without issues. OTP has been requested in the past and this was interted into the volvo_otp text without issues. This happened again few weeks ago and the only way to get the system to accept the OTP was through MQTT explorer. Once this was sorted, the system will refuse to find any vehicles within the account, and when adding the VIN i get an unauthorised error.

Error without VIN:

Dec 07 10:33:19 volvo2mqtt [106] - INFO: Using VCCAPIKEY: REDACTED
Dec 07 10:33:19 volvo2mqtt [106] - DEBUG: [{'key': 'REDACTED', 'extended': False, 'extended_until': None, 'in_use': True}]
Traceback (most recent call last):
File "/volvoAAOS2mqtt/main.py", line 15, in
authorize()
File "/volvoAAOS2mqtt/volvo.py", line 106, in authorize
get_vehicles()
File "/volvoAAOS2mqtt/volvo.py", line 216, in get_vehicles
raise Exception("No vehicle in account " + settings.volvoData["username"] + " found.")
Exception: No vehicle in account [email protected] found.
s6-rc: info: service legacy-services: stopping

Error with VIN:

Dec 07 10:54:51 volvo2mqtt [106] - INFO: Vin: ['REDACTED'] found!
Dec 07 10:54:51 volvo2mqtt [106] - DEBUG: Starting GET call against https://api.volvocars.com/energy/v1/vehicles/{0}/recharge-status
Dec 07 10:54:51 volvo2mqtt [106] - DEBUG: Response status code: 403
Dec 07 10:54:51 volvo2mqtt [106] - DEBUG: {
"status" : 403,
"operationId" : "546e45fb-1902-45f2-a117-4b826da63e0b",
"error" : {
"message" : "FORBIDDEN",
"description" : "No relationship to UUID"
}
}

Have removed linking of my phone with the car, but this still happens. Any help would be appreciated!

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

1 participant