timdorr / tesla-api

🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.
https://tesla-api.timdorr.com/
MIT License
1.99k stars 532 forks source link

Climate not possible with low soc #770

Closed Urkman closed 10 months ago

Urkman commented 10 months ago

When I use the "auto_conditioning_start" endpoint, but the battery is below 20% it returns false and the error "low_soc". Is there a way to still turn I on and ignore this message?

core-hacked commented 10 months ago

Nope, that's a Tesla limit to preserve battery. You can't do it from the app either

Urkman commented 10 months ago

Sure, you can do it using the Tesla App. It asks you, if you really want to and than you can turn it on.

core-hacked commented 10 months ago

Ok, then it's most likely a body parameter like: force: true or something else

GaPhi commented 10 months ago

Just add the following body request :

{ "manual_override": "socdoors" }

Added to documentation with pull request #773