Skip to content

telavivmakers/currentcost-collectd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

currentcost-collectd

A bridge to collect data from CurrentCost using a collectd Python plugin.

Usage

  1. Configure the collectd Python plugin in your collectd.conf:

    <LoadPlugin python>
        Globals true
    </LoadPlugin>
    
    <Plugin python>
        ModulePath "/path/to/currentcost-collectd"
        LogTraces true
        Interactive true
        Import "currentcost"
        <Module currentcost>
            currentcost
        </Module>
    </Plugin>
    
  2. Configure the rrdtool plugin (WIP).

  3. View the graphs using your favorite collectd data viewer.

  4. Profit! (from better controlling your electricity usage.)

About

A bridge to push CurrentCost device data to collectd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages