Tell me more ×
Home Improvement Stack Exchange is a question and answer site for contractors and serious DIYers. It's 100% free, no registration required.

I'm wondering if there is a wall outlet power meter that I can somehow interface with from a computer. I'm aware of all the google power meter products, but those are for an entire house. I'm trying to measure the electricity usage of a single outlet during an experiment without having to physically read the power meter and recording the result. Let me know if I need to explain anything.

share|improve this question

5 Answers

up vote 6 down vote accepted

Yes they do make plenty of these. The problem being they are still super expensive due to the limited number of choices you have in purchasing one for home use right now. I did a quick search and came back with this one that seems inexpensive:

http://www.buy.com/prod/watts-up-pro-power-analyzer-watt-meter-usb-port/q/loc/66357/203915717.html

share|improve this answer
This looks like exactly what I want. Price isn't an issue here since this is for work. – wangburger Jan 27 '11 at 16:24
If price isn't an issue you probably want to look for a better model. They do come in a more industrial quality with better features like storage memory so they don't go blank every time you unplug it or the power to it goes out. – XOPJ Jan 27 '11 at 16:25
Yeah I'll definitely keep that in mind. I was planning on transferring the data as soon as I read it and storing it on a computer. – wangburger Jan 27 '11 at 16:27

Equal Networks makes a power strip that relays power consumption through Wi-Fi. It looks like the target customer is commercial use, not residential, since I couldn't find pricing information on their site.

Product data sheet.

share|improve this answer
This also looks like a good solution. I'll consider it too. I'll up vote your answer when I get enough rep :) thanks – wangburger Jan 27 '11 at 16:25
Links are dead (404). – Tester101 Jun 21 '12 at 19:07
I fixed one, but I couldn't find the data sheet one on their website again. – Doresoom Jun 21 '12 at 19:30
Here's its patent. We've come full circle on Google searches for Equal Networks power strip, I'm afraid. This question is currently the third hit. – Doresoom Jun 21 '12 at 19:33

If you're willing to do a little modification, you can use a Kill-A-Watt and hook it up to your computer.

Adafruit has a "Tweet-a-Watt" project that interfaces with a Kill-A-Watt and wirelessly sends the power readings to the receiving unit (which they then hooked up to tweet the current readings)

Kill-A-Watt and XBee

In the Adafruit forums, I found a guy who was trying to read the Kill-A-Watt directly with an Arduino, instead of wirelessly sending the readings. You could use an Arduino and read the measurements directly into a serial console on your computer and save the results to a file that way.

share|improve this answer
This sounds like a good, cheaper alternative, but I'm trying to avoid custom hardware work for this project since the power meter is just one small part of it. – wangburger Jan 28 '11 at 19:35

In addition if you spend the extra money on a TED Device you can still use that at the device level doesn't have to be connected to your whole house.

share|improve this answer

I +1 the Kill-a-watt option, however that does require manual reading. But at $20 it's cheap.

If you want to go quite high-end, there's the option of a metered PDU. I recently bought a tripplite rackmountable PDU for power control on computers. It also includes quite an array of measurements of power draw and so on. The one I got didn't have a programmable API, but it did have a web interface so I just wrote an expect script to get the data I needed and invoke power cycling operations.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.