public
Description: A system daemon which monitors and publishes currentcost meter data
Homepage: http://github.com/Floppy/currentcost-daemon
Clone URL: git://github.com/Floppy/currentcost-daemon.git
name age message
file .gitignore Wed Nov 26 04:33:47 -0800 2008 initial version of daemon with pachube and debu... [Floppy]
file COPYING Wed Nov 26 04:33:47 -0800 2008 initial version of daemon with pachube and debu... [Floppy]
file README Sun Nov 15 07:48:05 -0800 2009 change gem config and dependencies for move to ... [James Smith]
file Rakefile Wed Nov 26 04:33:47 -0800 2008 initial version of daemon with pachube and debu... [Floppy]
directory bin/ Wed Apr 22 11:58:05 -0700 2009 minor bugfixes, including explicit require for ... [Floppy]
directory config/ Sat Mar 28 07:04:58 -0700 2009 added Twitter publisher [james]
file currentcost-daemon.gemspec Sun Nov 15 07:48:05 -0800 2009 change gem config and dependencies for move to ... [James Smith]
directory lib/ Fri Apr 24 09:36:25 -0700 2009 Ignore history messages. Need fix to currentcos... [james]
README
== currentcostd

A system daemon for monitoring and publishing data from a CurrentCost energy meter
(http://www.currentcost.com)

Licensed under the MIT license (See COPYING file for details)

Author: James Smith (james@floppy.org.uk / http://www.floppy.org.uk)

Homepage: http://github.com/Floppy/currentcost-daemon

== INSTALLATION

1) Enable gems from gemcutter, if you haven't already done so:
    > sudo gem install gemcutter
    > sudo gem tumble

2) Install gem
    > sudo gem install currentcostd

== REQUIREMENTS

Floppy-currentcost >= 0.2.4
Floppy-eeml >= 0.1.0
daemons >= 1.0.10
builder >= 2.1.2

== USAGE

1) Copy config/currentcostd.example.yml to /etc/currentcostd.yml

2) Edit the settings in your new currentcostd.yml

3) Run "sudo currentcostd start" to start the daemon.

== AVAILABLE PUBLISHERS

 * AMEE (www.amee.cc)
 * Carbon Diet (www.carbondiet.org)
 * Pachube (www.pachube.com)
 * Twitter (www.twitter.com)
 * Local HTTP server