-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unlock/Lock Functions? #119
Comments
Can you do it in the MyT app? |
To clarify my question, we can only implement features that exists in the app already. So the both the start/stop and lock/unlock feature has to be in the app for us the be able to do this 😊 |
@DurgNomis-drol At least in Spain, there is door lock/unlock functionality in the app as well as HVAC on/off (no temp adjust for my car though) |
That is very interesting, as we cannot or do not know how to remote lock/unlock the car from the MyT app.
Thanks! |
iOS 4.10.0 (494). Although the feature is not new, already available last year.
This is the only info I could find.
I tried intercepting the request via Proxyman to see the endpoint and payload for both lock/unlock and climate, but the app uses SSL pinning so I could not manage to do it. Can I assist somehow? I also have an Android device. |
I think decompiling the Android App is the way to get more information on it. I have an older version decompiled that have some information on it. Though I think it would be better to do it again. I won't be sharing mine, as that would be illegal I think and don't want to get in trouble with Toyota 😄 I also don't have much time before June or July to look into this. So if you guys can take it, it would be awesome. I will be in the shadows following along and available for any questions you have. |
@tijunoi : Thanks for providing the requested information. It is very interesting! |
@joro75 You should be able to find the endpoint (URL) in the android app if you decompile it |
I also found the 'official' documentation of Toyota that describes the Remote Lock/Unlock feature. It is available at: https://www.toyota-europe.com/download/cms/euen/MyT%20App%20DOOR%20LOCK%20UNLOCK_tcm-11-2409615.pdf It seems to be available on the models:
|
I decompiled the app and also ran it with frida and mitmproxy. Edit: I'm stupid and proxy was not on when testing the lock/unlock. I have the endpoint and the request body, although I also found them in the decompiled app. Might make a PR soon then :) |
@tijunoi did you ever get around to code it? If not would you have the endpoint and request body specs documented somewhere? |
@tijunoi, do you have the endpoint/body handy? I'm interesting in implementing this |
@joro75 should we wait a bit before we release a new version of the lib, so we can get a couple of people to test it, or should we just send it? 😃 |
@DurgNomis-drol I do no think that a lot of people will use the new unlock/lock function before it is released. If they want to do that, they already have to download and install the trunk version in some way. I do not expect a lot of problems, and I also have tested it with my vehicle (which doesn't support it). |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Am I able to lock and unlock my compatible vehicles using this API.
In addition to start and stop functions?
Describe the solution you'd like
A clear and concise description of what you want to happen.
I want to be able to track my vehicles and unlock or lock the doors when necessary.
I also want to start and safely stop my vehicle using the API.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: