Current Sensing?
-
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.