hyundai_kia_connect_api icon indicating copy to clipboard operation
hyundai_kia_connect_api copied to clipboard

Kia USA: lock/unlock ignored

Open renatkh opened this issue 1 year ago • 5 comments

  • Hyundai / Kia Connect version: 3.17.1
  • Python version: 3.10.12
  • Operating System: Windows 11 WSL2 (Ubuntu)

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)

renatkh avatar Feb 12 '24 14:02 renatkh

What region and what do the debug logs show?

cdnninja avatar Feb 12 '24 15:02 cdnninja

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

renatkh avatar Feb 24 '24 20:02 renatkh

@cdnninja anything I can do to debug?

renatkh avatar Mar 15 '24 04:03 renatkh

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.

cdnninja avatar Mar 17 '24 00:03 cdnninja

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

whinis avatar Jun 08 '24 21:06 whinis