Git Product home page Git Product logo

homebridge-platform-wemo's Introduction

homebridge-platform-wemo

NPM Version Code Climate

Belkin WeMo Platform plugin for the awesome Homebridge project.

Currently supports

  • Wemo Switch
  • Wemo Light Switch
  • Wemo Insight Switch
  • Wemo Bulb (via Wemo Link - on/off/brightness)
  • Wemo Maker (as Garage Door Opener or Switch with Contact Sensor)
  • Wemo Motion
  • Wemo NetCam (Sensor)

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-platform-wemo
  3. Update your configuration file. See the sample below.

Updating

Recently refactored to increase speed of operation and update on/off/brightness status more reliably.

  1. npm update -g homebridge-platform-wemo

Configuration

Configuration sample:

noMotionTimer is optional, defaults to 60 and applies to WeMo Motion only. It is a timer in seconds for how long after motion is not detected that the state is changed.

doorOpenTimer is optional, defaults to 15 and applies to WeMo Maker only (Garage Door Opener mode). The time in seconds for how long it takes the garage door to open. It is used to generate the Open state after the door has been requested to Open, due to only having one input. If Sensor is set to No in the WeMo app, the time is also used to generate the Closed state (Not Recommended)

ignoredDevices is optional. Expects an array of serial numbers, any devices found with matching serial numbers will be skipped or removed from Homebridge

   "platforms": [
       {
         "platform": "BelkinWeMo",
         "name": "WeMo Platform",
         "noMotionTimer": 60,
         "ignoredDevices": []
       }   
   ]

Credits

Credit goes to

License

Published under the MIT License.

homebridge-platform-wemo's People

Watchers

 avatar  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.