This is a Homebridge plugin that allows you to control Sesame smart locks with Siri by integrating with HomeKit.
Currently these features are supported:
- Lock the Sesame
- Unlock the Sesame
- Supports multiple locks
- Check the current state
- Check the battery level
- Battery low warning
- Auto updates state in HomeKit
- Shows serial number in Home
In order to use homebridge-sesame-platform 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)
You can install via NPM by issuing the following command:
sudo npm install -g homebridge-sesame-beta
Then you should update your Homebridge config.json with an accessory entry for each Sesame.
"platforms": [
{
"platform": "Sesame",
"username": "youemail@whatever.net",
"password": "S0m3_S3cuR3_P455w0rD"
}
]