TreehouseFalcon / homebridge-kwikset-halo

An easy to use Homebridge plugin for Kwikset Halo locks
Apache License 2.0
7 stars 2 forks source link

Homebridge plugin for Kwikset Halo locks

This plugin allows you to integrate your Kwikset Halo locks with HomeKit. Pull requests are welcome!

Installation

Make sure you have Homebridge installed and running first. The recommended method to install is using the plugin catalog via the "Plugins" tab on the Homebridge control panel. Simply search for homebridge-kwikset-halo and install.

Alternatively, you may install the plugin via CLI: npm install -g homebridge-kwikset-halo

Config

{
  "platforms": [
    {
      "platform": "homebridge-kwikset-halo",
      "email": "john.doe@fastmail.com",
      "password": "PASSWORD_HERE",
      "homeName": "Home Sweet Home",
      "mfaPort": 47279
    }
  ]
}

Required config:

email: Email for your Kwikset Halo mobile app login

password: Password for your Kwikset Halo mobile app login

homeName: The name of your home (exactly as it appears) in your Kwikset mobile app

Optional config:

mfaPort: Don't change this unless there's port overlap on your local network

Multi-factor authentication

If you have multi-factor authentication set up on your Kwikset account, read the plugin logs for a link to the localhost page to enter the code.

Known caveats

Special thanks