2014-07-27 19:05:23 +02:00
node-red-node-wemo
==================
A pair of < a href = "http://nodered.org" target = "_new" > Node-RED< / a > nodes to control a < a href = "http://www.belkin.com/uk/Products/home-automation/c/wemo-home-automation/" target = "_new" > Belkin Wemo< / a > set of devices.
Install
-------
2016-03-02 14:25:52 +01:00
Run the following command in your Node-RED user directory - typically `~/.node-red`
2014-07-27 19:05:23 +02:00
npm install node-red-node-wemo
Usage
-----
It doesn't yet do any ip address discovery of the wemo devices.
2016-03-02 14:25:52 +01:00
### Wemo output node.
2014-07-27 19:05:23 +02:00
2016-03-02 14:25:52 +01:00
Expects a `msg.payload` with either 1/0, on/off or true/false.
2014-07-27 19:05:23 +02:00
2016-03-02 14:25:52 +01:00
### Wemo input node.
2014-07-27 19:05:23 +02:00
2016-03-02 14:25:52 +01:00
Creates a `msg.payload` with either 1, 0, nc (no change), or na (not available).