homebridge-kwikset-halo
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

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

  • There is no officially supported API for Kwikset locks, so this can break without notice.
  • Right now this plugin only supports the ability to lock and unlock your locks. LED status indicators are not implemented.

Special thanks

  • aiokwikset: This library made this plugin possible by exposing existing web APIs for Kwikset Halo locks

Package Sidebar

Install

npm i homebridge-kwikset-halo

Weekly Downloads

11

Version

0.3.3

License

Apache-2.0

Unpacked Size

68.6 kB

Total Files

33

Last publish

Collaborators

  • juni_purr