Household KWH usage monitor
Erik Friesen
Posts: 1,071
I have been thinking about getting one of these, or making my own.
http://www.theenergydetective.com/
http://www.envirogadget.com/energy-saving/emonitor-total-home-energy-management-system/
One of the problems with making my own is, I don't know where to find inexpensive clamp on current transucers(transformers?)
I have considered making an open source project using the prop, however lack of usb and adc could be a drawback.
http://www.theenergydetective.com/
http://www.envirogadget.com/energy-saving/emonitor-total-home-energy-management-system/
One of the problems with making my own is, I don't know where to find inexpensive clamp on current transucers(transformers?)
I have considered making an open source project using the prop, however lack of usb and adc could be a drawback.
Comments
http://www.theenergydetective.com/additonal-mtu-cts
Use a toroidal ferrite core large enough for AWG 12 wire to pass through the center after the small gauge wire has been wound on the core.
Wind several turns (one layer) of small gauge wire around the core.
Use an op amp for each transformer to amplify the signal to a level suitable for input to an ADC.
Use a calibrated clamp on ammeter to calibrate the transformer/op amp/ADC over the desired operating range.
The scale is reasonably linear so a 3 point calibration is fairly accurate.
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=582-1004-ND
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=811-1109-ND
What is the correct way to rectify this? Post burden resistor with bridge rectifier and cap for smoothing? Whats the proper way to choose cap size for this?
Did some checking on the e-monitor, they do pretty much everything online. I do not care for that type of equipment, as you are left in the lurch if they go out of business, or you go offline.
I bought a AmWatt meter ($24) at the local home improvement store .I took the current transformer out ,installed a shunt resistor across the 2 wires. I'm having a hard time getting any kind of voltage reading off of it to be read by a ADC .The voltage seems to go up and down even with a steady load on it. any suggestions?
Brian
Ps I was using Some florescent lights for the load if that matters
WARNING: Do not mess with live AC power if you don't what your doing ,I left the transformer in the case and sealed up all bare wires.
Yes it's very low voltage ac, I tried a small diode bridge to rectify it and still jumps up and down.
Brian
Using a diode to rectify the voltage makes the problem worse due to the voltage drop across the diode. An op amp can compensate for these problems by amplifying the signal.
The deal is, I want to have about 30 inputs, and the simpler I can make it the better. I would use one zero crossing detector, and also measure the true voltage from each leg through a voltage divider.
I'll have to think more about this, not sure if a voltage divider will work for bumping the tranformer output to half voltage.
http://www.crmagnetics.com/products/CR8410-P93.aspx
They have this circuit listed for the lm324 -
http://www.crmagnetics.com/products/Assets/ProductPDFs/Precision%20Rectifier%20Circuit%20for%20CT%20Signal%20Conditioning.pdf
Really using the circuit isn't that bad, with sm 324's at $0.57 .
They don't say much about supply on that circuit, I sort of assume that would work with a single supply?
If the output voltage from your transformer is that high the op amps may not be needed, and one zero crossing detector should be enough, if one is even needed. Taking multiple readings per cycle and letting the software do the calculations would also work.
Four 8 channel adc's would work and so would 4 8 channel analog muxes and a 4 channel adc. Simplest might be multiple micros with built in adc's.
I don't mean to thread jack but I am doing a similar project and want to monitor power consumption as well. I am not that knowledgeable on how to go about it but I am using the propeller and wanted to use the current transformers (http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=582-1004-ND). I just don't know how I would integrate the two. Would I need an adc like the one parallax sells (item code ADC0831) for the propeller to read the input voltage from the CT? Is this even the right way to go about it? I have read the previous post but was kinda lost still. Any help or references is much appreciated. Thanks.
Take a look at "http://en.wikipedia.org/wiki/Current_transformer#Design" for a description of current transformers.
The data sheet for the current transformers you looked at has all the information needed for the design.
Judging by those, if you had a sample rate of 1khz or better you could simply add all the values together, not?