Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kia USA: lock/unlock ignored #504

Open
renatkh opened this issue Feb 12, 2024 · 4 comments
Open

Kia USA: lock/unlock ignored #504

renatkh opened this issue Feb 12, 2024 · 4 comments

Comments

@renatkh
Copy link
Contributor

renatkh commented Feb 12, 2024

  • 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)
@cdnninja
Copy link
Collaborator

What region and what do the debug logs show?

@renatkh
Copy link
Contributor Author

renatkh commented Feb 24, 2024

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

@renatkh
Copy link
Contributor Author

renatkh commented Mar 15, 2024

@cdnninja anything I can do to debug?

@cdnninja
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants