Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using nilmtk on a private dataset #80

Open
redouane-b opened this issue Mar 31, 2023 · 3 comments
Open

Using nilmtk on a private dataset #80

redouane-b opened this issue Mar 31, 2023 · 3 comments

Comments

@redouane-b
Copy link

I am interested in using the nilmtk library to analyze a private dataset. However, I am unsure about how to format my dataset to work with nilmtk. Specifically, I am wondering:

  • Is it possible to use nilmtk on a private dataset?
  • If so, what is a good format that can be used to turn my pandas dataframe into a nilmtk dataset?

I have looked through the nilmtk documentation and searched for similar issues on Github, but I couldn't find any clear guidance on how to proceed. Any help or suggestions would be greatly appreciated. Thanks!

@crn565
Copy link

crn565 commented Jun 11, 2024

If possible. The easiest way is to create a new converter from csv measurement files for example based on the IAWE dataset. If you don't have the csv files, you can extract them in python with a few steps. In my case I have created several converters for OZM hardware and also for a new open hardware OMPM. If you want in github/crn565 you can find all the code

@crn565
Copy link

crn565 commented Jun 12, 2024

In this repository https://github.com/crn565/DSUAL in addition to describing the new datasets created with open hardware, it describes how the new converters are made to generate the datasets to be used in NILMTK.

@PeterQuinn925
Copy link

Similar situation - looking for pointers

Hi,

I'm a homeowner with a power meter. I'm storing the power data timeseries once a second into a database. I want to disaggregate the various appliances without instrumenting each of them. I've been reading through and experimenting with the various NILMTK data sets and algorithms. It seems all the datasets have appliance load data in them.

I have no trouble writing python or manipulating the time series data in a dataframe. But I'm stuck trying to figure out which algorithm might work in my application and how to modify one of the examples to my data set.

Has someone done this before? Is there a site with some samples? Or a tutorial on how to do it myself? Or even suggestions on which papers to read?

More details on my project here: https://hackaday.io/project/196939-house-electricity-monitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants