-
Notifications
You must be signed in to change notification settings - Fork 4
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
Any docs for remote start? #7
Comments
I'd try looking into the HondaLink app. I've been meaning to reverse engineer it to see how it works. Maybe look at the bluetooth traffic between your phone and the car with a tool like Wireshark. |
Unfortunately I only have the remote start from my keys. Any way to capture that traffic?
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Eric ***@***.***>
Sent: Saturday, November 2, 2024 8:51:26 AM
To: librick/ic1101 ***@***.***>
Cc: Zagreus ***@***.***>; Author ***@***.***>
Subject: Re: [librick/ic1101] Any docs for remote start? (Issue #7)
I'd try looking into the HondaLink app. I've been meaning to reverse engineer it to see how it works. Maybe look at the bluetooth traffic between your phone and the car with a tool like Wireshark.
—
Reply to this email directly, view it on GitHub<#7 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOS54J2L2WGPJJVT6WMQWETZ6TKF5AVCNFSM6AAAAABRAPSCUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJSHE4TMNZQGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I haven't had the best luck trying to decode the keyfob traffic directly. If you wanted to try, you'd need a software defined radio (SDR) that can listen on the keyfob frequency (~433.912MHz). I've looked into this a bit; at some point I might update the repo with what I've found so far but the TLDR is it's complicated I just looked into HondaLink more. I may have been wrong before; I assumed it can do remote start over WiFi or Bluetooth but it might require the car to have a cellular data connection. In which case it probably works by software on the headunit talking to Honda's servers via cell data, the mobile app talking to Honda's servers, and Honda's servers acting as the middleman. In which case it might be useful to look at reverse engineer any HondaLink-related libraries on the headunit to try and find what actually triggers remote start in software. If you did want to try and decode the keyfob, here's what I've found so far:
I'd share some screenshots of waterfall plots I generated but I don't want to accidentally publish private keyfob data haha In general this is probably fairly complicated unfortunately |
Wow yep that's pretty complicated. I think that honestly approaching it from the head unit would be easier than the keys. |
Hey! I would love to add a custom mod that turns on my car and sets the temp at a specific time, but I haven't been able to find any documentation about the calls with remote start. Any ideas on how to move forward with this?
The text was updated successfully, but these errors were encountered: