michaelwoods/onstar2mqtt

Force sensor update

Closed this issue · 1 comments

Is there a way to force a sensor update or receive a response message after startVehicle is called? I have this integrated into Home Assistant and i'd like to confirm once the startVehicle command is called. Theoretically i can watch the "Engine RPM" topic to confirm that the vehicle has started, but it seems that the sensor sometimes doesnt update for a while. Is it possible to call the startVehicle, and then manually ask for a sensor update periodically?

Someone's working on refactoring the commands now, keep an eye out for that when it lands.