Homebridge plugin for SESAME3, SESAME4, SESAME5 and SESAME bot.
- Real time status update support(even when manual lock/unlock).
- No status polling(
Limit Exceeded
avoidance) - SESAME bot and SESAME5 support.
npm install -g homebridge-open-sesame
Configure with Homebridge Config UI X is recommended.
{
"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"
}
]
}
]
}
- Cognito integration code based on pysesame3.