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.
|
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 |
|||||||
|
|
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. |
|||||||||
|
|
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)
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. |
|||
|
|
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. |
|||
|
|
|
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. |
|||
|
|
