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

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);
	});

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 16 (11 by maintainers)

Most upvoted comments

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

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

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

I have both Js and python code for Kia UVO in Europe. All up and running since yesterday. Look at my fork of the development branch.

Op 16 jul. 2020 om 17:34 heeft gruijter notifications@github.com het volgende geschreven:

I found the repository for @wcomartin, but first of all I dont know python, and secondly there is an issue there with EU region and william directs to bluelinky ๐Ÿ˜ƒ.

wcomartin/kiauvo#1

I am willing to give it a shot in nodejs, but where can I find a description of the API and the authentication process? I tried logging the UVO app communication with man-in-the middle, but the app tunnels directly to kia, and the app doesnโ€™t work anymore when I put fiddler in between ๐Ÿ˜ฆ

Any hints how I can do this?

โ€” You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.