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

Charges history no more working #1398

Open
jumpjack opened this issue Dec 11, 2024 · 4 comments
Open

Charges history no more working #1398

jumpjack opened this issue Dec 11, 2024 · 4 comments

Comments

@jumpjack
Copy link

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?!?

@jumpjack
Copy link
Author

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.

@jumpjack
Copy link
Author

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.

@paulomorgado
Copy link
Contributor

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".

Same here!

@Ev3rdown
Copy link

Ev3rdown commented Jan 8, 2025

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.
I don't think they changed the API, more likely the retention policy.

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.

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

3 participants