Just bought it, Connecting doesn't feel faster, although it's nice to see it loading the various steps instead of what I used to do: exit official app every twenty seconds till something shows ups.
Mostly I'd like stuff to happen asynchronously. An example of what mean is enabling HVAC. I don't care
when it's turned on, I just want it to happen in the near future. Basically, show the UI as soon as possible whilst retrieving the details in the background. Those details being particularly unimportant for HVAC, door lock status, roof closing, etc.
My real life HVAC example
Tesla app:
Open app,
watch wheel spin for a while,
press back,
open app
watch wheel spin for a while,
realize you're still connected to wifi with a bad connection,
Disable wifi
press back
open app
watch wheel spin for a while,
it loaded, 'awesome'
open HVAC
Wait for it to load
Switch it on
Great,
Realize you're standing next to your car by the time it finally worked.
What I'd like Induction to do:
Open app
App opens instantly
(retrieve details in background)
Enable HVAC
(do whatever you want or need to do, just switch on the HVAC sometime during the 2-3 minutes it takes me to get to my car)
Same for charging, just let me get there asap and show me a cached truth or retrieve the details in the meantime whilst being responsive to other commands. In short, get rid of the first ten steps and I'll be extremely happy with the app.
The worst? Summon, infuriating on EU models (app only). I consider two minutes between wanting to use summon and actually using it 'good'
I actually work in IT, here's some buzzwords for what I want: asynchronous idempotent responsive actions (where relevant, definitely not summon

)