nilmtk / nilm_metadata

A schema for modelling meters, measurements, appliances, buildings etc
http://nilm-metadata.readthedocs.org
Apache License 2.0
49 stars 47 forks source link

Harmonic Current in MeterDevice #32

Open haderazzini opened 6 years ago

haderazzini commented 6 years ago

Hello

I have a site meter which generates samples of the 1st, 3rd, 5th, and 7th harmonic current. I would like to add it to the dataset but the list of physical_quantity in MeterDevice has only ['power', 'energy', 'cumulative energy', 'voltage', 'current', 'pf', 'frequency' power factor ',' state ',' phase angle ',' total harmonic distortion of current '].

How should I deal with it?

For now, I have added locally to nilmtk.measurement.PHYSICAL_QUANTITIES

['' 1 harmonic current '', '' 3 harmonic current '', '' 5 harmonic current '', '' 7 harmonic current '']

It is similar to # 25. @JackKelly

Regards,

Hader