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)
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.