zabuldon / teslajsonpy

Apache License 2.0
56 stars 62 forks source link

fix: avoid retry on sleep/unavailable when the car is asleep with wake_if_asleep=False #416

Closed bdraco closed 1 year ago

bdraco commented 1 year ago

We would retry on 408s even if wake_if_asleep was False which slowed down startup a lot for cars we did not wake

Before: startup 145.3s After: startup 15.2s