Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vehicle wake up is not working #138

Open
steveh80 opened this issue Apr 21, 2019 · 2 comments
Open

Vehicle wake up is not working #138

steveh80 opened this issue Apr 21, 2019 · 2 comments

Comments

@steveh80
Copy link

I tried this library with my Model 3 and the vehicle wake up is not working. It returns a 408 vehicle is unavailable error when the car is in deep sleep.

I looked into it and found out that there are two api endpoints to wake up the car:

  1. https://owner-api.teslamotors.com/api/1/vehicles/:vehicle_id/command/wake_up
  2. https://owner-api.teslamotors.com/api/1/vehicles/:vehicle_id/wake_up

Your code is using the 1st. By changing the code to use the 2nd it's working like a charm with my Model 3.

I'm not sure if this change breaks anything for the Model S or X, maybe someone can check?

Best
Stephan

@franky436
Copy link

franky436 commented Mar 19, 2020

Thanks a lot for sharing your solution steveh80, just ran into the same problem for my P3D.

@franky436
Copy link

p.s. Important: if you are playing around with this, disable WiFi in your car before testing/debugging. When your car is going into "asleep" mode, waking up your car might not be working. Still investigating on the exact reason, potentially the ARP entry for the car might timeout on your access point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants