Efficient Data-Driven MPC for Demand Response of Commercial Buildings

Read original: arXiv:2401.15742 - Published 8/19/2024 by Marie-Christine Par'e, Vasken Dermardiros, Antoine Lesage-Landry
Total Score

0

🖼️

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Model predictive control (MPC) can significantly improve the energy efficiency of buildings while maintaining thermal comfort
  • Data-driven approaches using neural networks have been proposed to model building systems, but these are often nonconvex and computationally complex
  • This work proposes a readily implementable, data-driven, and mixed-integer convex MPC approach for small commercial buildings
  • The approach uses an input convex recurrent neural network to model thermal dynamics and is solved via derivative-free optimization within a 5-minute time limit
  • The method is evaluated in several demand response (DR) settings, including demand bidding, time-of-use, and critical peak rebate programs

Plain English Explanation

Improving the energy efficiency of buildings is an important goal, as buildings account for a significant portion of global energy use. Model predictive control (MPC) is a technique that has shown promise in this area, as it can optimize the building's energy use while still maintaining a comfortable indoor temperature.

However, traditional data-driven approaches to modeling the building's thermal dynamics using neural networks can be complex and computationally intensive, leading to optimization problems that are difficult to solve in a practical timeframe. This makes them challenging to implement in real-world building management systems.

In this work, the researchers developed a new method that is more readily implementable. They used an input convex recurrent neural network to model the building's thermal behavior, which allowed them to formulate a mixed-integer convex MPC problem. This type of optimization problem can be solved more efficiently, within a 5-minute time limit, using derivative-free optimization techniques.

The researchers then applied this approach to several demand response (DR) scenarios, where buildings adjust their energy use in response to signals from the electric grid. This includes things like demand bidding, time-of-use pricing, and critical peak rebate programs. By participating in these DR programs, the buildings can reduce their energy costs while still maintaining thermal comfort for the occupants.

Overall, this work provides a practical and effective way to improve the energy efficiency of small commercial buildings using MPC, which could have significant implications for reducing the environmental impact of the built environment.

Technical Explanation

The researchers designed a data-driven and mixed-integer convex MPC approach for small commercial buildings. They used an input convex recurrent neural network to model the thermal dynamics of the building, which allowed them to formulate a convex optimization problem that could be solved efficiently within a 5-minute time limit using derivative-free optimization.

The key aspects of the technical approach are:

  1. Building Thermal Modeling: The researchers used an input convex recurrent neural network to model the building's thermal behavior. This type of neural network architecture ensures that the optimization problem remains convex, making it computationally tractable.

  2. Mixed-Integer Convex MPC: The researchers formulated a mixed-integer convex MPC problem, which allowed them to accurately model the discrete control inputs (e.g., on/off states) of the building's heating, ventilation, and air conditioning (HVAC) system.

  3. Derivative-Free Optimization: Given the limited computational time of 5 minutes, the researchers solved the MPC problem using a derivative-free optimization algorithm. This approach does not require the calculation of gradients, which can be computationally expensive for complex models.

  4. Demand Response Scenarios: The researchers evaluated their approach in several demand response settings, including demand bidding, time-of-use pricing, and critical peak rebate programs. This allowed them to assess the effectiveness of their method in reducing energy consumption and costs while maintaining thermal comfort.

The researchers compared the performance of their approach to other data-driven methods and a set-point controller. Their results showed that the proposed method was able to improve thermal comfort while reducing energy consumption and costs through participation in demand response programs.

Critical Analysis

The researchers acknowledge several limitations and areas for further research in their work:

  1. Scalability: The proposed approach was evaluated on a small commercial building, and the researchers note that the computational complexity may increase for larger buildings or more complex HVAC systems.

  2. Model Accuracy: While the input convex recurrent neural network provided a good balance between model complexity and optimization tractability, the researchers suggest that more advanced neural network architectures could potentially improve the accuracy of the thermal modeling.

  3. Uncertainty Handling: The current approach does not explicitly consider uncertainties in factors like weather, occupancy, or energy prices. Incorporating robust or stochastic optimization techniques could help the controller better handle these uncertainties.

  4. Hardware Implementation: The researchers focused on the algorithmic aspects of the MPC controller, but the practical implementation of the system on building automation hardware would require additional consideration.

  5. Generalization: The evaluation was limited to a specific building simulation model, and further research is needed to assess the performance of the approach across a wider range of building types and climates.

Despite these limitations, the proposed method represents a promising step towards more practical and effective data-driven approaches for building energy management. By striking a balance between model complexity and optimization tractability, the researchers have developed a readily implementable solution that could have significant real-world impact.

Conclusion

This work presents a data-driven and mixed-integer convex MPC approach for improving the energy efficiency of small commercial buildings while maintaining thermal comfort. By using an input convex recurrent neural network to model the building's thermal dynamics and solving the optimization problem via derivative-free methods, the researchers have developed a readily implementable solution that can be applied in various demand response settings.

The results demonstrate the potential of this approach to reduce energy consumption and costs through participation in demand response programs, without compromising occupant comfort. While there are some limitations that warrant further research, this work represents an important step towards more practical and effective building energy management strategies, which could have significant implications for the environmental impact of the built environment.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🖼️

Total Score

0

Efficient Data-Driven MPC for Demand Response of Commercial Buildings

Marie-Christine Par'e, Vasken Dermardiros, Antoine Lesage-Landry

Model predictive control (MPC) has been shown to significantly improve the energy efficiency of buildings while maintaining thermal comfort. Data-driven approaches based on neural networks have been proposed to facilitate system modelling. However, such approaches are generally nonconvex and result in computationally intractable optimization problems. In this work, we design a readily implementable energy management method for small commercial buildings. We then leverage our approach to formulate a real-time demand bidding strategy. We propose a data-driven and mixed-integer convex MPC which is solved via derivative-free optimization given a limited computational time of 5 minutes to respect operational constraints. We consider rooftop unit heating, ventilation, and air conditioning systems with discrete controls to accurately model the operation of most commercial buildings. Our approach uses an input convex recurrent neural network to model the thermal dynamics. We apply our approach in several demand response (DR) settings, including a demand bidding, a time-of-use, and a critical peak rebate program. Controller performance is evaluated on a state-of-the-art building simulation. The proposed approach improves thermal comfort while reducing energy consumption and cost through DR participation, when compared to other data-driven approaches or a set-point controller.

Read more

8/19/2024

🧠

Total Score

0

Demand response for residential building heating: Effective Monte Carlo Tree Search control based on physics-informed neural networks

Fabio Pavirani, Gargya Gokhale, Bert Claessens, Chris Develder

To reduce global carbon emissions and limit climate change, controlling energy consumption in buildings is an important piece of the puzzle. Here, we specifically focus on using a demand response (DR) algorithm to limit the energy consumption of a residential building's heating system while respecting user's thermal comfort. In that domain, Reinforcement learning (RL) methods have been shown to be quite effective. One such RL method is Monte Carlo Tree Search (MCTS), which has achieved impressive success in playing board games (go, chess). A particular advantage of MCTS is that its decision tree structure naturally allows to integrate exogenous constraints (e.g., by trimming branches that violate them), while conventional RL solutions need more elaborate techniques (e.g., indirectly by adding penalties in the cost/reward function, or through a backup controller that corrects constraint-violating actions). The main aim of this paper is to study the adoption of MCTS for building control, since this (to the best of our knowledge) has remained largely unexplored. A specific property of MCTS is that it needs a simulator component that can predict subsequent system states, based on actions taken. A straightforward data-driven solution is to use black-box neural networks (NNs). We will however extend a Physics-informed Neural Network (PiNN) model to deliver multi-timestep predictions, and show the benefit it offers in terms of lower prediction errors ($-$32% MAE) as well as better MCTS performance ($-$4% energy cost, $+$7% thermal comfort) compared to a black-box NN. A second contribution will be to extend a vanilla MCTS version to adopt the ideas applied in AlphaZero (i.e., using learned prior and value functions and an action selection heuristic) to obtain lower computational costs while maintaining control performance.

Read more

5/22/2024

An IoT Framework for Building Energy Optimization Using Machine Learning-based MPC
Total Score

0

An IoT Framework for Building Energy Optimization Using Machine Learning-based MPC

Aryan Morteza, Hosein K. Nazari, Peyman Pahlevani

This study proposes a machine learning-based Model Predictive Control (MPC) approach for controlling Air Handling Unit (AHU) systems by employing an Internet of Things (IoT) framework. The proposed framework utilizes an Artificial Neural Network (ANN) to provide dynamic-linear thermal model parameters considering building information and disturbances in real time, thereby facilitating the practical MPC of the AHU system. The proposed framework allows users to establish new setpoints for a closed-loop control system, enabling customization of the thermal environment to meet individual needs with minimal use of the AHU. The experimental results demonstrate the cost benefits of the proposed machine-learning-based MPC-IoT framework, achieving a 57.59% reduction in electricity consumption compared with a clock-based manual controller while maintaining a high level of user satisfaction. The proposed framework offers remarkable flexibility and effectiveness, even in legacy systems with limited building information, making it a pragmatic and valuable solution for enhancing the energy efficiency and user comfort in pre-existing structures.

Read more

8/27/2024

Impact of data for forecasting on performance of model predictive control in buildings with smart energy storage
Total Score

0

Impact of data for forecasting on performance of model predictive control in buildings with smart energy storage

Max Langtry, Vijja Wichitwechkarn, Rebecca Ward, Chaoqun Zhuang, Monika J. Kreitmair, Nikolas Makasis, Zack Xuereb Conti, Ruchi Choudhary

Data is required to develop forecasting models for use in Model Predictive Control (MPC) schemes in building energy systems. However, data is costly to both collect and exploit. Determining cost optimal data usage strategies requires understanding of the forecast accuracy and resulting MPC operational performance it enables. This study investigates the performance of both simple and state-of-the-art machine learning prediction models for MPC in multi-building energy systems using a simulated case study with historic building energy data. The impact on forecast accuracy of measures to improve model data efficiency are quantified, specifically for: reuse of prediction models, reduction of training data duration, reduction of model data features, and online model training. A simple linear multi-layer perceptron model is shown to provide equivalent forecast accuracy to state-of-the-art models, with greater data efficiency and generalisability. The use of more than 2 years of training data for load prediction models provided no significant improvement in forecast accuracy. Forecast accuracy and data efficiency were improved simultaneously by using change-point analysis to screen training data. Reused models and those trained with 3 months of data had on average 10% higher error than baseline, indicating that deploying MPC systems without prior data collection may be economic.

Read more

8/1/2024