Date: 2009-05-05 21:14:00
arduino board and electric meter project
I just got an Arduino board to play with. It's cool! Following the getting started guide, I installed the USB driver, loaded the Arduino IDE, loaded the embedded equivalent of "hello world" (which blinks an LED), plugged in the board, hit the Upload button and it worked on the first try. Full marks to the Arduino community for top notch execution.

I have a plan for this device, too. Recently the electric company replaced our electric meter (which in our house is indoors) with a new digital one that they can read remotely. In order to better manage our energy use, I'd like to be able to measure the amount of electricity we are using in real time. Lacking any ability to hack into the electric meter, I had an idea: There is a red LED on the front that blinks once per some amount of electricity used (I don't know what that amount is yet). If I mount a photocell in front of that LED, and count the pulses with the Arduino board, then I can set up a data logger that logs the rate of electricity use. From there, graphs etc. I'm a firm believer that the first step toward managing something is to measure it.

Now, to figure out what other bits and pieces I need for this...
[info]moonwick
2009-05-05T11:58:31Z
This sounds familiar. :)
[info]ghewgill
2009-05-05T19:07:17Z
Yeah, having the meter indoors makes a whole class of problems a lot simpler!
[info]slipdragon
2009-05-05T15:46:43Z
Note:

Your electricity company will not take kindly to anything that looks like an attempt to mess with the meter. Fines, etc.

Please be careful.

--Brian, occasional Arduino Board Abuser.
[info]ghewgill
2009-05-05T19:08:59Z
That's true, and I'll keep that in mind. Thanks. :)
[info]bovineone
2009-05-06T18:44:47Z
It would be even better if you could figure out how to passively decode the values that the meter is remotely sending back to them. Do you know if they using power-line transmission or a broadcast RF signal?
[info]robo_cat : Sugerencias
2009-07-10T06:48:20Z
Have you seen home power monitoring on hackaday - especially the links in the comments? I love the idea that you don't need to modify your wiring if you use a clamp-on current meter.

Some meters have a LED that flashes proportional to the Wh you use - quick and simple to interface with but no instantaneous load measurement.

Lastly, you could talk to Indigo Systems who are in the CII building and make mesh networked power meters, so perhaps they would give you some worthwhile pointers.
Greg Hewgill <greg@hewgill.com>