itchannel

Results 141 comments of itchannel

@JuhaFIN1 It's by design as it's the fuel sender value which can range from -5% to 105% according to an engineer. However it seems some models of fords don't save...

Oh really. Then maybe there is a fault on their end.

I was hoping Ford might update the API to not return -5% on the models of cars that are affected by this as it's really a programming error on there...

Interesting new function. I'll try and look into it, just checked and my truck doesn't support it yet so may need someone to do some debugging who has "guard" mode...

Ok I've made some progress, I now have the relevant API calls to enable/disable and check guard status ``` PUT api.mps.ford.com/api/guardmode/v1/{VIN}/session (Enable Guard Mode) GET api.mps.ford.com/api/guardmode/v1/{VIN}/session (Get Guard Status) DELETE...

Cool. I'll edit the python debug script this weekend for you to run which will simply give you a log file to send with the required data.

Took longer than planned but Guard functions are now in the test file if anyone is free to test. You will need to run the file in the "Guard Mode...

Cool. I'll look at getting that implemented then when I have 5

@NickAx1 I've now added guard mode into #104 however I've been unable to test so would be grateful if you could try it when you have 5.

@NickAx1 Can you enable debug mode for the fordpass integration and look for this line in your log "Guard mode not supported on this vehicle". I'm wondering if the check...