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

Recent content by spencer

  1. spencer

    Model S REST API

    Thank you very much! That executed perfectly,
  2. spencer

    Model S REST API

    Hmm, I wonder how I would go about accomplishing this then? The example on the PyTesla page reads: >>> import pytesla >>> mycar = pytesla.Connection('myemail', 'mypassword').vehicle('myvin') >>> mycar.honk_horn() True But if I omit .vehicle(vin) from the car variable, it throws this error...
  3. spencer

    Model S Accident/Fire

    Im just happy that the owner got the alert beforehand, keeping everyone safe. Props to Tesla for their accident-notifications.
  4. spencer

    Model S REST API

    PyTelsa problem Hello guys, I'm new here to TMC, and I'm relatively new to Python as well. I'm creating an application using the PyTelsa module. The goal of the application, is basically and alert system called Teslalert (see what I did there?!). For example, the user sets specific times...