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

Recent content by apacheguy

  1. A

    Model S REST API

    Here's my refresh code. Does this look similar to yours? Am I missing anything? $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://auth.tesla.com/oauth2/v3/token"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_POST...
  2. A

    Model S REST API

    @markb1 I can get the API to work, but as soon as my script requests a new access token using the refresh token it stops working. The access tokens seem to expire after only 8 hours or so. Here’s the error I get: "error": "login_required", "error_description": "Login required"...
  3. A

    Precondition battery for supercharging before leaving hotel

    That is disappointing that Tesla doesn’t have this feature.
  4. A

    Precondition battery for supercharging before leaving hotel

    I stayed at a hotel that has a supercharger 3 miles away. My car had been sitting in the cold all night so the first thing I did after waking up was to precondition the car and set the supercharger as the destination in the navigation. After breakfast I drove to the supercharger and was...
  5. A

    Phone Key Not Working Well Anymore

    No doubt the issue is on the phone side. But I suspect it’s an issue with the Tesla mobile app rather than my iPhone 14. Yesterday it did something I’ve never experienced. The mobile app showed “phone key connected” yet the touchscreen in the car was telling me the car was locked. Toggling...
  6. A

    Phone Key Not Working Well Anymore

    It was working well for some time. But now I need to disable/enable Bluetooth every few days for the phone key to work.
  7. A

    Model S REST API

    @SmartPig you need to put the URI of your site which handles the oauth callback. The URI must match the one you listed on your developer application. I’ve gotten this to work and it successfully generates an access_token. However, when I refresh the token, it only returns the access_token and...
  8. A

    Discussion: Powerwall 3 [Speculation / Discussion etc]

    If I order PW direct is there any way to know if I’ll get PW2 or PW3?
  9. A

    Software update stuck downloading at 3%

    Well no recall for me. Tesla pulled the update and the software update icon disappeared.
  10. A

    Model S REST API

    I’m trying to register my site on the developer portal. It rejects the application stating “domain must be registered with a certificate authority.” My site uses TLS and my cert authority is ZeroSSL. It is recognized as a valid cert authority by all major browsers but perhaps Tesla doesn’t...
  11. A

    Software update stuck downloading at 3%

    Got it. Any you did that by putting the car in service mode and selecting the reinstall option?
  12. A

    Software update stuck downloading at 3%

    Never had this happen before. I’m on Wi-Fi with full signal strength. App shows it’s downloading the update but it’s been stuck at 3% for a few hours. Rebooted the touchscreen but still shows 3%.
  13. A

    Model S REST API

    My owner API scripts stopped working. Haven’t had a chance to dig deeper into the various golang apps on Tesla’s GitHub. It is somewhat confusing. Also noticed that TeslaPy does not support the new API. Anyone had any luck?
  14. A

    Phone Key Not Working Well Anymore

    Yep. Rebooted both my iPhone and the touchscreen on the 3. Today I couldn’t even get into the car, I had the app open and it showed “phone key disconnected.” I had to use my key card.
  15. A

    Phone Key Not Working Well Anymore

    I recently began experiencing issues with my phone key. iPhone 14 running the latest iOS version. Toggling Bluetooth seems to fix it. But it is annoying to have to do that each time it doesn’t work. Service just replaced my 12v a few weeks ago.