110 likes | 231 Views
Organizing and Storing Building Data. Jorge Ortiz. Making Use of Building Data. While continuing to build and deploy a dense monitoring fabric… Use data from sensors already in the building SCADA system often already in place much can be learned from it
E N D
Organizing and Storing Building Data Jorge Ortiz
Making Use of Building Data • While continuing to build and deploy a dense monitoring fabric… • Use data from sensors already in the building • SCADA system often already in place • much can be learned from it • Acquire the data from facilities, dump into database, and query • Use data for visualization, modeling, etc.
SCADA SystemsSupervisory Control and Data Acquisition SODA4R787__ART + + Data
Relevant Queries • List temperature sensors on 4th floor of Soda hall • SELECT id FROM zone_sensors WHERE building=‘Soda’ and floor=4 AND id LIKE ‘%ART’ • Get all temperature sensor data in the last day on the 4th floor of Soda • SELECT * FROM sensor_data WHERE id=[list of sensors] AND timestamp >= ’ 2009-12-16 00:00:00’ and timestamp<=now()
More information • http://webs.cs.berkeley.edu/building_schema • JSON version of schema available • Storage system currently being implemented based on JSON schema