homebridge-open-sesame
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

homebridge-open-sesame

GitHub Release npm Release

Lint & Build npm Download Total

verified-by-homebridge

Homebridge plugin for SESAME3, SESAME4and SESAME bot.

Features

  • Real time status update support(even when manual lock/unlock).
  • No status polling(Limit Exceeded avoidance)
  • SESAME bot support.

Install

npm install -g homebridge-open-sesame

Configuration

Configure with UI

Configure with Homebridge Config UI X is recommended.

config-ui

Configure with config.json

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

Credits

  • Cognito integration code based on pysesame3.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.5.0
    12
    • latest

Version History

Package Sidebar

Install

npm i homebridge-open-sesame

Weekly Downloads

12

Version

0.5.0

License

MIT

Unpacked Size

98.3 kB

Total Files

52

Last publish

Collaborators

  • yasuoza