this homemade meter...think I might get plans for it, or maybe a prototype laying around gathering dust somewhere?
I just followed the datasheet recommendations on page 15 (
http://www.analog.com/static/imported-file...ets/ADE7753.pdf ).
While assembling the meter part with the chip and about a dozen external elements on a home-made PCB should not be too hard for someone with basic electronics skills, interfacing to a PC may be a bit of a challenge. You can read actual power (as well as apparent power, current, voltage and frequency) from the chip registers via an SPI interface. You can do that either by implementing SPI signaling on a PC parallel port (if you still have one), or interfacing through a microcontroller (such as e.g. AVR family). In any case, some programming is required which, while simple, may be beyond a typical DIY'er skills.
I used a uC that I already had, so for me the project made sense because I could measure power with good precision and relatively cheaply:
ADE7753 $5
Various capacitors/resistors(see the datasheet), terminals ~$10-15
CT $6 ($16 split core, up to $40-50))
$26-40 per I/V channel total, maybe more due to the split-core CT cost for the large diameter power cable.
A conveniently programmable uC may cost you additional $20-30. I also used a $16 Ethernet/embedded TCP/IP miniboard from WizNET (http://www.saelig.com/miva/merchant.mvc?Screen=PROD&Product_Code=ETH042&Category_Code=BRD). That one is optional though because a uC usually has a serial port.
You will also need a voltage sensor, one per each channel or one for all the channels (if you are willing to sacrifice some precision). As a voltage sensor, you can use a 120->12/9/5 V wall transformer or a voltage divider. The former would be much safer as you'd achieve complete separation from the dangerous mains voltage, a DIY'er should not attempt to build a voltage divider for obvious reasons. The chip ADCs expect getting +/- 0.5 Vpeak, so the current/voltage channels should be suitably adjusted by choosing the CT load resistor and voltage-dividing the voltage transformer output.
The assembled gadget will need to be calibrated with a known load. It's a simple but tedious process which is fully described in the datasheet. I just used some resistive loads while measuring voltage/current with a multimeter.