Not working for EU Kia e-niro 2020 (UVO app)
See original GitHub issueThx 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:
- Created 3 years ago
- Comments:16 (11 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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