Disaggregated Energy Use Visualization
Md Tanvir Islam Aumi, Eric Mullen, Will Scott
We have built a system which enables users to view disagregated energy use data for a few different example homes. We provide a system which lets users see their data in real time, lets users quickly glance to see which appliances are on, and lets users compare their energy use to the previous day. There have not been previous visualizations which allow users to see their data in real time, which we believe is critical to helping users cut their power usage.
Software
In order to run the our software, you need to install and run our server.
- First check out our github repository here.
- NOTE: either the master or the gh-pages branch should work fine.
- Next download our example data (not included in the repository due to size) here.
- Next, unzip the data and place it in a folder named REPOSITORY/server/data
- Next, in the REPOSITORY/server folder, run 'pip install -r requirements.txt'
- Finally, in the same folder, run 'python server.py' to start the server.
Now you can access the webpage, at
http://localhost:8080/vis.html
Materials