homebridge-kwikset-halo-939
v1.0.0
Published
Homebridge plugin for Kwikset Halo 939 smart lock with 2FA support
Downloads
17
Maintainers
Readme
Homebridge Kwikset Halo 939 Plugin
This Homebridge plugin provides integration for the Kwikset Halo 939 Smart Lock with full 2FA support.
Features
- Lock/unlock via HomeKit
- Battery monitoring
- 2FA with TOTP, callback, or manual input
- Configurable polling and API base URL
- Full Homebridge UI configuration
Installation
sudo npm install -g homebridge-kwikset-halo-939Configuration Example
{
"accessory": "KwiksetHalo939",
"name": "Front Door Lock",
"username": "[email protected]",
"password": "your_password",
"totpSecret": "YOUR_TOTP_SECRET",
"cloudApiBase": "https://api.kwiksetcloud.com",
"pollInterval": 60
}2FA Options
- TOTP Secret: Uses authenticator apps.
- Callback URL: Sends challenge ID and expects
{ code: "XXXXXX" }in return. - Manual Code: For one-time manual entry.
License
MIT License
