-
Notifications
You must be signed in to change notification settings - Fork 38
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
Api Coverage for Dacia Spring #488
Comments
Sadly there is no official documentation - you have to unpack the apk manually! I have recently merged #479 but I do not have a sample carGateway information for the Dacia Spring. |
@epenet I will have a look at he apk. I tried to sniff the code with MITM, by updating the apk with a new cert, but they use TrustKit that lock my investigation ... the api about hvac start seems to work, but cancel return a huge amount of data without any effect on the car. yes I can do PR, where should I put that file, that my second hour in this project .... |
|
Look at the files already in the folder |
@epenet done ! Hope I didn't push sensible data ... |
Please take a look at PR #459 for the charge start/stop |
I was previously able to use fiddler on my machine - but I haven't tested it recently. |
Hello, Spring owner here ! GS |
I think this works only on Nissan cars, as many others endpoints (horn-lights, engine-start, door-lock,...).
The format for charges-history is:
See here for details: https://github.com/jumpjack/myRenaultLC/wiki/Syntax-of-%22charge-history%22,-and-related-errors Possibly it's the same for hvac-history.... but I can't get it working anyway on Renault Capur and Renault Zoe50:
Full error message:
This means it has same syntax of charges-history ; but on Captur and Zoe50 I get:
Same syntax of charges-history; output format:
|
@jumpjack why don't you provide a documentation PR here instead of linking to your repository? |
You welcome. |
I can only partially confirm this. With the Dacia I have here for testing I'm getting:
Maybe there are differences between the cars? |
Funny. Running this once more an hour later it looks like this:
Same car, nothing changed... |
You can use FRIDA to do what you want: |
Thanks for all this project, this is amazing !
I just get my fresh new Dacia Spring !
Thanks to the Api (cli), I succeed to do auth, and then here are my tests. Basic status is OK, but nothing about schedules on Hvac as well as Charge.
The mobile seems to be able to start/stop charge and hvac, but the api seems to do not work. Anyone get an idea ? Does any Spring user get the same payload / behaviour ?
Is there a way to know what is supported or not ? by the car or the api ?
Thanks for all !
The text was updated successfully, but these errors were encountered: