Hyundai-Kia-Connect / hyundai_kia_connect_api

This is a Kia UVO and Hyundai Bluelink written in python. It is primary consumed by home assistant. If you are looking for a home assistant Kia / Hyundai implementation please look here: https://github.com/Hyundai-Kia-Connect/kia_uvo. Much of this base code came from reading bluelinky and contributions to the kia_uvo home assistant project.
MIT License
129 stars 75 forks source link

Implement Schedulded Start #18

Open Empor-co opened 2 years ago

Empor-co commented 2 years ago

@cdnninja as discussed in #12 (comment) it might be interesting to also schedule the start for e.g. the next day.

fuatakgun commented 2 years ago

this package just responds to function calls, nothing about future trackings. You need to set your own scheduling logic and call it accordingly. Or you can use a home automation system as Home Assistant and manage it over there.

But, if there is a functionality in mobile app (I dont own an EV, so I dont know) we can try to set schedule for remote start, while decrypting the mobile traffic.

fuatakgun commented 2 years ago

please take a look at the second part of my previous post @Empor-co :)

Empor-co commented 2 years ago

I was under the impression that the schedule could be set/send to the car and the car deals with the triggering directly.

fuatakgun commented 2 years ago

I do now know :) if that is the case, we need your help to make this happen, or we can try to migrate it from bluelinky, if it is implemented.

cdnninja commented 2 years ago

Can you do this in the native mobile app for your car?

Empor-co commented 2 years ago

I haven't seen it in bluelinky, but the app offers it under Remote -> Scheduled charging. There you can model 2 departure times, which can be used for

cdnninja commented 2 years ago

Which region are you in?

On Jan 16, 2022, at 5:47 AM, Empor-co @.***> wrote:

 I haven't seen it in bluelinky, but the app offers it under Remote -> Scheduled charging. There you can model 2 departure times, which can be used for

Scheduled for charging and Scheduled climate control The target temperature and defrost can be set in the Scheduled climate control screen. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

Empor-co commented 2 years ago

Hyundai / EU, please find attached a screenshot of the original app screen. charging_resized

fuatakgun commented 2 years ago

Good to know, as a phev user, i had overlooked at this, apparently i also have this functionality.

I need to setup my local traffic sniffer to extract the information.

Let's keep this open

xpentil commented 1 year ago

Great work on this project, everything works smooth on my setup. This request is the last thing I need to truly be able to make it perfect, to automatically start the charge based on price and SOC. Thank you for your awesome work!

cdnninja commented 1 year ago

Using home assistant logic it can be done today. Just not with the built in schedule tool.

Someone needs to sniff the eu traffic for this for us to make this part happen.

xpentil commented 1 year ago

Yes of course but if the internet fails around schedule, I ain't going to work the next day.

I will have time to help out sniffing in a few weeks.

Thank you