npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-hyundai-bluelink-next

v1.4.7

Published

Integrates with remote functionality for Hyundai cars.

Downloads

15

Readme

Homebridge Hyundai Bluelink

verified-by-homebridge npm version Build Status)

This is a Homebridge platform plugin that uses bluelinky to connect your Hyundai or Kia vehicle to HomeKit, which allows you control your vehicle using Siri, shortcuts, or the Home app.

Maintainer Needed

I no longer use Homebridge/HOOBS, and thus cannot maintain this plugin. Reach out if you are interested.

Installation

This plugin can be installed from the Homebridge web console:

  1. Log in to the console and go to the Plugins tab
  2. Search for Bluelink, and install Homebridge Hyundai BlueLink
  3. Edit the settings in the UI, or directly in the config.json file following the schema below

Configuration

Sample

"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": 10
        },
        "platform": "Hyundai"
    }
],

Notes

  • vehicles.maxRange is optional
  • remoteStart.airCtrl controls whether the HVAC is turned on
  • remoteStart.airTempvalue is the temperature in Fahrenheit
  • remoteStart.igniOnDuration must be between 1 and 10, otherwise remote start will fail

Known Issues

SSL Key too Small

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:

This happens because the Bluelink API used has insecure SSL settings.

Workaround: Edit /etc/ssl/openssl.cnf, change the line CipherString = DEFAULT@SECLEVEL=2 to CipherString = DEFAULT@SECLEVEL=1 (change 2 to 1 at end of line)

Source: https://github.com/FreshRSS/FreshRSS/issues/3029

Status Refresh Delay

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.

Device id resets

Due to a known issue of the device id changing after each write request, I'm using a patched version of bluelinky.