12-09-2013 01:30 AM
Hello,
I am using my smart meter to detect the energy usage of my house. Now I am interested in detecting single devices (e.g. fridge, oven, lighting) by analyzing the energy data of my house.
Is there a way in labview to do a pattern detection of analog waveforms?
Thanks a lot.
Michael
12-09-2013 03:04 AM
12-10-2013 11:40 AM
Michael,
As LabVIEW is a programming language, you can program such detection. Is there anything already written to do what you want? Probably not.
One thing which complicates the issue is that multiple devices can turn on and off at different times. And the time resolution of the smart meter data is relatively low, unless you can get the raw data from within the meter itself. What I would look at is creating a table of power consumption patterns for each of the devices. In particular look at the turn on and turn off transients as those will tend to be more prominent in the smart meter data. Large items like the oven and air conditioners are relatively easy to spot. Can you distinguish between a few 26 W CFL lamps and a computer and monitor turning on? If the computer and some lights turn on at the same time will you be able to distinguish that from the refrigerator which might use about the same total power?
Lynn