-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ioniq 5 "Unknown Error" when scheduling charge #971
Comments
Tested on my end that if no data is supplied, schedules are turned off (although you may get an error in HA log saying 'action not found', but the request went through). Here is the yaml I used
Can you post the yaml you tried to run (hide the device id)? I may be able to point out anything that is off. |
I tried the yaml with no data as you showed, still got the same error and no change in the schedules on the car's end. Here's an example of what I tried to run:
|
I tried running the close charge port action, also got an unknown error. My automations that start charging, climate etc continue to work though. Not sure what's going on now. |
Your script works on my vehicle, therefore I guess your issue is model specific ... It is worth noting that actions which work on your vehicle use Actions which don't work use Would you be able to capture what BL sends for the not-working-actions? |
I'd be happy to try capturing, but I don't know how :D Is there a guide somewhere? |
I had some luck with proxyman, but there is plenty of alternatives |
I'm also getting an "Unknown error" when running any code using this service from the developer tools, eg
If I write a script to run the service, I get a slightly different "controlToken" error, shown here in the script trace:
Here are my details: Region and Brand of car And the details from my log:
|
Does it work in the native app? |
I think this is based on the new vs old APIs. Maybe year based. Could those with the error post the year and model of the car? Also interested to hear the same for those that it works for. |
Yes scheduling works in the Hyundai app. And I made a mistake before - it’s a 2020 model Kona that I’ve got. |
I have an MY 2022 Ioniq 5 |
I was able to capture the BL POST request for setting the charge time, here’s the JSON part of it
I can also provide the test of the request data If you need it, it’s not quite clear to me how much of that is safe to post publicly. |
Region and Brand of car
EU Ioniq 5
Version of the integration
2.29.0
Describe the bug
I'm trying to schedule charging using the functionality newly provided byt the integration. To do so , I'm running the "Kia Uvo / Hyundai Bluelink Schedule charging and climate" action from developer tools in HA.
I've enabled the target vehicle (tried without as well), scheduled charging, first departure and time, the off-peak start and end-times of course, as well as tried with climate control set on. In short, I've tried with a wide variety of options toggled on and off.
All that happens is I get the error "Failed to perform the action kia_uvo.schedule_charging_and_climate. Unknown error".
Does anyone have success using this feature?
The text was updated successfully, but these errors were encountered: