QSesame is a Homebridge plugin that allows you to control Sesame smart locks with Siri by integrating with HomeKit. See more on GitHub or on NPM.
Currently these features are supported:
- Lock the Sesame
- Unlock the Sesame
- Check the current state
- Check the battery level
- Battery low warning
In order to use QSesame you must have:
- A Sesame smart lock with API access enabled
- The Vritual Station app or WiFi Access Point
- NodeJS and NPM installed
- Homebridge installed (with accessory added to config.json)
Installation
You can install QSesame via NPM by issuing the following command:
sudo npm install -g homebridge-qsesame
Then you should update your Homebridge config.json with an accessory entry for each Sesame.
{
"accessory" : "QSesame",
"name" : "LOCK_NAME",
"username" : "EMAIL_ADDRESS",
"password" : "SESAME_PASSWORD"
}
Where LOCKNAME is the name of your Sesame as it appears in the Sesame app, EMAILADDRESS is the email you use to login, and SESAME_PASSWORD is the password.