The buzz
There’s a bit of a buzz going on at work at the moment – a bunch of us from “the Hursley crowd” have started playing with Current Cost meters. These devices are intended to enable consumers to see exactly what their energy usage is and, hopefully, modify behaviour to save electricity accordingly. The idea, simply, is that it provides real-time information about energy consumption.
Rich, James, Nick and Ian have all written about their Current Cost meters already, amid much twittering and the support of @andysc.
The product
The device itself comes in two parts. The unit that goes inside the house is a wireless LCD display which shows the current usage in watts, the current estimated cost per day assuming that usage is maintained, a bar chart with yesterday’s usage, overall KWH in the past day and month, and the time and temperature. The other half of the device is a somewhat larger and heavier transmitter (shown at the top of the picture, the top of the two black boxes inside our cupboard) which sits next to the electricity meter, with a clip that gently attaches around the cable (you can see that hanging off the cable at the bottom of the picture). The product is completely non-invasive and it’s incredibly easy for anyone to install: there’s no rewiring, just a clip. I was extremely impressed. It “just worked”.
Update: I should point out, given some comments, that we’re using an early batch of the meters and I’m not certain when they will be generally available.
Update: Roo points out that Eco Gadget Shop have them for sale to consumers, minus data cable.
The impact
One of the other features of the device is that it can be plugged in to a computer, and the data can then be captured and analysed over time. We are using some homebrew software to do this, pulling the data from the serial port (most of the meters use 9600 baud, it turns out that mine is set to 2400 for some reason).
It’s kind of scary to see some of the spikes in the graph, and just watching this has certainly made me adjust my behaviour in terms of switching things off and unplugging chargers and so on when they are not in use. We’ve all got our meters hooked up via a Microbroker, and this has been my first opportunity to really play around with MQTT technology… I’ve obviously been aware of it for a very long time, but it’s nice to have something tangible to hack around with. It has also led me into a bunch of interesting discussions about home automation, tweetjects and low-power servers. Fascinating stuff.
The ideas
I have a bunch of thoughts about this. I have it hooked up to an old Linux box, but I’ve also successfully attached it to my Macbook Pro and a Windows Thinkpad. Currently the software is sending the MQTT data to a Microbroker and a Java app is drawing the graph shown above, but it would be fairly straightforward, for example, to squirrel the data locally and do some interesting analytics using Project Zero (aka WebSphere sMash) and some AJAX-y Google Chart goodness. I can also capture ambient temperature over time. It’s all just a matter of finding the hacking opportunity!
26C Andy! Are you trying to globally warm the planet all by yourself?
LikeLike
Umm… it’s by several computers and it gets hot in that spot. But yeah, point taken, optimisations to be made all round π
LikeLike
I see that Jeff Atwood has written about this topic recently on Coding Horror http://www.codinghorror.com/blog/archives/001099.html
Interested to know how much is wasted by phone chargers when not in use, as well as standby monitors, etc.
LikeLike
Pingback: James Governor’s Monkchips » links for 2008-04-28
Pingback: links for 2008-04-29
Pingback: FutureGov » Useful links » links for 2008-04-29
Pingback: dale lane » Blog Archive » CurrentCost - first impressions
ooh I’m tempted now… π are we ‘macable’ ?
LikeLike
You can read the data on the Mac, with a USB-Serial converter.
LikeLike
Pingback: plus six » Counting the Cost
Pingback: COPE: James Wallis levels with you » Current fun
I’ve been looking into getting one of these meters as they seem to be one of the few on the market that will log to a computer…On the Current Cost website it seems to suggest that the unit logs ‘Historic Data’ without being connected to a PC.
I was wondering if you’d managed to download any of the data that it supposedly logs and if so, is it just daily totals rather than detailed stats?
LikeLike
Hi Owen, you can read data off the device – it basically outputs data at 6 second intervals, and you can just read the serial port to pick up the data that it is sending. I’ve got some Perl scripts reading data and publishing it to a broker we are playing with at Hursley.
Take a look at some of the things that other people have managed to do to get some ideas of what is possible.
LikeLike
@Owen there are two model sof CurrentCost meter in circulation – some store historical data internally, and some only emit “live” data.
The best way to tell is the shape of the serial connector on the bottom – a USB-C connector is the older model which doesn’t store history.
The one with an RJ45 (though NOT an ethernet port!!!) is the more recent model which does store hour/day/month/year data.
LikeLike
Pingback: Setting up my Current Cost Meter | Chris Dalby Untangles Networks
Pingback: Today, I (hope I) helped people « The lost outpost
Pingback: light.widgisoft.co.uk » Blog Archive » Current Cost Meter
Pingback: Smart Planet « The lost outpost
Pingback: Counting the current | daveharte.com
Pingback: Current Cost monitoring from an iPhone « The lost outpost
Pingback: UgoTrade » Blog Archive » Smart Planet:Interview with Andy Stanford-Clark
Super web site=D will definitely come back again soon
LikeLike
Pingback: MQTT: the Smarter Planet Protocol « The lost outpost
Pingback: CurrentCost Envi CC128 (Part 2) | Bob's Blog
Pingback: CurrentCost Envi CC128 (Part 2) | Bob's Blog
Yet an other great software to get the current cost xml data into a database that is not listed on the currentcost website.
http://code.google.com/p/measureit/
LikeLike
Pingback: Electricity Usage Logging with CurrentCost EnviR and a Raspberry Pi