-
Notifications
You must be signed in to change notification settings - Fork 40
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
Charges history no more working #1398
Comments
Am I the only one with this issue? This command: renault-api charge sessions --from 10/11/20 --to 11/11/20 raises this error: There is no rows charge history for the vin But Renault app shows all my charges history as usual. |
Well, I eventually found the "solution": Renault deleted from their server all my charging data before 12/jun/2024. :-( (Car purchased on 2020!!) Command still works fine after such date. |
Same here! |
From what I saw using the app, either the charges from more than 10 days are deleted OR only the last 10 charges are remembered. The "you should not be there" is likely just a custom 404, since the apps are not gonna make a mistake with the url, only tinkerers will see it. |
Using /commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/charges?start=20230101&end=20230201&type=day I get "Not Found: There is no rows charge history for the vin xxxxxxxxxxxxx"
But Renault android app properly returns charges, so what's wrong here?
Instead when using /commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/charge-history I get "message you should not be there but well done for the effort".
What did they change in the API?!?
The text was updated successfully, but these errors were encountered: