0

API wake up command - where the &wake goes

AxJFbh8gp8G 9 months ago updated by darktooth 2 weeks ago 2

I have successfully created a "short" list web page for myself with a few API commands I wish to send to my vehicle. I am able to send commands the car gets and responds to using:

https://www.teslafi.com/feed.php?token=my token&command=set_temps&temp=60

However, I often get the vehicle is not awake reply.

I noticed at the top of the API page it shows adding wake xx seconds is necessary.

I have tried:
https://www.teslafi.com/feed.php?token=MYTOKEN&command=charge_stop&wake=34

without success.

Can someone please tell me where and how where the &wake=xx seconds command should be placed?

I opened a call a support ticket for this.

Just put the wake parameter at the end of the command string as you did in your example. The actual problem I had was, when the transfer was made to the new Tesla API there was a problem introduced into the wake code. This is fixed by today and now &wake=xx works again.

Did you solve the problem? I have the exact same issue and my command is not executing because the car stays asleep.