Infiniti InTouch to start your car automation

Im curious if anyone has found a way to integrate the infiniti alexa skill to ha?

Infiniti introduced the alexa compatiblity a few months ago and it works flawless, Id like to create an automation that opens the garage startes the car and then turn the lights off and close the garage 10 min later.

Id be happy to help anyway I can, I wish I could figure it out, but I dont have the knowledge to even know where to begin…

Thanks

I don’t have the answer for this but I’m looking for the same thing using Hyundai’s Blue Link system. It took has an alexa skill I would love to leverage.

See if there is a way to access your remote start via the website, if so use a cURL command.

Great idea!

I’m going to try that out, I’ll be back home tonight and report back.

Thank you!

Your best bet for reverse engineering the remote start is going to be the app. Check if there is a web UI first, as that would for sure be easiest, but I don’t know of any manufacturers that expose remote control via the web.

I tried decompiling the Infiniti Android app, but it looks like much of it is obfuscated so you would need to intercept the HTTP requests in order to figure out the API. You could try with Fiddler (windows only), or mitmproxy (all will need HTTPS interception enabled).

The only thing I could find within the app are a few URLs like the below. Seems to be a development server, but intercepting the app will give you the right URLs.

https://telematicsdn-dev.apigee.net/m/login/token
https://telematicsdn-dev.apigee.net/m/remote/accounts/{accountid}/vehicles/{vin}/remote-engine

Awesome thanks for that. I’m flyin home now gonna play with that tmw! Infiniti does have a webpage where I can send the start commands so hopefully I can figure it out from there. I’ll let you know. Thx again

So I just checked and your right, the url it gives when starting the car also has a long string at the end that seems to be randomized every start…which makes sense.

Ive never really did what you mentioned, watching the requests from the phone app…but this gives me a reason to learn. Ill let you know if I make any head way…thanks again

@Darbos

Sorry to revive, but was there ever any movement on this integration?