I got my account locked out for 24 hours due to to many requests so I have backed off the regularity of forced updates. I also went and made a new account for this integration that is different to my phone but I am not able to see where I can update the login, is it possible without effecting the current installed integration?
I just updated to the latest version 2.0.46 and it seems a lot of the sensors got re-named?
I guess not a biggy - Iāll have to update my picture-elements card accordingly.
Just wanted to make sure that this was done on purpose
Also I donāt seem to be able to find the sensor for the smart-key-battery warning anymore - is it gone for good ?
Oh and just discovered: The charge door is indicating āopenā when in reality it is closed !
I will have the I5 in common with you soon I hope. Hyundai reported in their last email that my car arrives 1st Quarter 23. Hopefully we wonāt have any more delays.
This integration has been great until the last update which broke a bunch of stuff so I will need to relearn this as well.
Lots of architectural updates that do break items. This pain is needed to get this to the next level for things like multi car support, fixing some of the issues that we couldnāt support like multiple seat status, steering wheel etc. Please open issues on github if something is broken.
Release notes for 2.X also mention this new version is a breaking change.
Thanks I got that figured out, as well as using automation to trigger itā¦ I pulled the automation into HomeKit and it didnāt work on my iOS home app. Not sure why that is.
Iāve had a look around but canāt find anything relating to this.
Iām using node-red and since a recent update I now get āCall-service error. ādevice_idāā in my debug log and nothing is working. How can I get my device_id for the car?
Sorry to be the idiot but Iām struggling to add this integration. Iāve tried to add the GitHub URL here but it says it isnāt a valid add-on repository:
I cannot get to use the new format for service kia_uvo.start_climate: to start heating the steering wheel, it used to be simply heating: true or false. Now it has to be ā1ā in order to start āSteering Wheel, Side and Back Defrosterā. It seems ā1ā is not an integer, as seen in the service callās UI:
duration and temperature are integer, thus they can be passed as simply 5 or 21.5, but heating is not an integer, so it has to be passed with double quotes, apparently. It works when I call the service via dev tools, but I canāt get the double quote to work in an automation.