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

Search results

  1. jsgoecke

    Model S REST API

    Also @Polyport, any code examples you could provide would be greatly appreciated.
  2. jsgoecke

    Model S REST API

    Great sleuthing @Polyport! I am anxiously awaiting what you find on what to send from the client -> the server.
  3. jsgoecke

    Model S REST API

    Yes, Autopark is summon and indeed is broken.
  4. jsgoecke

    Model S REST API

    It would appear that Tesla recently changed their cloud API and broke AutoPark and Homelink commands via a third party app: Autopark returning a 400 Bad Request · Issue #14 · jsgoecke/tesla · GitHub Trigger Homelink returns 400 Bad Request Error · Issue #15 · jsgoecke/tesla · GitHub
  5. jsgoecke

    Model S REST API

    Someone in here previously called out in the iOS client that it had resources to control the Defrosters as follows: Add defrost support · Issue #7 · jsgoecke/tesla · GitHub Does anyone know if these are really implemented? I get a 404 on those.
  6. jsgoecke

    Model S REST API

    I would have to see the PHP code to understand what is happening. As the API itself does work, so something is wrong in the lib/code you are using.
  7. jsgoecke

    Model S REST API

    BTW, I posted this today: Commanding a Tesla Model S with the Amazon Echo Having said this, it feels that the API implementation (aka - docs) for trigger_homelink and auotpark aren't necessarily complete: - Autopark tesla/commands.go at master · jsgoecke/tesla · GitHub - Trigger Homelink...
  8. jsgoecke

    Model S REST API

    On 'trigger_homelink' I see that @timdorr posted this: There are a couple calls for the auto park (Summon) and homelink features. I'm working on them now. But here's the gist of it: trigger_homelink: lat, lon, token But that can't be all of the fields if you have more than one garage door...
  9. jsgoecke

    Model S REST API

    I did get the Autopark API call to work and added to the Golang lib I wrote here: tesla/commands.go at master · jsgoecke/tesla · GitHub
  10. jsgoecke

    Model S REST API

    I released this Golang API wrapper last week: GitHub - jsgoecke/tesla: Provides a wrapper around the API to easily query and command a Telsa Model S I am missing the summons portion of the API. Has anyone actually published the API calls and resources somewhere?
  11. jsgoecke

    Wiki REST API Tools and Apps

    Is this definition still valid, or is there a new spec? I am trying to use the Ruby lib, my own tests, etc, and with a valid email/password I get 500 backs from the Tesla servers.