-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cupra Born - Changed API #333
Comments
hello @HHerrgesell |
Adapter is no longer listed at stable repository: |
I'll try to Check the new Current (older Version), but im currenty Ill. It seems the Version was revoked i was using. Maybe i can find a fast fix for the old one |
Hello everybody, I am just wondering if this adapter will work for cupras again in future. Beeing at version 0.6.0 I have no function. |
Describe the bug
The cupra Born API is no longer working for me. I've managed to fix it by changing API Version of the "seatcupra" API Type.
See API at https://github.com/evcc-io/evcc/blob/master/vehicle/seat/cupra/api.go
To Reproduce
Steps to reproduce the behavior:
"https://ola.prod.code.seat.cloud.vwgroup.com/v2/users/"
to"https://ola.prod.code.seat.cloud.vwgroup.com/v5/users/"
url = "https://ola.prod.code.seat.cloud.vwgroup.com/v1/users/" + this.seatcupraUser + "/garage/vehicles";
tourl = "https://ola.prod.code.seat.cloud.vwgroup.com/v2/users/" + this.seatcupraUser + "/garage/vehicles";
Expected behavior
API Changes should be checked and adapter need an update
Screenshots & Logfiles
If vehicle list API not changed, following error occours:
{"timestamp":"2024-08-10T14:26:43.185656404Z","path":"/v1/users/xxxxx/garage/vehicles","status":404,"error":"Not Found","message":"No static resource v1/users/xxxxx/garage/vehicles.","requestId":"46b8333f-47086879"}
If vehicle list API changed but not the status API, the following error orrurs:
{"timestamp":"2024-08-10T14:46:30.452878440Z","path":"/v2/users/xxxxx/vehicles/VSSXXXXX/mycar","status":404,"error":"Not Found","message":"No static resource v2/users/xxxxx/vehicles/VSSXXXXX/mycar.","requestId":"a9e13888-47309263"}
If i Use Seat Cupra 2 as API, without any modification, the following occours:
"{\"error\":\"invalid_grant\",\"error_description\":\"Unknown user xxxxx\"}"
Versions:
The text was updated successfully, but these errors were encountered: