0.3.3 • Published 4 months ago

homebridge-kwikset-halo v0.3.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

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
0.3.2

4 months ago

0.3.3

4 months ago

0.3.0

5 months ago

0.3.1

5 months ago

0.2.21

11 months ago

0.2.20

12 months ago

0.2.16

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.13

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.17

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.9

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.1.3

1 year ago