jpasqua / VisibleTesla

Java App to monitor and Control the Tesla Model S
125 stars 41 forks source link

Allow app to launch even when car is in sleep mode #44

Closed jpasqua closed 10 years ago

jpasqua commented 10 years ago

When VT launches it checks to see whether the car is awake or not. If it's asleep the app gives the user the choice of waking it up or letting it sleep. If the user chooses to let the car sleep, the app exits.

Now that "sleep mode" will monitor the awake/asleep state of the car and act accordingly, the app need not exit if it is asleep. It can just immediately enter sleep mode.

To accomplish this, some initialization will need to be deferred. This includes (at least) the cacheBasics method. Making this change will require thorough testing to uncover any hidden initialization dependencies.

jpasqua commented 10 years ago

Should be in 0.25.03 - More testing before release.

jpasqua commented 10 years ago

Just released.