Hyundai Bluelink Integration

The other controls are services. You will need to use the developer menu or automations to use them. As fuatakgun mentioned create github issues if you want other items added.

I must be missing something blatant here, but when I try to add the github link as a custom repository in HACS, itā€™s says it is invalid. Anyone who can point me at what Iā€™m doing wrong?

You donā€™t need to add it manually anymore, it is part of HACS by default

1 Like

Hi!

First of all, awesome work, I started using it and it works fairly well!

I do have one request: would it be possible to treat the AC controls like the door lock ? Something that you could easily toggle with a simple button ?

I manage to simulate one such button for the AC but it was a lot of work when I feel like they should behave the same way.

Also, is it possible to force a refresh of the car status after a door lock / start ac has been sent ? Otherwise we lack the feedback that the command worked that we get with the native app.

Thanks!

Great work on this integration through HACS.

Through the Bluelink app, I can remote start my Elantra, but I do not see such a feature through HACS (there is no start_climate nor stop_climate functions/entities from what I can see)

@anon63427907 & community,
I have created a youtube video on parts of this integration in German language. If you want, you can check it out here: Auto smart machen mit Home Assistant - 2 Mƶglichkeiten fĆ¼r die Notifications + Demo #Folge16 - YouTube

props to Fuat and the community for making this possible. You are all great people!

1 Like

How do I dump my data sensor attributes? I have the same issue would gladly help out by providing this information.

EDIT: I think I got the information thatā€™s needed. Created issue ā€œOnly control option is Door Lock #328ā€ and added the info to the attached file.

Hi, any suggestion about automation we can do ? For example, receive notification when the battery is low ā€¦ or when youā€™re arrived to a location : send me the location on my phone for example when my wife take the car :slight_smile:

Good job but sorry i donā€™t really well the german language even if i added the french translation from youtube

Hi bran2000,
In the mentioned video I have built an automation which red the status of the tires.
When the pressure was =/= OK, then it would fire a message to my iphone.

You could also let lights or a siren go on etcā€¦ There are no boundaries to the imagination.

Awesome plugin, thank you fuatakgun for building this!

I just set up an automation (that Iā€™ll be triggering on NFC once they arrive) to unlock my back door, turn on the car, unlock the car doors, and open the garage (after 60 seconds).

Some other great ideas here like getting notified if the tire pressure is low!

1 Like

Great integration, thanks for all the work. Are there any plans to add more than one vehicle from a single account? I have two Hyundaiā€™s under the same account and would like to setup automations for both.

Love the integration on my Hyundai Palisade. Everything works fine except Iā€™m not able to get location data though as it says unavailable. I tried scrolling through to find what my issue my be couldnā€™t find anything. Any thoughts?

I was going to try the force_update, but I donā€™t know how to find the Mac address for my bluetooth. Also, I would think there would be some info even without the force_update.

Yes we are working on it but no commitments, it is summer time :slight_smile:

1 Like

You need to enable debug logs using readme and create a issue with these logs

I also want to re-iterate that I love the integration!

Unfortunately, Iā€™m currently living in a country that uses miles for measuring road distances and throughout the day my sensor.ioniq_5_range_by_ev bounces from, say 160 to 100 when the car is parked because it is returning km instead of miles. Has anyone else seen this?

1 Like

OK, just saw this and will do. I did see this in developer tools under Data so have a feeling this is the issue:

vehicleLocation:
geocodedLocation:
error:
code: 400
message: Floating-point number expected for parameter ā€˜latā€™

Yes, there is an open bug sitting in our backlog for a long duration :frowning:

WARNING!!

This addon keeps the car alive all the time, and there is a strong current draw from 12V battery. I have observed the current jump to 7A as soon as this addon is activated and it levels off at 2 amps. This is enough to run your battery flat over weekend, or just a few hours, depending on itā€™s health.
This has killed my ioniq 5ā€™s 12V battery in just 4 months.

This is due to how idiotic way the car is designed - a full VCU and EPCU (Iā€™ve measured current at those fuses) are being run at full power just to obtain some basic values, like range and SOC.

As soon as HA integration is disabled, the current on 12V battery levels off to 0.5A (which is still a lot and is the reason behind i5 and kona are suffering from dead batteries).
I have also confirmed this with bluelink app. The current spikes and you can hear the relays clicking after it connects.

Anyway I strongly advise not to use this plugin until there is a way to resolve this issue. Like polling on demand, on schedule etc. (Like only at 6am and only when car returns home, and only when it is charging).

EDIT: after discussing I strongly advise against aggressive forced scan setting as each update will drain the 12V battery by almost 1Ah and you may end up with a dead car.

2 Likes

Before making a quick conclusion, can you tell us your setup of sync and force sync?

i have been using this more than a year with;

  • 30 minutes of sync interval - fetching data from cloud (not car)
  • 2 hours of force sync interval - fetching data from car

Letā€™s go through your claims again together

1 Like