cgraf
cgraf
Ah I see. You don't yet know the PIN URL and API key for non-Fiat. ``` _authApiKey = "JWRYW7IYhW9v0RqDghQSx4UcRYRILNmc8zAuh5ys"; // UNKNOWN _authUrl = "https://mfa.fcl-01.fcagcv.com"; // UNKNOWN ``` You could probably...
I did get a sniffer and SSL decrypter going on iPhone, and I see connections to mfa.fcl-02.fcagcv.com, but no x-api-key for mfa and no pin parameter traversing the stream. Maybe...
I think I know the request from the code. `https://mfa.fcl-02.fcagcv.com/v1/accounts//ignite/pin/authenticate` and you want x-api-key there. But Jeep Uconnect doesn't expose services on the browser site. They are only available in...
Hmm. I can change the PIN on the browser site. Maybe it authenticates the PIN there. Let me get a sniffer set up and I will look there.
Ah yep. No sniffer required. Just dev tools. ``` _authURL: https://mfa.fcl-02.fcagcv.com _authApiKey: fNQO6NjR1N6W0E5A6sTzR3YY4JGbuPv48Nj9aZci ``` I'll submit a PR
Awesome! I have not deep testing yet, but a couple of the surfaced functions (lock/unlock, refresh) do appear to work, and no errors in the debug logs. I haven't looked...
Did a bit of testing. The current "Blink" is horn and hazard and hazard flashers, basically like setting off the car alarm. Door lock works Door unlock works Can't test...
Cool. Isn't it this list, returned from one of the early commands, the list of service capabilities of the specific vehicle, along with what the API command for that service...
Not sure. I thought I had pulled it from Postman, but it must've been from your debug. I only have Postman working up until the Cognito part. I'm going to...
Any update on this one? I just got forced to the Enel X Way app and lost JuiceNet access including the mobile app, webapp, and HA integration. Happy to help...