What conditions cause the car to sleep? Mine takes between 26 and 62 seconds to wake up. That’s longer than waking me up. Is there any way to speed this up?
It falls asleep when there is nobody inside the vehicle and the vehicle is locked. It usually takes about 30-60 seconds.What conditions cause the car to sleep? Mine takes between 26 and 62 seconds to wake up. That’s longer than waking me up. Is there any way to speed this up?
How does this relate or compare to the deep sleep reset that is sometimes mentioned?It falls asleep when there is nobody inside the vehicle and the vehicle is locked. It usually takes about 30-60 seconds
The very same. These are the sleep states: SLEEP, WINK, SLEEP_CHARGE, SLEEP_UPDATE. There are also 6-7 other non-sleep states; you can find these all in the GitHub repo for the Python bindings for the API.How does this relate or compare to the deep sleep reset that is sometimes mentioned?
Ha! I’m nowhere near this far under the tech hood of our world! Though I have indeed heard of many of these words…..you can find these all in the GitHub repo for the Python bindings for the API.
The very same. These are the sleep states: SLEEP, WINK, SLEEP_CHARGE, SLEEP_UPDATE. There are also 6-7 other non-sleep states; you can find these all in the GitHub repo for the Python bindings for the API.
You want SLEEP. It will, once locked, go into WINK first. WINK is not a SLEEP. Once it is in the SLEEP state, you’re good and can power it up again.
You can track the state via Home Assistant (or testmycode.cc). It usually takes no longer than 60 seconds, but there are a various number of things that can keep it awake.
Haha fair enough.Ha! I’m nowhere near this far under the tech hood of our world! Though I have indeed heard of many of these words…..
Nope, other than the state change via the API; that's why I was suggesting you use Home Assistant; another alternative that used to work but I'm not sure still does, is to turn on a blinker, and then lock the car. The blinker turns off once the car falls asleep.Is there any clear indication when it has transitioned from WINK to SLEEP?
Correct.And from your response, I gather that once it does hit SLEEP, that captures whatever reset qualities we might be aiming for.
Ah yeah, that works for Air, but I'm not sure it works for Gravity.(someone somewhere mentioned turning on the blinker, and when that shuts off you know it’s really in sleep….. but that does seem to happen very quickly, so it may be a figment)