-
Notifications
You must be signed in to change notification settings - Fork 1
Meeting Notes
toaditipatel edited this page Jul 9, 2015
·
3 revisions
Create an index of device types to eGuages monitoring that device type by:
- Downloading HTML directly from an eGuage website.
- Parsing the HTML to discover what types of devices are connected to the eGuage.
- For each type discovered:
- Create a directory and single text file within that directory for that type if they do not exist.
- Append the eGuage name to the text file.
- Operates on existing data.
- Currently the existing data has a file for each eGuage containing power consumption data for each device connected to it.
- We want to parse those files so that we can access the power consumption data for each device directly.
- These devices also have arbitrary device descriptions. We'll need to map these device descriptions to tags that represent certain device types.
- Repeat Phase 1 on live data.
- The live data has much greater resolution. For example, 1 second vs. 1 minute.
- Create a website to deliver this data to researchers.
- Our space in room 307. Patrick will be there from 9-4 most weekdays. The schedule is flexible within those times.
- We'll be using Github.
- Patrick has suggested using Python 2.7 by installing Anaconda. It uses conda for package management and has bundled modules.
- The project needs to be divided smaller parts so that everyone can have a part.
- The goal is to take the data that we have now and to make individual text documents for each device.
- A possible way to divide into Metadata (E-Gage, Description, Label etc...)