jumpjack
jumpjack
Sorry, my script cut something in the output; this is the output from your script (same data, just different JSON structure): ``` { "data": { "type": "Car", "id": "xxxxxxxxxxxxxxxx", "attributes":...
It looks like charge-history returns duration in minutes while charges returns in seconds... **/charge-history:** ``` { "day": "20220317", "totalChargesNumber": 1, "totalChargesEnergyRecovered": 5.4, "totalChargesDuration": 241 }, ``` **/charges:** ``` { "chargeStartDate":...
Sorry I don't know python, I am a javascript programmer.
@FRSTR offtopic: I read that you had an issue with your HVAC and you got "something" replaced in your car; can you please provide some more details by mail? jumpjack...
In my tests with my app I get the usual "403 forbidden" response. status": "502", "code": "gateway.processing", "title": "VNEXT", "detail": "an internal error occured while processing request : 403 FORBIDDEN"
for the last one you are talking about, lock-status.
') > ``` > > Note: MyRenault app requires a PIN code set in the app to start AC, Where? On android, version 4.26.0 has no pin request for hvac,...
when I brought my plugin captur to the dealer last week, because preconditioning is no more working since 6 months, during the diagnosis he detected a "missing pin" error, but...
I try writing down the procedure, is this correct? But which is the raw url for "GET kmr notification"? And is [this ](https://github.com/MrAspect/SRP6-Secure-Remote-Password)the javascript equivalent for SPR authentication? ``` ">>>"...
I don't understand if this pull request is currently working and if SRP authentication is requested also for lock-status or just for engine start.