Skip to content

quacktacular/homebridge-sesame-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

homebridge-sesame-platform

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:

  1. A Sesame smart lock with API access enabled
  2. The Vritual Station app or WiFi Access Point
  3. NodeJS and NPM installed
  4. Homebridge installed (with accessory added to config.json)

Installation

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"
       }
   ]

About

A homebridge plugin to control Sesame smart locks on the v1 Candyhouse API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published