@neerajbaid/homebridge-open-sesame
v0.5.4
Published
Homebridge plugin for sesame locks.
Downloads
6
Readme
homebridge-open-sesame
Homebridge plugin for SESAME3, SESAME4and SESAME bot.
Features
- Real time status update support(even when manual lock/unlock).
- No status polling(
Limit Exceeded
avoidance) - SESAME bot support.
Install
npm install -g homebridge-open-sesame
Configuration
Configure with UI
Configure with Homebridge Config UI X is recommended.
Configure with config.json
{
"platforms": [
{
"platform": "OpenSesame",
"name": "Open Sesame",
"apiKey": "API_KEY from candyhouse developer site",
"locks": [
{
"name": "SESAME4 name",
"uuid": "UUID from Sesame.app",
"secret": "Key Secret"
}
]
}
]
}
Credits
- Cognito integration code based on pysesame3.