You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: