Integrated Simulation and Calibration Framework for Heating System Optimization

Kirill Djebko,Daniel Weidner,Marcel Waleska,Timo Krey,Sven Rausch,Dietmar Seipel,Frank Puppe
DOI: https://doi.org/10.3390/s24030886
IF: 3.9
2024-01-30
Sensors
Abstract:In a time where sustainability and CO2 efficiency are of ever-increasing importance, heating systems deserve special considerations. Despite well-functioning hardware, inefficiencies may arise when controller parameters are not well chosen. While monitoring systems could help to identify such issues, they lack improvement suggestions. One possible solution would be the use of digital twins; however, critical values such as the water consumption of the residents can often not be acquired for accurate models. To address this issue, coarse models can be employed to generate quantitative predictions, which can then be interpreted qualitatively to assess "better or worse" system behavior. In this paper, we present a simulation and calibration framework as well as a preprocessing module. These components can be run locally or deployed as containerized microservices and are easy to interface with existing data acquisition infrastructure. We evaluate the two main operating modes, namely automatic model calibration, using measured data, and the optimization of controller parameters. Our results show that using a coarse model of a real heating system and data augmentation through preprocessing, it is possible to achieve an acceptable fit of partially incomplete measured data, and that the calibrated model can subsequently be used to perform an optimization of the controller parameters in regard to the simulated boiler gas consumption.
engineering, electrical & electronic,chemistry, analytical,instruments & instrumentation
What problem does this paper attempt to address?
This paper attempts to address the issue of inefficiency in existing heating systems, where despite the hardware functioning properly, improper selection of controller parameters leads to inefficiency. Specifically, the paper focuses on how to optimize the controller parameters of heating systems through a simulation and calibration framework to improve energy efficiency and reduce operating costs. ### Background and Problem Description 1. **Energy Consumption and Cost**: The operation of heating systems consumes a large amount of energy, resulting in high costs. 2. **Controller Parameter Configuration**: The efficiency of heating systems largely depends on the configuration of controller parameters, which are usually set during initial installation or maintenance. However, the quality of these configurations can vary, often only meeting the minimum operational standards (such as achieving the required heating temperature and preventing Legionella in hot water). 3. **Limitations of Manual Optimization**: Traditional optimization methods rely on the experience and knowledge of technicians, but this approach is limited by the available sensor information and usually requires a trial-and-error process, which is time-consuming and inefficient. 4. **Potential of Digital Twins**: Using digital twins (i.e., simulation models of heating systems) can predict the effects of modifying controller parameters, thereby utilizing engineers' knowledge more efficiently. However, accurate digital twins require a large amount of data input, which is often difficult to obtain. ### Solution The paper proposes an integrated simulation and calibration framework to address the above issues through the following methods: 1. **Use of Coarse Models**: Generate quantitative predictions using coarse models, then evaluate the system's "better or worse" behavior through qualitative analysis. 2. **Automatic Calibration**: Utilize a variant of the genetic algorithm (GA) — the cyclic genetic algorithm (CGA) — to automatically adjust model parameters to closely match the behavior of the actual system. 3. **Data Preprocessing**: Develop a preprocessing module to enhance and modify measurement data, including using long short-term memory (LSTM) neural networks for machine learning preprocessing. 4. **Microservice Architecture**: The entire system can run as a local application or be deployed as containerized microservices, facilitating integration with existing data acquisition infrastructure. ### Main Contributions 1. **Methodology**: Propose a customizable pipeline from measurement data to optimized parameters, suitable for data from actual heating systems. 2. **Integration**: Address the lack of integration with extensive data acquisition frameworks in existing calibration systems, achieving an automated calibration process through an easily deployable microservice architecture. 3. **Experimental Validation**: Validate the effectiveness of the method through experiments on an actual heating system in a 30-unit multi-family residence in northern Germany. In summary, this paper proposes an integrated simulation and calibration framework aimed at improving the efficiency of heating systems, reducing operating costs, and providing an automated, efficient method to optimize controller parameters.