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

Search results

  1. Dylan Diamond

    Model S REST API

    I just noticed that as of today the "is_autoconditioning_on" now always returns false and we should now rely on the new field "is_climate_on" to determine climate power status. Just submitted an update for my app fixing this issue.
  2. Dylan Diamond

    Model S REST API

    Hope so...but it is annoying how some features are broken with these recent API deprecations...I would hate to see the API have everything removed from it except for what is in the default app.
  3. Dylan Diamond

    Model S REST API

    Thanks for the info. Elon tweeted that they are planning a big revamp of the default app soon, think it has to do with that? Not sure how third party apps will compare to update.
  4. Dylan Diamond

    Model S REST API

    Does anyone know why the sunroof endpoint seems to be down as of today? The roof can vent but does not close or move to a specific percent anymore...:(
  5. Dylan Diamond

    Tesla API for iOS

    The app has been successful in the App Store, but I have not submitted the SiriKit addition as I've been talking to some Apple engineers about it and they advised to hold off until the update to SiriKit.
  6. Dylan Diamond

    Model S REST API

    Does anyone know why when supercharging the current is returned as 0?
  7. Dylan Diamond

    Tesla API for iOS

    I've sort of built something using SiriKit, but using the messages intent as a proxy in which I send a message to "TeslaToolbox" to perform some function. Doubt it will get approved, but maybe in a future release Apple will be more lenient on SiriKit's functionality.
  8. Dylan Diamond

    Model S REST API

    Any idea how this happened? First Tesla Model S remotely controlled by hackers, Tesla already pushed a fix You certainly cannot control the windshield wipers through the main API...
  9. Dylan Diamond

    Tesla App Updated

    The Summon button seems to be missing in the new update, is anyone else experiencing this issue?
  10. Dylan Diamond

    Tesla API for iOS

    Carplay's api doesn't even start to cover the capabilities you can do with Tesla's, and the only overlap I found was climate and a few small things. No sunroof, lights, doors, etc. It is mainly for music and interacting with the navigation system...
  11. Dylan Diamond

    Remote S: Tesla app for Apple Watch, iPhone, iPad, and iPod Touch

    That makes sense, because if the battery died then the phone wouldn't be able to send the abort POST request. Any luck on finding the streaming endpoints? Also it is curious why they switched the trigger_homelink to streaming since that is just a single button press.
  12. Dylan Diamond

    Remote S: Tesla app for Apple Watch, iPhone, iPad, and iPod Touch

    I also have an Android and have tried to proxy it but to no avail. Is there a method to do so? Any conventional proxy simply causes the Tesla app to not connect and does not reveal the endpoints. I'm wondering how they do the continuous press. Is that simply a client side thing where it aborts...
  13. Dylan Diamond

    Remote S: Tesla app for Apple Watch, iPhone, iPad, and iPod Touch

    Allen - I too have built an iOS app for Tesla and can confirm that autopark and trigger_homelink commands do not work. I have tried to use Charles as a proxy to intercept the Tesla api, but without a jailbroken device I need a valid SSL certificate for Tesla's servers, so if anyone can do that...
  14. Dylan Diamond

    Model S REST API

    As of now, the "trigger_homelink" api is not working and returns a 400 error saying "invalid command", however the Tesla iOS app can still control homelink and summon. Did Tesla change the endpoints?