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

Recent content by tornado

  1. tornado

    Tesla Owners API v3 enabled

    Is any of this code still working for people to auth with?
  2. tornado

    Model S REST API

    Is there any list of the API calls that are disabled while the car is in motion? I wrote a modification to my Tesla app that honks the horn when my daughter exceeds X over the speed limit (and yes I do know about setting the speed limit in the app/car), but it doesn't work when she's in motion...
  3. tornado

    Best interest rate via Tesla financing?

    FYI I did a 36 month 2.14% rate with PenFed for my recent Model Y purchase.
  4. tornado

    Best interest rate via Tesla financing?

    It appears I wasn't as successful as the rest of you reaching out for a better rate...
  5. tornado

    Model S REST API

    Is there a way to keep the stream going beyond the password timeout? Like a script to auto-reload token? I have this all set up in a Paw document (to get the updated tokens, etc) but it is still manual at this point.
  6. tornado

    Model S REST API

    This is pretty much what I'm getting, over and over: 9 Mar 11:03:09 - timestamp,speed,odometer,soc,elevation,est_heading,est_lat,est_lng,power,shift_state,range,est_range,heading 9 Mar 11:03:10 - Bad timestamp (<html>) 9 Mar 11:03:10 - Unexpected problem with request: Response status code...
  7. tornado

    Model S REST API

    Seeing the same streaming errors. Haven't been able to stream since 3/7 in the am.
  8. tornado

    Windshield wipers are horrible, and arguably dangerous

    My third Tesla, and agree - the auto-sensing on all three have sucked. Specifically agree about the 3's being worse since you have to take your eyes off everything to change it up. I too am in the Pac NW and with the intermittent rain we get here, it's a real PITA that the auto-sensing doesn't...
  9. tornado

    Model S REST API

    What is your app written in? I've found that certain calls require more or less in the headers based on if you cURL them or use something else.
  10. tornado

    Model S REST API

    With the pull request changes that were recently submitted I was able to get it working. Thanks. What is your version? Just something you did privately or something you have on a repo somewhere? Thanks
  11. tornado

    Model S REST API

    Odd. I am pulling a fresh token, cloning teslams fresh, and putting it in the config.json (with no username), and still getting 3 Sep 13:41:49 - 1 of 6 REST requests since 1536007299679 Error parsing response to oauth token request 3 Sep 13:41:49 - Error: unable to parse vehicle data response...
  12. tornado

    Model S REST API

    If you find a solution let me know. Also note there's a pull request for the fix for the hjesper's teslams code, though it still isn't working for me. But that could be something on my side.
  13. tornado

    Model S REST API

    Anyone else getting `Error parsing response to oauth token request` with node/teslams ? Getting that on 3 model Ss (tracking extended family Teslas)... (note this is new as of Monday I believe - worked fine before)...
  14. tornado

    Model 3 App and API

    I too would be glad to test the API.
  15. tornado

    Model S REST API

    Re: Model 3 streaming - even though the streaming.vn.teslamotors.com/command endpoint is giving lat/long, from what I can tell I can't see the orientation in the (limited) responses. Somehow the Tesla app is actually getting it. Are we missing an endpoint somewhere (or, more likely, am I not...