Before we had a smart meter, we had an EoN power usage monitor system with a clamp and transmitter fitted to the mains feed, and a remote display connected over wireless.
This was put to one side when the smart meter was fitted.
I have just found it during a tidy up and wondered if it was any use for monitoring smaller loads than the mains incoming, such as clamping to individual ring mains.
I do have a clamp meter connection on one of my multi-meters but haven't used it recently.
Just wondering if it is worth playing with or just binning in the small electricals recycling.
Cheers
Dave R
Didn't find your answer? Ask the community — no account required.
M
Mark Carver
Why not just carry on using it ? More reliable, and foolproof than most IHDs ?
A
Andy Burns
Is it a rebadged "Owl" device? May look different from their current offerings ...
formatting link
IIRC you needed a TTL-level USB dongle, then it would spit out XML readings you could do whatever with them ...
D
David
It has the USB dongle to spit out data. It has been a while, though.
Doesn't look like any of the Owl pictures.
This is it.
formatting link
Cheers
Dave R
A
Andy Burns
Looks kinda familiar to what I had, think I gave it to dad, he must have binned it as I didn't see it when clearing his house.
Use putty to open the relevant COMx: port and see what shows up at the standard speeds. I think they did come with some software?
J
John Rumm
Yup it should work on individual circuits...
Two things to keep in mind; you need to clamp round an individual conductor, not a whole cable (otherwise it will see the vector sum of the current flow in Line & Neutral, and read zero (and if it does not read zero, you might have more pressing problems!))
The scaling might be set to give a decent resolution in the 0 to 100A range, and that might be a bit large for the typically much smaller loads of a single circuit. However you can work round that by looping multiple turns of the wire under test through the clamp. e.g:
formatting link
(Medium).jpg
D
David Wade
Does it really measure Watts or is it VA? I don't see any mention of Power Factor anywhere. Its probably not too important for the whole house but for smaller loads it can result in huge errors....
Dave
R
Roger Hayter
It probably measures amps and if it automatically converts to "watts" it is by assuming the voltage; so VA.
J
John Rumm
It does not have any way of capturing the voltage waveform, only the current. So it will have to make assumptions. Probably good enough to get a feeling for whole house consumption - but less so for lightly loaded circuits with many low pf loads.
My quick and dirty hacked together power meter needed to capture the voltage waveform and the current one in real time to be able to give a more accurate report:
formatting link
T
The Natural Philosopher
Once you have a microcontroller involved its is fairly trivial to measure either
Sample the voltage and current waveforms say 1000 times a second, multiply each sample pair and shove the result in a ring buffer of say one mains cycle (20 samples) length and average it. That's your watts.
VA is the multiplicand of the average value of the current samples , converted to positive and the average value of the voltage similarly treated.
Latest PIC type chips could so that more like 10,000 times a second easily
T
The Natural Philosopher
Not if it is digital. As mentioned above, it is trivial to sample voltage and current many times a cycle and do a simple calculation to get watts
T
Theo
Yep, and if the unit is powered by an wallwart with AC output rather than DC then you can get the AC waveform in a convenient way that's no different from any other low power device.
Power monitoring chips do all of this stuff at about 20kHz in a simple cheap chip. ADC accuracy is pretty good too (12+ bit?).
Theo
J
John Rumm
Not so easy to measure the voltage if the only input you have is the output of a current transformer though...
T
The Natural Philosopher
Good to hear. Of course if they are in fact main powered nothing easier than to pick off the ac voltage waveform one way or another. Optocoupler maybe safest
D
David
Very vague memories but I think the software was for XP or Vista or something and not easily available on W7 onwards.
Cheers
Dave R
R
Roger Hayter
Well true; but try sampling voltage with a clamp meter with no conductive connection to the wiring!
R
Roger Hayter
Well, RMS values for preference. But one can be derived from the other if you assume a sine wave.
T
The Natural Philosopher
Well its not hard really to pick up the wave form, If the meter isn't mains fed you just have to guess at the voltage...
T
The Natural Philosopher
The point being with multiple kHz sample rates you don't need to assume
*anything*. You can do instantaneous VI calculations and average them to get true watts.
D
David Wade
Its not the shape, its the current/voltage phase mis-match. In the past I would have expected the typical household load to be inductive.
So you had light bulbs, things which got hot such as kettles, irons, toasters and ovens, electronic devices which had linear power supplies with a big transformer and the odd motor in say a hoover....
.. these days most light bulbs are LED so may have capacitive droppers although these are now less common but legally can have a power factor as low as 0.5. So the VA or apparent wattage is twice the actual wattage...
.. then electronic devices. you would be hard pushed to find an electronic device without switched mode PSU which again can have a power factor as low as 0.5, so a 25w laptop charger would look use up to 50VA.
Even the fridge or freezer may have an inverter controlled motor so a switched mode PSU and an inverter to provide a variable frequency drive to control the speed of the fan.
Because a simple clamp meter can only measure current, its pretty useless at measuring power in a modern home. You need to know the voltage across time, take multiple samples across time and total the results. If the power factor is 0.5 your clamp meter will read 50% high.
For modern devices in standby the power factor can be even higher.
formatting link
so must be nearer 50....
... this mass of switched mode power supplies is also the reason its pointless, from a power saving point of view, to unplug phone chargers and similar when not in use. Switched Mode power supplies use very little power when there is no load on them. My power monitor plug which claims to measure down to 1/100th or a watt of load shows zero when I unplug the charging lead from laptop, or plug a disconnected phone charger into it....
Dave
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.