-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# node-red-contrib-hs100 | ||
|
||
This Node-RED node is for controlling tp-link Wi-Fi Smart Plug - Model HS100. | ||
|
||
This node has only been tested with a HS100(UK). The HS100 is also available in US and EU plug versions. We expect they will work too. | ||
|
||
This node simply wraps the excellent work here https://github.com/czjs2/hs100-api. | ||
|
||
# Installation | ||
|
||
Change directory to your node red installation: | ||
|
||
$ npm install node-red-contrib-schedex | ||
|
||
Alternatively, use the Palette Manager in Node-RED. | ||
|
||
# Configuration | ||
|
||
Drag this node on to a worksheet and double click it. Enter the IP address of the plug on your network. Save and deploy. | ||
|
||
To turn the HS100 on, send a message a message with the topic or payload set to `on`. | ||
|
||
To turn the HS100 off, send a message a message with the topic or payload set to `off`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters