Is this still maintained?
does the VCSEC is updated to the latest proto which includes unlatching doors?
Thanks a lot, i just want to create some functionality to unlatch my cars doors cheers
See ClosureMoveRequest.
https://github.com/kaedenbrinkman/PyTeslaBLE/issues/4#issuecomment-1546719487
Much appretiated! So this is using the latest VSEC then right? Thanks a LOT!
This uses 4.12.0, latest is here: https://github.com/trifinite/vcsec-archive/tree/master/protos
Oh nice, yeah, ty. Onother questions, do you know by any chance if PyTeslaBLE could be translated into a module for Swift (iOS) using pyo3? Thanks man
Im basically trying to create an ios app to comunicate with my tesla (for personal purposes)
Or maybe i should try to use Kivy? do you know if any of this would work? D:
The .proto file can be translated into any language, you could use this code as a guide for how to use it.
up! @kaedenbrinkman what's the state of this project? Also it seems that Tesla released docs for the BLE protocol, is that right and is this project using it?