Hyundai-Kia-Connect / kia_uvo

A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.
MIT License
422 stars 85 forks source link

Pass response data from service #802

Open bryanjblake opened 8 months ago

bryanjblake commented 8 months ago

It would be nice if response data from KIA API was passed in response variable so that notifications of command success/failure could be sent after completion.

cdnninja commented 8 months ago

Are you looking for confirmation of success or failure of actions? Or raw api data?

If success failure a pr was created for this but the person didn't finish it. Open to PRs on that function. It has been done before just needs some time to complete.

bryanjblake commented 8 months ago

Confirmation that command was actually completed successfully. Right now I'm sending a climate start request, waiting 1 minute, forcing update, checking engine sensor, then sending mobile notification based on sensor state. Thanks for replying.

cdnninja commented 8 months ago

Open to a PR on this. I don't own one of these car anymore so can't implement as easily as I used to.