You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 '']
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
The text was updated successfully, but these errors were encountered: