Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Recent content by LexNastin

  1. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    Yep, sadly it is so. There isn't much the BLE API can do, but the stuff it can is pretty cool in terms of automation!
  2. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    Nice! Great seeing you progressing! And yep, of course a MacOS app ain't that useful but it's a step in the right direction, and if you made it in swift, I think porting to AWatch won't be that hard.
  3. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    I mean couldn't you see the closures change when just opening doors?
  4. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    No you can't flash the headlights, sorry for the miscommunication, it does that when unlocking. It's just that it was dark and the headlights was the only sign that it unlocked. Look at the proto file and it will make much more sense. Sadly I don't know anything about that. Welp, I don't know...
  5. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    Amazing! You shoulda seen my face when I was using a Bluetooth serial connection thing app that sends messages to BT and BLE devices, I press send message in the middle of the night, and the headlights flash! After months of work, I was in AWE!
  6. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    Yeah, nothing surprising, make the car believe you're the phone, make the phone believe that you're the car, and act yourself as an extender, meanwhile you don't know what the two are talking about you're relaying the messages. The car sees good signal quality thus it unlocks. Nothing special in...
  7. L

    Vendor Watt Time & Watt Key - Wear OS Watch Apps To Control Your Tesla

    Amazing, sadly I don't have time to test, the car isn't mine, so can't help out with that, but would love to hear any testers' experiences :)
  8. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    Yeah, it is indeed almost a full imp. But interesting. That truly cross-platform BLE library btw was made by a SpaceX or Tesla worked, I don't remember, so that's nice. Also, I heard Tesla work mostly in Python, so not too surprising.
  9. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    Ahh, interesting. Did you look at the PyTeslaBLE library that I told you about? The guy already put in a crossplatform BLE library in there so you can just use it directly
  10. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    Also, neat that you can run it off an RPi! Tell me about what you end up achieving, if you end up doing anything about it! 😅
  11. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    If I can't load the key, then it doesn't exist, so it never existed, so I create one... The first example with a key, creates a key, saves it, and the it gives the whitelist message to you, and in subsequent runs uses the saved one key. What you're saying is that "if I have a keyfob, but...
  12. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    After every example*, sorry 😅
  13. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    Also, I'm pretty sure every command using a key saves/loads it after generation if it is saved in a file
  14. L

    Tesla Bluetooth Low Energy (BLE) API Documentation

    Yes, you'd need to rewhitelist if you didn't already create a key (every example saves the key to a file when creating it). And yes, you'd just do as you said... Here's an example python library one of my friends made, if you need a reference: GitHub - kaedenbrinkman/PyTeslaBLE: Python interface...
  15. L

    How does phone app connect to the car?

    Hey, if anyone has any questions on how the BluetoothLE API works, you can ask me on this post: Tesla Bluetooth Low Energy (BLE) API Documentation