0.0.12 • Published 2 years ago

homebridge-wemo-nfarina v0.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

homebridge-wemo

Check out my new Homebridge-Platform-Wemo Plugin that is a Platform module and supports switches and bulbs (Wemo Link)

Supports Belkin WeMo devices on HomeBridge Platform

This module does not support the WeMo Bulbs and their Bridge - I am working on homebridge-wemo2 that will. Initial version should go up soon I hope.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-wemo
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

Configuration sample:

"accessories": [
       {
           "accessory": "WeMo",
           "name": "Lounge Lamp",
           "description": "The Lamp in the Loungeroom",
           "wemo_name": "Lounge Lamp"
       },
       {
           "accessory": "WeMo",
           "name": "Outside Lights",
           "description": "The Festoon Lights in the Back Yard.",
           "wemo_name": "Festoon Lights"
       },
       {
           "accessory": "WeMo",
           "name": "Bookcase Lamp",
           "description": "The Lamp on the Bookcase.",
           "wemo_name": "Bookcase Lamp"
       }
   ]
0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago