Code Monkey home page Code Monkey logo

homebridge-http-lock-plus-plus's Introduction

homebridge-http-lock-plus

npm npm

Description

This homebridge plugin exposes a web-based locking device to Apple's HomeKit. Using simple HTTP requests, the plugin allows you to lock/unlock the device.

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-http-lock-plus
  3. Update your config.json file

Configuration

"accessories": [
     {
       "accessory": "HTTPLock",
       "name": "Lock",
       "openURL": "http://myurl.com/open",
       "closeURL": "http://myurl.com/close"
     }
]

Core

Key Description Default
accessory Must be HTTPLock N/A
name Name to appear in the Home app N/A
openURL URL to trigger unlock N/A
closeURL URL to trigger lock N/A

Optional fields

Key Description Default
autoLock (optional) Whether your lock should re-lock after being opened false
autoLockDelay (optional) Time (in seconds) until your lock will auto lock if enabled 10

Additional options

Key Description Default
timeout (optional) Time (in milliseconds) until the accessory will be marked as Not Responding if it is unreachable 3000
http_method (optional) HTTP method used to communicate with the device GET
username (optional) Username if HTTP authentication is enabled N/A
password (optional) Password if HTTP authentication is enabled N/A
model (optional) Appears under the Model field for the accessory plugin
serial (optional) Appears under the Serial field for the accessory version
manufacturer (optional) Appears under the Manufacturer field for the accessory author
firmware (optional) Appears under the Firmware field for the accessory version

homebridge-http-lock-plus-plus's People

Contributors

phenotypic avatar funkyremi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.