Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-platform-wemo

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-platform-wemo

WeMo Platform plugin for homebridge - Blubs, Switches and Insight Switches Supported

  • 0.5.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
18
decreased by-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-platform-wemo

Belkin WeMo Platform plugin for the awesome Homebridge project.

Currently supports

  • Wemo Switch
  • Wemo Light Swicth
  • Wemo Insight Switch (on/off only)
  • Wemo Bulb (via Wemo Link - on/off/brightness)
  • Wemo Motion

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:

expected_accessories is the count of Wemo bulbs and switches you have - it is optional and if not specified the timeout value will be used to wait for the discovery process to conclude. timeout is specified in seconds and will default to 10 seconds.

"platforms": [
       {
         "platform": "BelkinWeMo",
         "name": "WeMo Platform",
         "expected_accessories" : "x",
         "timeout" : "y"
       }   
   ]

The module will try and find all your WeMo Devices and make them available to HomeBridge / HomeKit / Siri. It will use the name you have set up with the Belkin app as the name used for Homekit and hence Siri so ensure your naming is distinct so poor Siri has some chance of getting you commands right. To change a name simply use the Wemo App on your smartphone and restart homebridge to pick up the changes.

The discovery process can be a little hit or miss with the Wemo platform so if all your devices are not discovered try restarting homebridge a few times and make sure all Lights (Bulbs) are on!

ToDo

The code was recently updated to increase the speed of status checking by persisting the WemoClient objects properly.

Credits

Credit goes to

License

Published under the MIT License.

Keywords

FAQs

Package last updated on 26 Dec 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc