Skip to content

bzed/collectd-tplink_hs110

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

collectd-tplink_hs110

Collect power usage data from TP-Link HS110 SmartPlugs.

Requires pyHS100 version 0.2.4.2 (or a collectd build using Python3).

pip install pyHS100==0.2.4.2

Drop tplink_hs110.py into /usr/share/collectd/python and add the following snippet to your collectd.conf - add one line with name + IP for each device you want to monitor:

LoadPlugin python
<Plugin python>
    ModulePath "/usr/share/collectd/python"
    LogTraces true
    Import "tplink_hs110"
    <Module tplink_hs110>
            cr10s4 "10.11.12.13"
            coffeemachine "10.11.12.1"
    </Module>
</Plugin>

About

collectd module to monitor TP-Link HS110 Smartplugs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages