This plugin allows you to integrate your Kwikset Halo locks with HomeKit. Pull requests are welcome!
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
{
"platforms": [
{
"platform": "homebridge-kwikset-halo",
"email": "[email protected]",
"password": "PASSWORD_HERE",
"homeName": "Home Sweet Home",
"mfaPort": 47279
}
]
}
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
mfaPort
: Don't change this unless there's port overlap on your local network
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.
- 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.
- aiokwikset: This library made this plugin possible by exposing existing web APIs for Kwikset Halo locks