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

Unsupported Features on Dacia Spring #534

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

slater0013
Copy link
Contributor

Lock Status / Res State and Charge Mode are not supported on Dacia Spring.

My 2 cents for #488

@epenet
Copy link
Collaborator

epenet commented Mar 2, 2022

I have thought about this, and I am not convinced we should implement it this way.
I think instead it should be handled as local setting for every user, for example maybe as:
renault-api status --ignore-endpoints lock-status,res-state,charge-mode

@slater0013
Copy link
Contributor Author

hello,
only makes sense for status command ?
Any way to store those settings in user preferences somewhere ? Because, until now, those features are not supported and just generates errors when invoked via status command.

GS

@epenet
Copy link
Collaborator

epenet commented Apr 28, 2022

I am of the view that:

  • 403 errors can indicate temporary failures, invalid permissions, invalid Renault contrat etc.
  • 502 errors indicate to me that it is unsupported by the car

Can you please post the result of the three commands?

renault-api --json http get "/commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/charge-mode"
renault-api --json http get "/commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/lock-status"
renault-api --json http get "/commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/res-state"

Based on the result of @afaucogney, I would currently only accept to auto-disable lock-status.

Lock Status / Res State and Charge Mode are not supported on Dacia Spring.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants