question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not working for EU Kia e-niro 2020 (UVO app)

See original GitHub issue

Thx for revere engineering the API! I assume that the Hyundai bluelinky API is the same as what Kia UVO connect is using. But I’m not sure 😃

When I try below code, the ‘ready’ event is never triggered. I only get this log [2020-07-16 17:20:17] info: { "test": 1}

const client = new BlueLinky({
		username: 'account@mail.com',
		password: 'mySecrtePwd',
		region: 'EU',
		pin: '1234',
	});

	client.on('ready', async () => {
		console.log('READY!!!');
		const vehicle = await client.getVehicles();
		console.log(vehicles);
	});

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
gruijtercommented, Jul 19, 2020

Hi @Kreuger Thx, but in the mean time @plips-nl published it already on npm

https://www.npmjs.com/package/kuvork

1reaction
fuatakguncommented, Apr 9, 2021

hi all,

I have baked a custom integration for EU Kia Uvo, this will be working for new account types. Thanks for your hard work @wcomartin

Warning ahead; this is pre-alpha phase, please do not expect something fully functional, I will improve the integration by time.

You can install this either manually copying files or using HACS. Configuration can be done on UI, you need to enter your username and password, (I know, translations are missing!).

it will only fetch values for the first car, I am not sure if there are people outside using Kia Uvo with multiple cars 😃 update - It will fetch the cached information every 30 minutes from Kia Servers. force update - It will ask your car for the latest data every 2 hours. It will not force update between 10PM to 6AM. I am trying to be cautios here.

https://github.com/fuatakgun/kia_uvo

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kia Connect TroubleShooting
If your vehicle has Kia eServices (formerly UVO eServices), download the Kia eServices app.
Read more >
How to fix the Kia UVO iPhone app error: "The vehicle does ...
How to fix the Kia UVO iPhone app error: "The vehicle does not respond to the service you requested" (Kia e-Niro 4 UK...
Read more >
UVO Door Unlock Issue | Kia Owners Club Forum
The UVO app is great but we've no noticed that on both vehicles the UVO remote unlock does not work. Lock works fine....
Read more >
Kia e-Niro '4' / MY20 Uvo App Demo - YouTube
The Kia e-niro '4' (aka MY20) edition deliveries started this week here in the UK, and I picked up mine on Monday after...
Read more >
Kia e-Niro '4' / MY20 Infotainment Demo - YouTube
Following on from my video walkthrough of the e-Niro '4's UVO app, this is a walkthrough of the in-car infotainment system and Apple...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found