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?
Umm… it’s by several computers and it gets hot in that spot. But yeah, point taken, optimisations to be made all round 🙂
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.
[…] Current Cost « The lost outpost current cost is taking over the 8 bar crowd. interesting. need to blog this on greenmonk.net (tags: electricity EDM) […]
[…] Current Cost « The lost outpost Andy’s update on monitoring and managing personal energy consumption in the home. (tags: green energy sustainability) […]
[…] Current Cost « The lost outpost Andy’s update on monitoring and managing personal energy consumption in the home. (tags: green energy sustainability) […]
[…] thoughts: Rich, Ian, Andy, […]
ooh I’m tempted now… 🙂 are we ‘macable’ ?
You can read the data on the Mac, with a USB-Serial converter.
[…] couple of weeks ago I came across a bunch of blogs written by IBM folk at Hursley Park, in which they described how they’d been playing […]
[…] been a flurry of enthusiasm and people bodging together cables to get the data off the machine and onto PCs and the […]
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?
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.
@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.
[…] to this arriving for the last month, especially after reading the blogs written by Dale Lane, Andy Piper, Roo […]
[…] talked to people about Current Cost meters […]
[…] reading pages like this and this, the geek inside me knew I had to have one! After it finally arrived I plugged it in and […]
[…] I’ve become increasingly interested in pervasive computing and home automation. The little “Current Cost craze” that has swept through my group of friends at work could be seen as a mark of the individual […]
[…] seems to be a fair few people at IBM’s Hursley offices who are into fiddling with Current Cost so there’s plenty of […]
[…] 11, 2008 · No Comments For a while now I’ve wanted to be able to check my CurrentCost meter’s graphs on my […]
[…] of Andy Stanford-Clark’s talk, by Andy Piper, is up on Viddler. Also see Andy Piper’s post abut CurrentCost meters and most recently about running his CurrentCost meter’s graphs on his […]
Super web site=D will definitely come back again soon
[…] automation and mouse-slaughtering system on the protocol that he invented (I have a similar, but significantly less impressive and less all-encompassing system that I’ve written about […]
[…] Although MQTT seems widely used for this type of application ( see Dale Lane, Open Source Medicine, Andy Piper and The House That Twitters ) I decided in the end to use ZeroMQ for the following […]
[…] MQTT seems widely used for this type of application ( see Dale Lane, Open Source Medicine, Andy Piper and The House That Twitters ) I decided in the end to use ZeroMQ for the following […]
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/
[…] and Paul Mutton’s Jibble on the Matter, and then the subsequent posts about doing roughly the same thing, I decided that my new flat would need to have an electricity monitoring setup of some […]