Current Sensing?
-
@scalz the jeelabs post is interesting. When I was using an LM393 module with a LDR I was unable to detect the pulses coming from my meter (later established as 15ms). Reading that article it seems that was because of inadequate light proofing (the meter is shaded, but outdoors), but lacking any sort of test equipment, it's interesting to see his oscilloscope tracings of the response of the LDR to a pulse. Thanks for linking it.
-
I have a Smappee energy monitor, it's connected to the main input and "detect" the different equipments. It's good to monitor the overall energy consumption and production if you have solar pannels but it's not able to detect everything.
In summary, it can tell you the consumption of anything with a resistor (electric oven, motor, cofee machine) or a motor (roller shutter, pump,...) but for electronic, PC and other things for which the power consumption is not regular it won't help you much. For this, I think monitoring individual component will be the best.But as you probably plus a pwoer meter on each plug, maybe a combintation of both will be a good choice.
-
I use main line snap on current sensors for whole house monitoring, and snap on or hall effect sensors for specific device monitoring when necessary. I use current shunts for high current, low voltage dc monitoring like battery backup or off grid solar power systems.
-
I use main line snap on current sensors for whole house monitoring, and snap on or hall effect sensors for specific device monitoring when necessary. I use current shunts for high current, low voltage dc monitoring like battery backup or off grid solar power systems.
-
I also monitor the voltage (9v transformer and voltage divider) so I am getting current & voltage, and also time, so I can monitor KWh not just KW.
@sspence65
I think too that your method for power metering is better then calculating it from "blinks" of LED of power meter.
That is good for energy consumption only by counting pulses.
You can send correct power consumption in each time, which is not possible from blinks.
And I think in most cases we can assume stable voltage in the power net, so we do not need measure voltage. -
I have just posted my solution so far:
Forum thread: https://forum.mysensors.org/topic/6460/homini-pulse-meter-monitor
Openhardware.io: https://www.openhardware.io/view/356/Homini-Pulse-Meter-Monitor#tabs-commentsThe sensor part is designed, currently working on the custom microcontroller board - You're more than welcome to use an arduino or any other solution for a microcontroller module.
-
@sspence65
I think too that your method for power metering is better then calculating it from "blinks" of LED of power meter.
That is good for energy consumption only by counting pulses.
You can send correct power consumption in each time, which is not possible from blinks.
And I think in most cases we can assume stable voltage in the power net, so we do not need measure voltage.@kimot
Actually counting pulses takes advantage of the supposedly accurate measurements of the main power meter instead of making your own. In addition from a safety perspective the less people work directly with 220v, the better.
IMHO assuming stable voltage it's not correct as it actually fluctuates even over 20V -
@kimot
Actually counting pulses takes advantage of the supposedly accurate measurements of the main power meter instead of making your own. In addition from a safety perspective the less people work directly with 220v, the better.
IMHO assuming stable voltage it's not correct as it actually fluctuates even over 20V -
@gohan
Yes, pulse counting is best for energy consumption ( kWh ), but is inapplicable for actual power
( W ) consumption measuring.