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
111 stars 66 forks source link

Kia USA: lock/unlock ignored #504

Open renatkh opened 5 months ago

renatkh commented 5 months ago

Description

Send lock (or unlock) command, the command executes with no errors and I get a uuid back, but the vehicle is not locked/unlocked.

What I Did

from hyundai_kia_connect_api import *
vm = VehicleManager(region=3, brand=1, username="xxxxx", password="xxxxx", pin="")
vm.check_and_refresh_token()
vm.update_all_vehicles_with_cached_state()
vh_id =list(vm.vehicles.keys())[0]
vm.lock(vh_id)
cdnninja commented 5 months ago

What region and what do the debug logs show?

renatkh commented 5 months ago

The region is USA, not sure how to get the debug logs, I am running it in a notebook.

renatkh commented 4 months ago

@cdnninja anything I can do to debug?

cdnninja commented 4 months ago

Not by a pc right now but yes. Standard python logging function can be set to debug. Or even without that sniff the traffic and compare to our functions. Someone in the USA with one of these cars will need to work on this.

whinis commented 1 month ago

Is this still happening? I have no issues locking or unlocking currently