SteffeyDev / homebridge-hyundai-bluelink

Homebridge plugin for Hyundai BlueLink
Apache License 2.0
26 stars 13 forks source link

Remote Start doesn’t work with Kona EV #299

Open ErnieErnesto opened 1 year ago

ErnieErnesto commented 1 year ago

Describe The Bug: Remote start produces an instant fail in the log not even a second after the command. Get this error “ Start Response Failed to start vehicle“ Door lock/unlock does work

To Reproduce: Initiate ignition on

Expected behavior: Start and heat or ac should turn on

Logs:

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Environment:

cdnninja commented 1 year ago

Most likely worth posting this to bluelinky repo. Region also matters in this. If CA it does use a different API detail.

ErnieErnesto commented 1 year ago

I’m not in CA, in Connecticut. I’ll search for the repo and post it there. Thanks.

chriswalsh79 commented 1 year ago

I found for the 2023 Palisade the json key "remoteStart" was wrong.

I updated it to "start" and it worked after updating the config.json and restarting Homebridge.

ErnieErnesto commented 1 year ago

Hmm…. I’m going to give that a try. Thanks!

chriswalsh79 commented 1 year ago

Here is where I found that https://hacksore.github.io/bluelinky-docs/docs/api-reference

I still can’t get the climate control or heated seats to come with this yet, but the remote start has been working most of the time.

ErnieErnesto commented 1 year ago

I tried it. Still returns the “failed to start” error 😢