Floppy / currentcost-daemon
- Source
- Commits
- Network (0)
- Issues (3)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
James Smith (author)
Sun Nov 15 07:48:05 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Nov 26 04:33:47 -0800 2008 | |
| |
COPYING | Wed Nov 26 04:33:47 -0800 2008 | |
| |
README | Sun Nov 15 07:48:05 -0800 2009 | |
| |
Rakefile | Wed Nov 26 04:33:47 -0800 2008 | |
| |
bin/ | Wed Apr 22 11:58:05 -0700 2009 | |
| |
config/ | Sat Mar 28 07:04:58 -0700 2009 | |
| |
currentcost-daemon.gemspec | Sun Nov 15 07:48:05 -0800 2009 | |
| |
lib/ | Fri Apr 24 09:36:25 -0700 2009 |
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
