Difference between revisions of "Python Control of Smart Plugs"
Russ hensel (talk | contribs) |
Russ hensel (talk | contribs) |
||
Line 30: | Line 30: | ||
== In this Wiki == | == In this Wiki == | ||
− | + | [[SmartPlug Help File]] | |
+ | [[SmartPlug Technical]] | ||
== The Internet == | == The Internet == |
Revision as of 05:48, 10 September 2019
This is an article started by Russ Hensel, see "http://www.opencircuits.com/index.php?title=Russ_hensel#About My Articles" About My Articles for a bit of info. The page is only partly finished
Contents
Introduction/Status
Purpose: This program is to control TP-LINK HS110 Smart Plug w/Energy Monitoring (*TP-LINK HS110 Smart Plug w/Energy Monitoring - - Amazon.com ) graph the data and otherwise process the data.
Program Status: More or less alpha, seems to work, but rough. Intended for those with some Python experience who can add the files to their Python development environment ( no install features for this code ). Some dependencies will need to be installed, probably prompted by error messages. Editing of the parameter file should be easier for those with Python experience. Users should find some useful documentation in the code, this is still a work in progress. Much code has been lifted from other projects of mine, some artifacts remain.
This Page Status: Very early draft, probably barely worth reading.
Help File: Including install and configruation. SmartPlug Help File
More Documentation: See links below, and code ( when available )
Help "file" for the Program
Python Code
Program Design
Links
In this Wiki
SmartPlug Help File SmartPlug Technical