Hyundai-Kia-Connect / hyundai_kia_connect_api

This is a Kia UVO and Hyundai Bluelink written in python. It is primary consumed by home assistant. If you are looking for a home assistant Kia / Hyundai implementation please look here: https://github.com/Hyundai-Kia-Connect/kia_uvo. Much of this base code came from reading bluelinky and contributions to the kia_uvo home assistant project.
MIT License
123 stars 71 forks source link

"No action found with ID..." when calling check_action_status (Kia/EU) #564

Open sjonez opened 4 months ago

sjonez commented 4 months ago

I'm successfully sending actions to lock/unlock/etc my car which returns an Action ID, but passing this ID to check_action_status always throws "No action found with ID..."

After looking at the code for check_action_status I manually tried navigating to https://prd.eu-ccapi.kia.com:8080/api/v1/spa/notifications/[vehicleid]/records which just returned:

{"retCode":"S","resCode":"0000","resMsg":[],"msgId":"4a94f720-f648-4303-83f9-f399233c3b9a"}

I assume the empty "resMsg" is the problem - any idea why I can't retrieve any action status? The actions are completing successfully, but I don't seem to have any way of tracking them.

I'm testing on a Kia EV6 in the UK

Thanks!

Sab44 commented 2 months ago

Same here, action completes successfully but getting this error in the logs. Hyundai Kona in Germany. Note: with this issue there is obviously no (successful) update after issuing a command, so I have to use my script which calls update manually until observing the desired state.