PyTeslaBLE icon indicating copy to clipboard operation
PyTeslaBLE copied to clipboard

Is this still maintained?

Open prodriguezdlt opened this issue 2 years ago • 9 comments

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

prodriguezdlt avatar Sep 25 '23 10:09 prodriguezdlt

See ClosureMoveRequest. https://github.com/kaedenbrinkman/PyTeslaBLE/issues/4#issuecomment-1546719487

kaedenbrinkman avatar Sep 25 '23 13:09 kaedenbrinkman

Much appretiated! So this is using the latest VSEC then right? Thanks a LOT!

prodriguezdlt avatar Sep 25 '23 13:09 prodriguezdlt

This uses 4.12.0, latest is here: https://github.com/trifinite/vcsec-archive/tree/master/protos

kaedenbrinkman avatar Sep 25 '23 13:09 kaedenbrinkman

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

prodriguezdlt avatar Sep 25 '23 13:09 prodriguezdlt

Im basically trying to create an ios app to comunicate with my tesla (for personal purposes)

prodriguezdlt avatar Sep 25 '23 13:09 prodriguezdlt

Or maybe i should try to use Kivy? do you know if any of this would work? D:

prodriguezdlt avatar Sep 25 '23 14:09 prodriguezdlt

The .proto file can be translated into any language, you could use this code as a guide for how to use it.

kaedenbrinkman avatar Sep 25 '23 14:09 kaedenbrinkman

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?

BlueskyFR avatar Mar 25 '25 23:03 BlueskyFR