SlideShare a Scribd company logo
EDIFES: Energy Diagnostics Investigator for Efficiency Savings
Alexis R. Abramson, Ph.D.
Professor, Mechanical and Aerospace Engineering and Director, GLEI
Roger H. French, Ph.D.
Professor, Materials Science and Engineering
Chris Littman
Operations Manager, SDLE Research Center
Mohammad Hossain, Ethan Pickering, Jack Mousseau, Rachel Swanson, Arash Khalilnejad,
Preethi Kumar
Case School of Engineering students
Youngchoon Park, Steve Vitullo, Pravin Duraisingh, Johnson Controls, Inc.
1
EDIFES (Energy Diagnostics Investigator for Efficiency Savings)
The problem: expensive, complex,
high-risk, untrustworthy diagnostics and
recommendations
The market need and EDIFES
capabilities:
1.Virtual energy diagnoses
2.Energy efficiency
recommendations and ROI
3.Measurement and
verification of energy efficiency
measures (post-implementation)
4.Continuous commissioning
2
Data and code management process
EDIFES code development:
- Core component is the ‘edifes’ R1
package
- Private code repository on bitbucket2
- For easy collaboration
- Every function is documented
- Majority of functions are covered by unit tests
- New software versions published on
plan
Data Management:
Reference: 1. https://www.r-project.org/
2. https://bitbucket.org/ 3
Data and code management process (visually)
4
Git Repository Code Activity
Time-series Movie Of Commits
Showing Evolution of the codebase
Visualization made using
● Software version control
● Gource
Data Preprocessing: Anomaly detection
Reference:1. https://github.com/twitter/AnomalyDetection
2. http://www.itl.nist.gov/div898/handbook/eda/section3/eda35h3.htm
Elec.consumption(KWh)
Method: Annual Hybrid ESD1
(ESD= Extreme Studentized Deviate)
Steps:
● Analyze data and break out into
Trend+Daily Pattern+Residual
bands
● Apply ESD on residual values2
to assess anomalies
5
“Good” Building data: Characteristics
6
Morning rise
Evening fall
Lower
Weekend
Consumption
Additional
Systems
Daytime
Faulty Meter Reading
Unexplainable
Triangular
Shape
7
Automating “good” building finding
- Uses a semi-supervised time series clustering algorithm
- Differentiates between “good” and “bad” buildings
- m&m analogy
Tell the computer what
qualifies as a green m&m
and as a red m&m
(training data)
Computer “learns” and places the new
m&m into the appropriate color group
(clustering)
m
m
m
8
EDA example: correlations, pair plots
0.60
0.24
-0.41
-0.05
-0.10
0.07
-0.05
-0.51
0.56
0.85
0.04
0.39
0.12 0.81
0.09
● Energy and Outdoor Temperature is strongly correlated,
● Relative Humidity shows negative correlation with Energy
Temp=Temperature
Dewp= Dewpoint
RH = Relative Humidity
PCP = Precipitation
Green = Positive cor.
Red = Negative cor.
Correlation between Energy and Weather related parameters
9
https://cran.r-project.org/web/packages/psych/psych.pdf
Building markers: Identify Building Characteristics
lighting scheduling identified using derivative analysis + standard deviation
Light turn on
Light turn off
10
Building operations signature marker
Daily Operational Signature
● Captures many features
of the building that can
be compared with other
buildings
● Captures features that
correspond to distinct
characteristics
● Provides a unique
method for clustering
buildings
11
Predictive modeling
Traditional Time series forecasting
● Seasonal Arima Models
● suffers from autocorrelation
Supervised prediction models:
● Tree based models:
● RandomForest
● gradient boosting
● Support Vector regression
● Artificial neural network
● Deep learning
● Convolutional network
Ensemble Modeling:
● Linear weight averaged assembly
● Apply meta-learners
12
Prediction Example
● Random Forest method
exhibits higher accuracy
compared to data.
● Challenges:
○ Night time
○ Unusual events
● Next steps: ensemble of
multiple algorithms
13
EDIFES Engine
14
● Current version v0.4.0
● Hosted in github for internal use
Acknowledgments
15
Research Faculty & Associates
•Tim Peshek, Laura Bruckman
Graduate Students
•Yang Hu, Nick Wheeler
•Mohammad Hossain, Yingfang Ma, Arash K.
•Devin Gordon, Donghui Li, Yu Wang
Undergraduates
• Jack Mousseau, Rachel Swanson
•Justin Fada, Davis Zabiyaka
SDLE Staff: Chris Littman, Rich Tomazin
16
Technology-to-Market progress
➔ Completed our first version of the Tech-2-Market Plan
➔ Hired a Commercialization Associate (Preethi Kumar,
MEM Student)
➔ Continuing to conduct market research and familiarize
ourselves with the competitive landscape
➔ Established Industry advisory board:
◆ Ali Ahmed (Cisco)
◆ Joe Jankowski (CIO, CWRU)
◆ Rem Harris (JumpStart)
17
Technology-to-Market progress
Conversations with potential customers, collaborators, & competitors thus far include:
- Accenture
- Ecova Retroficiency
- Energy Savvy
- SmartWatt Energy Inc.
- Pecan Street
- Forest City Realty Trust
- Progressive Insurance (Beta site option)
- Wells Fargo
- Welltower
18
Potential Customer Segments
Real Estate Managers
Chain Businesses
Energy Service
Companies
Market Analysis
107 on Department of Energy Qualified List of ESCOs
$5 billion investment in energy efficiency annually
Competitive Analysis
Other accomplishments and next steps
Ethan masters degree (August 2016)
2 papers will be submitted in September 2016
Next steps:
Q2: M1.2.2. Select subset of 10+ buildings identified for marker validation. Will begin working with JCI to
identify buildings for verification.
Q2: M2.1.1. Summary of findings using EDA applied to 40+ buildings, 4+ building equipment. - Ongoing
will begin examining population studies as well.
Q3: M1.2.3. Select 2+ buildings outside portfolio for alpha testing of same climate zone, building type and
sq ft within 20%. In discussion with Progressive Insurance for alpha and beta testing.
Q3: M3.1.1. Library of 10+ building markers developed in Cycle I. Presented in summary of findings
inclusive of plots that demonstrate applicability. - At ~40 markers, but will continue to identify with a focus
on disaggregation, prediction and population studies.
22
Data cleaning and assembly for ingestion
Weather (NOAA) - ingested
Solar irradiation, weather (GIS) - partially ingested
(ingestion of certain zip codes under negotiation)
Currently 65 “good” datasets ingested that meet requirements:
● 50,000 sq ft or less
● 6 climate zones
● 2 years, 15 minute interval
● Wide range of facility types such as
○ Schools, labs, and office buildings
● Less than 5% anomalies (Twitter)
● “Good” shape - clustering algorithm
● 10 groups of 2 or more buildings
Challenges to finding “good” buildings:
● Different meters record differently - need to understand meter hierarchy, designations
● Meter data problems: inconsistent time intervals, duplicate data, invalid timestamps, > 15 minute intervals
Mitigation:
● Improved communication with JCI to gather more information about data
● Created script for automated “good” building finding
Location of the ingested buildings
23
Reference: https://github.com/twitter/AnomalyDetection
Summary of Ingested “Good” Buildings
Facilities by state
Different types of facilities
24
Summer Break
Winter Break
This analysis
reveals that the
building has a high
likelihood of being
a school -
LATER
VALIDATED
Example from EDA: Building type identification
25
Example from EDA: Other data issues make select datasets
not appropriate for EDIFES analysis (at this time)
Some issues with datasets:
- Duplicate data
- Missing data
- Data recorded past the
present date
- > 15 minute interval
Duplicate
Missing Data
January 2017!
26
HVAC disaggregation marker
27

More Related Content

PDF
04.15.15 energy design assistance program tracker 2
PDF
Zondits ecorithminterview v4 jnp
PPTX
The Key to Sustainable Energy Optimization: A Data-Driven Approach for Manufa...
PDF
Emerging Technologies for Energy Savings Performance Contracting in the Feder...
DOCX
Data Science for Building Energy Management a reviewMigue.docx
PDF
Anomalous Detection for High-Frequency Electricity Consumption Data
PPTX
Energy Benchmarking in DC
PDF
20180509 energy - v001
04.15.15 energy design assistance program tracker 2
Zondits ecorithminterview v4 jnp
The Key to Sustainable Energy Optimization: A Data-Driven Approach for Manufa...
Emerging Technologies for Energy Savings Performance Contracting in the Feder...
Data Science for Building Energy Management a reviewMigue.docx
Anomalous Detection for High-Frequency Electricity Consumption Data
Energy Benchmarking in DC
20180509 energy - v001

Similar to 1610-12-edifes-talk.pdf presentation slides (20)

PDF
Closing the LOOP - Int'l High Performance Building Conference (Lansing Commun...
PPTX
Decarbonising Commercial Real Estate: The Role of Operational Performance
PDF
Intelligent Net-Zero Carbon Investment Planning for Buildings and Portfolios
PDF
Big Data Analytics for connected home
PPT
Abs demo
PPT
Abs demo
PPT
Standard geodata models for Energy Performance of Buildings: experiences from...
PPTX
top trendsWidescreen Presentation
PPTX
Final Year Presenation_PRESENTATION 2020F.pptx
PDF
TSSG Energy Projects Dec 2013
PDF
Where's the value in energy data science? Finding energy savings opportuniti...
PPTX
Introduction to School Energy Management
PPTX
Building Data Ecosystems for Accelerated Discovery
PPTX
IES Faculty - Big Data in Building Services
PPTX
Smart building mendix azure influx / smart City / IoT
PDF
Energy efficiency in existing buildings
PPTX
Need for a New Facility Management Paradigm
PDF
New Energy Conference-Firas Obeido from SatchNet
PDF
Modeling, It's Not Just For Calendars and Energy
PDF
Getting Multiple Buildings to Net-Zero
Closing the LOOP - Int'l High Performance Building Conference (Lansing Commun...
Decarbonising Commercial Real Estate: The Role of Operational Performance
Intelligent Net-Zero Carbon Investment Planning for Buildings and Portfolios
Big Data Analytics for connected home
Abs demo
Abs demo
Standard geodata models for Energy Performance of Buildings: experiences from...
top trendsWidescreen Presentation
Final Year Presenation_PRESENTATION 2020F.pptx
TSSG Energy Projects Dec 2013
Where's the value in energy data science? Finding energy savings opportuniti...
Introduction to School Energy Management
Building Data Ecosystems for Accelerated Discovery
IES Faculty - Big Data in Building Services
Smart building mendix azure influx / smart City / IoT
Energy efficiency in existing buildings
Need for a New Facility Management Paradigm
New Energy Conference-Firas Obeido from SatchNet
Modeling, It's Not Just For Calendars and Energy
Getting Multiple Buildings to Net-Zero
Ad

Recently uploaded (20)

PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPT
Mechanical Engineering MATERIALS Selection
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPTX
web development for engineering and engineering
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
DOCX
573137875-Attendance-Management-System-original
PPTX
UNIT 4 Total Quality Management .pptx
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
Sustainable Sites - Green Building Construction
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Model Code of Practice - Construction Work - 21102022 .pdf
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Mechanical Engineering MATERIALS Selection
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
web development for engineering and engineering
bas. eng. economics group 4 presentation 1.pptx
Internet of Things (IOT) - A guide to understanding
Embodied AI: Ushering in the Next Era of Intelligent Systems
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
573137875-Attendance-Management-System-original
UNIT 4 Total Quality Management .pptx
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
Safety Seminar civil to be ensured for safe working.
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Sustainable Sites - Green Building Construction
Ad

1610-12-edifes-talk.pdf presentation slides

  • 1. EDIFES: Energy Diagnostics Investigator for Efficiency Savings Alexis R. Abramson, Ph.D. Professor, Mechanical and Aerospace Engineering and Director, GLEI Roger H. French, Ph.D. Professor, Materials Science and Engineering Chris Littman Operations Manager, SDLE Research Center Mohammad Hossain, Ethan Pickering, Jack Mousseau, Rachel Swanson, Arash Khalilnejad, Preethi Kumar Case School of Engineering students Youngchoon Park, Steve Vitullo, Pravin Duraisingh, Johnson Controls, Inc. 1
  • 2. EDIFES (Energy Diagnostics Investigator for Efficiency Savings) The problem: expensive, complex, high-risk, untrustworthy diagnostics and recommendations The market need and EDIFES capabilities: 1.Virtual energy diagnoses 2.Energy efficiency recommendations and ROI 3.Measurement and verification of energy efficiency measures (post-implementation) 4.Continuous commissioning 2
  • 3. Data and code management process EDIFES code development: - Core component is the ‘edifes’ R1 package - Private code repository on bitbucket2 - For easy collaboration - Every function is documented - Majority of functions are covered by unit tests - New software versions published on plan Data Management: Reference: 1. https://www.r-project.org/ 2. https://bitbucket.org/ 3
  • 4. Data and code management process (visually) 4 Git Repository Code Activity Time-series Movie Of Commits Showing Evolution of the codebase Visualization made using ● Software version control ● Gource
  • 5. Data Preprocessing: Anomaly detection Reference:1. https://github.com/twitter/AnomalyDetection 2. http://www.itl.nist.gov/div898/handbook/eda/section3/eda35h3.htm Elec.consumption(KWh) Method: Annual Hybrid ESD1 (ESD= Extreme Studentized Deviate) Steps: ● Analyze data and break out into Trend+Daily Pattern+Residual bands ● Apply ESD on residual values2 to assess anomalies 5
  • 6. “Good” Building data: Characteristics 6 Morning rise Evening fall Lower Weekend Consumption Additional Systems Daytime
  • 8. Automating “good” building finding - Uses a semi-supervised time series clustering algorithm - Differentiates between “good” and “bad” buildings - m&m analogy Tell the computer what qualifies as a green m&m and as a red m&m (training data) Computer “learns” and places the new m&m into the appropriate color group (clustering) m m m 8
  • 9. EDA example: correlations, pair plots 0.60 0.24 -0.41 -0.05 -0.10 0.07 -0.05 -0.51 0.56 0.85 0.04 0.39 0.12 0.81 0.09 ● Energy and Outdoor Temperature is strongly correlated, ● Relative Humidity shows negative correlation with Energy Temp=Temperature Dewp= Dewpoint RH = Relative Humidity PCP = Precipitation Green = Positive cor. Red = Negative cor. Correlation between Energy and Weather related parameters 9 https://cran.r-project.org/web/packages/psych/psych.pdf
  • 10. Building markers: Identify Building Characteristics lighting scheduling identified using derivative analysis + standard deviation Light turn on Light turn off 10
  • 11. Building operations signature marker Daily Operational Signature ● Captures many features of the building that can be compared with other buildings ● Captures features that correspond to distinct characteristics ● Provides a unique method for clustering buildings 11
  • 12. Predictive modeling Traditional Time series forecasting ● Seasonal Arima Models ● suffers from autocorrelation Supervised prediction models: ● Tree based models: ● RandomForest ● gradient boosting ● Support Vector regression ● Artificial neural network ● Deep learning ● Convolutional network Ensemble Modeling: ● Linear weight averaged assembly ● Apply meta-learners 12
  • 13. Prediction Example ● Random Forest method exhibits higher accuracy compared to data. ● Challenges: ○ Night time ○ Unusual events ● Next steps: ensemble of multiple algorithms 13
  • 14. EDIFES Engine 14 ● Current version v0.4.0 ● Hosted in github for internal use
  • 15. Acknowledgments 15 Research Faculty & Associates •Tim Peshek, Laura Bruckman Graduate Students •Yang Hu, Nick Wheeler •Mohammad Hossain, Yingfang Ma, Arash K. •Devin Gordon, Donghui Li, Yu Wang Undergraduates • Jack Mousseau, Rachel Swanson •Justin Fada, Davis Zabiyaka SDLE Staff: Chris Littman, Rich Tomazin
  • 16. 16
  • 17. Technology-to-Market progress ➔ Completed our first version of the Tech-2-Market Plan ➔ Hired a Commercialization Associate (Preethi Kumar, MEM Student) ➔ Continuing to conduct market research and familiarize ourselves with the competitive landscape ➔ Established Industry advisory board: ◆ Ali Ahmed (Cisco) ◆ Joe Jankowski (CIO, CWRU) ◆ Rem Harris (JumpStart) 17
  • 18. Technology-to-Market progress Conversations with potential customers, collaborators, & competitors thus far include: - Accenture - Ecova Retroficiency - Energy Savvy - SmartWatt Energy Inc. - Pecan Street - Forest City Realty Trust - Progressive Insurance (Beta site option) - Wells Fargo - Welltower 18
  • 19. Potential Customer Segments Real Estate Managers Chain Businesses Energy Service Companies
  • 20. Market Analysis 107 on Department of Energy Qualified List of ESCOs $5 billion investment in energy efficiency annually
  • 22. Other accomplishments and next steps Ethan masters degree (August 2016) 2 papers will be submitted in September 2016 Next steps: Q2: M1.2.2. Select subset of 10+ buildings identified for marker validation. Will begin working with JCI to identify buildings for verification. Q2: M2.1.1. Summary of findings using EDA applied to 40+ buildings, 4+ building equipment. - Ongoing will begin examining population studies as well. Q3: M1.2.3. Select 2+ buildings outside portfolio for alpha testing of same climate zone, building type and sq ft within 20%. In discussion with Progressive Insurance for alpha and beta testing. Q3: M3.1.1. Library of 10+ building markers developed in Cycle I. Presented in summary of findings inclusive of plots that demonstrate applicability. - At ~40 markers, but will continue to identify with a focus on disaggregation, prediction and population studies. 22
  • 23. Data cleaning and assembly for ingestion Weather (NOAA) - ingested Solar irradiation, weather (GIS) - partially ingested (ingestion of certain zip codes under negotiation) Currently 65 “good” datasets ingested that meet requirements: ● 50,000 sq ft or less ● 6 climate zones ● 2 years, 15 minute interval ● Wide range of facility types such as ○ Schools, labs, and office buildings ● Less than 5% anomalies (Twitter) ● “Good” shape - clustering algorithm ● 10 groups of 2 or more buildings Challenges to finding “good” buildings: ● Different meters record differently - need to understand meter hierarchy, designations ● Meter data problems: inconsistent time intervals, duplicate data, invalid timestamps, > 15 minute intervals Mitigation: ● Improved communication with JCI to gather more information about data ● Created script for automated “good” building finding Location of the ingested buildings 23 Reference: https://github.com/twitter/AnomalyDetection
  • 24. Summary of Ingested “Good” Buildings Facilities by state Different types of facilities 24
  • 25. Summer Break Winter Break This analysis reveals that the building has a high likelihood of being a school - LATER VALIDATED Example from EDA: Building type identification 25
  • 26. Example from EDA: Other data issues make select datasets not appropriate for EDIFES analysis (at this time) Some issues with datasets: - Duplicate data - Missing data - Data recorded past the present date - > 15 minute interval Duplicate Missing Data January 2017! 26