Socket
Socket
Sign inDemoInstall

homebridge-qsesame

Package Overview
Dependencies
47
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homebridge-qsesame

Sesame smartlock plugin


Version published
Maintainers
1
Install size
3.69 MB
Created

Readme

Source

QSesame

QSesame 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
  • Check the current state
  • Check the battery level
  • Battery low warning

In order to use QSesame 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 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 LOCK_NAME is the name of your Sesame as it appears in the Sesame app, EMAIL_ADDRESS is the email you use to login, and SESAME_PASSWORD is the password.

Keywords

FAQs

Last updated on 12 Jun 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc