Hacksore / bluelinky

An unofficial nodejs API wrapper for Hyundai bluelink and Kia UVO
https://bluelinky.readme.io
MIT License
346 stars 78 forks source link

Kona EV Remote Start Failing #235

Closed ErnieErnesto closed 1 year ago

ErnieErnesto commented 1 year ago

Describe the bug Hello all, Im using the HomeBridge Hyundai BlueLink plugin. Lock/Unlock work for the vehicle but remote start do not. It is a 2022 Kona EV. It has never worked since I installed the plugin in April 2022. CAF08F52-C118-47ED-9AA2-873D89074EB5

Usefull info(please complete the following information):

Additional context Add any other context about the problem here.

Hacksore commented 1 year ago

It's probably because a full EV has a different concept of starting and it's more just setting the climate control.

This endpoint we use for US ICE vehicles perhaps just doesn't work for an EV. https://github.com/Hacksore/bluelinky/blob/22c3d8ed505cb26669eaf624e0142ca46745f22a/src/vehicles/american.vehicle.ts#L130

ErnieErnesto commented 1 year ago

Thats a bummer 😞. Thanks for responding.

Hacksore commented 1 year ago

Related issue from another project

https://github.com/Hyundai-Kia-Connect/kia_uvo/issues/400

Hacksore commented 1 year ago

Another related issue https://github.com/Hacksore/bluelinky/issues/221

Going to close this issue in favor of that one.