
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
homebridge-hyundai-bluelink
Advanced tools
This is a Homebridge platform plugin that uses bluelinky to communicate with the Hyundai Bluelink API.
npm install -g homebridgenpm install -g homebridge-hyundai-bluelink"platforms": [
{
"credentials": {
"username": "your username / email",
"password": "your password",
"region": "US / CA / EU",
"brand": "Hyundai / Kia",
"pin": "your pin"
},
"vehicles": [
{
"vin": "your VIN",
"maxRange": 500
}
],
"remoteStart": {
"airCtrl": false,
"heating1": false,
"defrost": false,
"airTempvalue": 72,
"igniOnDuration": 15
},
"platform": "Hyundai"
}
],
Log:
[Hyundai] Client Error GotError [RequestError]: write EPROTO 1995553232:error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small:../deps/openssl/openssl/ssl/statem/statem_clnt.c:2158:
Workaround: https://github.com/FreshRSS/FreshRSS/issues/3029
Due to Hyundai's API Rate Limits, the car status (locked, on/off, range) is only updated once per hour. Actions taken from homebridge get automatically refreshed, but actions taken elsewhere (e.g. bluelink app, key fab) may not display in homebridge for up to an hour.
FAQs
Integrates with remote functionality for Hyundai cars.
We found that homebridge-hyundai-bluelink demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.