<p>This page displays the records of the person named above and is not linked to a unique person identifier. This record may need to be merged to a profile.</p>
Faults silently degrade HVAC performance, wasting energy and diminishing indoor well-being. How can artificial intelligence help us diagnose them? This paper shares insights into challenges of large-scale practical HVAC diagnostics and presents efforts from the Brains4Buildings project, specifically highlighting the emerging potential of Large Language Models (LLMs) as intelligent assistants toward self-learning and adaptive diagnostics.
...
Faults silently degrade HVAC performance, wasting energy and diminishing indoor well-being. How can artificial intelligence help us diagnose them? This paper shares insights into challenges of large-scale practical HVAC diagnostics and presents efforts from the Brains4Buildings project, specifically highlighting the emerging potential of Large Language Models (LLMs) as intelligent assistants toward self-learning and adaptive diagnostics.
Diagnostic Bayesian networks (DBNs) offer effective and interpretable solutions for HVAC fault detection and diagnosis (FDD), yet their practical construction and deployment require substantial manual effort. The work proposes a retrieval-augmented LLM framework to achieve robust and automated DBN generation. Preliminary results demonstrate that the proposed framework effectively mitigates hallucinations and significantly improves the structural quality of the generated DBNs.
...
Diagnostic Bayesian networks (DBNs) offer effective and interpretable solutions for HVAC fault detection and diagnosis (FDD), yet their practical construction and deployment require substantial manual effort. The work proposes a retrieval-augmented LLM framework to achieve robust and automated DBN generation. Preliminary results demonstrate that the proposed framework effectively mitigates hallucinations and significantly improves the structural quality of the generated DBNs.
Automated fault detection and diagnosis (FDD) of systems can allow component and control faults to be identified and rectified early to minimize their impacts. However, occupant behavior and feedback are typically neglected in FDD processes. In this paper, we develop building-specific comfort models for whole building HVAC system FDD. The models are based on random forest classification with two target variables: thermal preference and indoor air quality. The methodology is applied on a seven-floor office building in Delft, the Netherlands. The model is trained on subjective feedback provided by 15 study participants through a smartphone application as well as data from distributed sensors deployed in their offices during the period September–October 2024. The model is used to represent a “typical” occupant’s comfort perception in the case study building using the limited information available in the BMS data, allowing for long-term FDD in HVAC systems without the need for recurrent feedback.
...
Automated fault detection and diagnosis (FDD) of systems can allow component and control faults to be identified and rectified early to minimize their impacts. However, occupant behavior and feedback are typically neglected in FDD processes. In this paper, we develop building-specific comfort models for whole building HVAC system FDD. The models are based on random forest classification with two target variables: thermal preference and indoor air quality. The methodology is applied on a seven-floor office building in Delft, the Netherlands. The model is trained on subjective feedback provided by 15 study participants through a smartphone application as well as data from distributed sensors deployed in their offices during the period September–October 2024. The model is used to represent a “typical” occupant’s comfort perception in the case study building using the limited information available in the BMS data, allowing for long-term FDD in HVAC systems without the need for recurrent feedback.
Fault detection and diagnosis (FDD) are crucial to improving the efficiency of heating, ventilation, and air conditioning (HVAC) systems, reducing energy waste, and maintaining indoor comfort. Diagnostic Bayesian Networks (DBNs) present a compelling approach, offering robustness to uncertainty, adaptability to different sensor configurations, and interpretable inference. Existing FDD studies for air handling units (AHUs), however, are often limited to simulation or laboratory settings, seldom consider AHUs with heat recovery wheel (HRW) in operation, and rarely analyze how diagnostic performance changes under diverse sensor configurations. This study defined three practical sensor configurations (Sensor-Rich, Standard, and Limited) based on international guidelines and a practical survey, developed a corresponding DBN framework, and evaluated its performance on seventeen common faults using real-world data from an AHU in a Dutch office building. Existing FDD studies are often limited to simulation or specific Air Handling Unit (AHU) types with fixed sensor configurations, rarely investigating AHUs with heat recovery wheels, which are common in Europe. This study addresses these gaps by first defining three sensor configurations (Sensor-Rich, Standard, and Limited) based on international guidelines and a practitioner survey. A DBN-based FDD model was then developed for these configurations using historical data, expert knowledge and subsequently evaluated for its ability to diagnose seventeen common faults in an operational AHU with heat recovery wheel.The DBN correctly diagnosed fifteen, nine, and four faults for these configurations, respectively. The results show that increasing sensor availability improves overall diagnostic performance. However, certain cases demonstrate that additional measurements can also introduce conflicting evidence and reduce diagnostic accuracy. The study suggests that sensor selection must be combined with effective DBN modeling strategies to achieve robust diagnosis. Taken together, the analysis of key sensors and DBN modeling practices provides practical guidance for designing and implementing DBN-based FDD in common European AHU systems under diverse sensor configurations.The results indicate that increasing sensor quantity alone does not improve FDD performance; strategic sensor selection, placement, and effective data processing are also crucial.
...
Fault detection and diagnosis (FDD) are crucial to improving the efficiency of heating, ventilation, and air conditioning (HVAC) systems, reducing energy waste, and maintaining indoor comfort. Diagnostic Bayesian Networks (DBNs) present a compelling approach, offering robustness to uncertainty, adaptability to different sensor configurations, and interpretable inference. Existing FDD studies for air handling units (AHUs), however, are often limited to simulation or laboratory settings, seldom consider AHUs with heat recovery wheel (HRW) in operation, and rarely analyze how diagnostic performance changes under diverse sensor configurations. This study defined three practical sensor configurations (Sensor-Rich, Standard, and Limited) based on international guidelines and a practical survey, developed a corresponding DBN framework, and evaluated its performance on seventeen common faults using real-world data from an AHU in a Dutch office building. Existing FDD studies are often limited to simulation or specific Air Handling Unit (AHU) types with fixed sensor configurations, rarely investigating AHUs with heat recovery wheels, which are common in Europe. This study addresses these gaps by first defining three sensor configurations (Sensor-Rich, Standard, and Limited) based on international guidelines and a practitioner survey. A DBN-based FDD model was then developed for these configurations using historical data, expert knowledge and subsequently evaluated for its ability to diagnose seventeen common faults in an operational AHU with heat recovery wheel.The DBN correctly diagnosed fifteen, nine, and four faults for these configurations, respectively. The results show that increasing sensor availability improves overall diagnostic performance. However, certain cases demonstrate that additional measurements can also introduce conflicting evidence and reduce diagnostic accuracy. The study suggests that sensor selection must be combined with effective DBN modeling strategies to achieve robust diagnosis. Taken together, the analysis of key sensors and DBN modeling practices provides practical guidance for designing and implementing DBN-based FDD in common European AHU systems under diverse sensor configurations.The results indicate that increasing sensor quantity alone does not improve FDD performance; strategic sensor selection, placement, and effective data processing are also crucial.
Fault detection and diagnosis (FDD) play a crucial role in minimizing energy waste and reducing maintenance costs in HVAC systems. Diagnostic Bayesian networks (DBNs), as probabilistic graphical models, offer a promising solution due to robustness to uncertainties, modeling flexibility, scalability, and interpretability. However, the current DBN construction is either a tedious and time-consuming manual process or relies heavily on training data, posing significant barriers to wide-spread adoption. This study proposes a novel large language model (LLM)-driven framework for automating DBN code generation for HVAC systems by extracting knowledge from process and instrumentation diagrams (P&IDs), extending beyond the reliance on traditional sensor data. The results demonstrate that the proposed framework can generate functional DBN code, reasonable symptoms, and DBN parameters. However, fault diagnosis experiments revealed that only the “supply fan stuck” fault was correctly identified, underscoring the need for further refinement. Future work will focus on enhancing LLM capabilities, such as prompt engineering and fine-tuning, and optimizing DBN parameters using limited data to improve diagnostic accuracy.
...
Fault detection and diagnosis (FDD) play a crucial role in minimizing energy waste and reducing maintenance costs in HVAC systems. Diagnostic Bayesian networks (DBNs), as probabilistic graphical models, offer a promising solution due to robustness to uncertainties, modeling flexibility, scalability, and interpretability. However, the current DBN construction is either a tedious and time-consuming manual process or relies heavily on training data, posing significant barriers to wide-spread adoption. This study proposes a novel large language model (LLM)-driven framework for automating DBN code generation for HVAC systems by extracting knowledge from process and instrumentation diagrams (P&IDs), extending beyond the reliance on traditional sensor data. The results demonstrate that the proposed framework can generate functional DBN code, reasonable symptoms, and DBN parameters. However, fault diagnosis experiments revealed that only the “supply fan stuck” fault was correctly identified, underscoring the need for further refinement. Future work will focus on enhancing LLM capabilities, such as prompt engineering and fine-tuning, and optimizing DBN parameters using limited data to improve diagnostic accuracy.
Digitalization of HVAC piping and instrumentation diagrams (P&IDs) is essential for advancing the intelligent transformation of building systems and the building services industry. This work explores Large Language Models (LLMs) for zero-shot P&ID digitization, focusing on symbol detection. Three LLM-assisted approaches are evaluated. The results show that directly applying LLMs to P&ID digitization is highly challenging. By segmenting P&IDs into local crops and pairing them with the full diagram annotated with bounding boxes to provide global context, the LLM achieves improved symbol recognition. The findings highlight both the promise of LLMs and the need for further refinement to enable reliable HVAC P&ID digitization.
...
Digitalization of HVAC piping and instrumentation diagrams (P&IDs) is essential for advancing the intelligent transformation of building systems and the building services industry. This work explores Large Language Models (LLMs) for zero-shot P&ID digitization, focusing on symbol detection. Three LLM-assisted approaches are evaluated. The results show that directly applying LLMs to P&ID digitization is highly challenging. By segmenting P&IDs into local crops and pairing them with the full diagram annotated with bounding boxes to provide global context, the LLM achieves improved symbol recognition. The findings highlight both the promise of LLMs and the need for further refinement to enable reliable HVAC P&ID digitization.
New data science technologies used in building management systems (BMS) bring not only many technical challenges but also raise very significant educational challenges for professionals who work in the field of energy management systems in the energy transition. As part of the Brains4Buildings project, we have developed an Open Knowledge Platform that aims to support professionals and researchers who want to know more about the use of BMS data to optimize the operation of HVAC systems. This paper introduces the platform, its key features and content, and serves as an open invitation to wider community to make use of it.
...
New data science technologies used in building management systems (BMS) bring not only many technical challenges but also raise very significant educational challenges for professionals who work in the field of energy management systems in the energy transition. As part of the Brains4Buildings project, we have developed an Open Knowledge Platform that aims to support professionals and researchers who want to know more about the use of BMS data to optimize the operation of HVAC systems. This paper introduces the platform, its key features and content, and serves as an open invitation to wider community to make use of it.
Modern building systems generate vast sensor data for monitoring and control, yet faults in sensors, controls and documentation often undermine performance. Using Diagnostic Bayesian Networks (DBN)1, this study demonstrates whole-building fault detection and diagnosis (FDD) in a Dutch office and explores how occupant feedback can complement unreliable sensor data for resilient building operation.
...
Modern building systems generate vast sensor data for monitoring and control, yet faults in sensors, controls and documentation often undermine performance. Using Diagnostic Bayesian Networks (DBN)1, this study demonstrates whole-building fault detection and diagnosis (FDD) in a Dutch office and explores how occupant feedback can complement unreliable sensor data for resilient building operation.
This paper presents a Diagnostic Bayesian Network (DBN) for whole-building fault detection and diagnosis (FDD) incorporating occupant feedback as potential symptoms of faulty operation and occupant behaviors as potential faults in building performance. The methodology is applied on a seven-floor office building in Delft, the Netherlands, and the DBN's fault isolation capabilities for three different levels of information are compared.
...
This paper presents a Diagnostic Bayesian Network (DBN) for whole-building fault detection and diagnosis (FDD) incorporating occupant feedback as potential symptoms of faulty operation and occupant behaviors as potential faults in building performance. The methodology is applied on a seven-floor office building in Delft, the Netherlands, and the DBN's fault isolation capabilities for three different levels of information are compared.
Fault detection and diagnosis (FDD) are essential for enhancing the performance of heating, ventilation, and air conditioning (HVAC) systems, preventing energy waste, and ensuring indoor comfort. However, popular data-driven FDD approaches encounter challenges, such as the lack of high-quality labeled data, poor generalization, and the black-box nature of the models, which hinder their adoption in the market. Moreover, most existing studies only developed and validated their FDD models in simulation environments or laboratory settings, overlooking practical challenges of operational HVAC systems. First, this study focuses on implementing Diagnosis Bayesian networks (DBNs) in real-world settings, specifically, air handling units with heat recovery wheels in a campus building in the Netherlands. DBNs have been proven to be promising solutions with advantages in interpretability, robustness to uncertainties, and flexibility. Second, a Kafka-based framework is introduced for real-time monitoring in HVAC systems, enabling continuous and scalable data processing. Third, a comprehensive diagnosis analysis is conducted using both historical operational data and experimental fault data. The results reveal significant discrepancies between design documents and the actual operation of the HVAC system, and the DBN successfully identifies eight out of nine injected faults during experimentation. Additionally, the results uncover issues such as false positives due to DBN's limitations, inherent system faults, and unexpected HVAC system behaviors triggered by the simulated faults, offering critical insights into the operational challenges and diagnostic potential of DBNs in real-world HVAC systems. These contributions can advance the practical deployment of interpretable and robust FDD tools in building energy systems.
...
Fault detection and diagnosis (FDD) are essential for enhancing the performance of heating, ventilation, and air conditioning (HVAC) systems, preventing energy waste, and ensuring indoor comfort. However, popular data-driven FDD approaches encounter challenges, such as the lack of high-quality labeled data, poor generalization, and the black-box nature of the models, which hinder their adoption in the market. Moreover, most existing studies only developed and validated their FDD models in simulation environments or laboratory settings, overlooking practical challenges of operational HVAC systems. First, this study focuses on implementing Diagnosis Bayesian networks (DBNs) in real-world settings, specifically, air handling units with heat recovery wheels in a campus building in the Netherlands. DBNs have been proven to be promising solutions with advantages in interpretability, robustness to uncertainties, and flexibility. Second, a Kafka-based framework is introduced for real-time monitoring in HVAC systems, enabling continuous and scalable data processing. Third, a comprehensive diagnosis analysis is conducted using both historical operational data and experimental fault data. The results reveal significant discrepancies between design documents and the actual operation of the HVAC system, and the DBN successfully identifies eight out of nine injected faults during experimentation. Additionally, the results uncover issues such as false positives due to DBN's limitations, inherent system faults, and unexpected HVAC system behaviors triggered by the simulated faults, offering critical insights into the operational challenges and diagnostic potential of DBNs in real-world HVAC systems. These contributions can advance the practical deployment of interpretable and robust FDD tools in building energy systems.
This study investigates the integration of green hydrogen into building energy systems using local solar power, with the electricity grid serving as a backup plan. A comprehensive bottom-up analysis compares six energy system configurations: the natural gas grid boiler system, all-electric heat pump system, natural gas and hydrogen blended system, hydrogen microgrid boiler system, cogeneration hydrogen fuel cell system, and hybrid hydrogen heat pump system. Energy efficiency evaluations were conducted for 25 homes within one block in a neighborhood across five typological house stocks located in Stoke-on-Trent, UK. This research was modeled using a spreadsheet-based approach. The results highlight that while the all-electric heat pump system still demonstrates the highest energy efficiency with the lowest consumption, the hybrid hydrogen heat pump system emerges as the most efficient hydrogen-based solution. Further optimization, through the implementation of a peak-shaving strategy, shows promise in enhancing system performance. In this approach, hybrid hydrogen serves as a heating source during peak demand hours (evenings and cold seasons), complemented by a solar energy powered heat pump during summer and daytime. An hourly operational configuration is recommended to ensure consistent performance and sustainability. This study focuses on energy performance, excluding cost-effectiveness analysis. Therefore, the cost of the energy is not taken into consideration, requiring further development for future research in these areas.
...
This study investigates the integration of green hydrogen into building energy systems using local solar power, with the electricity grid serving as a backup plan. A comprehensive bottom-up analysis compares six energy system configurations: the natural gas grid boiler system, all-electric heat pump system, natural gas and hydrogen blended system, hydrogen microgrid boiler system, cogeneration hydrogen fuel cell system, and hybrid hydrogen heat pump system. Energy efficiency evaluations were conducted for 25 homes within one block in a neighborhood across five typological house stocks located in Stoke-on-Trent, UK. This research was modeled using a spreadsheet-based approach. The results highlight that while the all-electric heat pump system still demonstrates the highest energy efficiency with the lowest consumption, the hybrid hydrogen heat pump system emerges as the most efficient hydrogen-based solution. Further optimization, through the implementation of a peak-shaving strategy, shows promise in enhancing system performance. In this approach, hybrid hydrogen serves as a heating source during peak demand hours (evenings and cold seasons), complemented by a solar energy powered heat pump during summer and daytime. An hourly operational configuration is recommended to ensure consistent performance and sustainability. This study focuses on energy performance, excluding cost-effectiveness analysis. Therefore, the cost of the energy is not taken into consideration, requiring further development for future research in these areas.
Many buildings suffer from operational inefficiencies, leading to uncomfortable indoor environments, poor air quality, and significant energy waste. Developing automatic fault detection and diagnosis (FDD) tools in building energy systems is essential to mitigate these issues, reducing both energy waste and maintenance costs. Diagnostic Bayesian networks (DBNs), as probabilistic graphical models, offer a promising solution due to their interpretability, robustness to uncertainty, scalability, and flexibility. In this paper, the practical applications of DBNs for FDD in building energy systems are comprehensively reviewed. The generic modeling procedure is systematically examined and summarized, covering problem formulation, structure modeling, parameter modeling, and fault isolation and evaluation. Then, the paper provides insights into DBN modeling objectives, modeling types, diagnostic samples, and modeling software based on the 43 key relevant papers. Furthermore, the paper discusses practical challenges such as sensor configuration, baseline estimation, threshold determination, and expert knowledge integration. Finally, the recommendations are provided to guide further research, aiming to enhance DBN implementation for building energy systems in real-world scenarios, thereby supporting the transformation of the building service industry into a smart sector and ultimately improving building energy performance.
...
Many buildings suffer from operational inefficiencies, leading to uncomfortable indoor environments, poor air quality, and significant energy waste. Developing automatic fault detection and diagnosis (FDD) tools in building energy systems is essential to mitigate these issues, reducing both energy waste and maintenance costs. Diagnostic Bayesian networks (DBNs), as probabilistic graphical models, offer a promising solution due to their interpretability, robustness to uncertainty, scalability, and flexibility. In this paper, the practical applications of DBNs for FDD in building energy systems are comprehensively reviewed. The generic modeling procedure is systematically examined and summarized, covering problem formulation, structure modeling, parameter modeling, and fault isolation and evaluation. Then, the paper provides insights into DBN modeling objectives, modeling types, diagnostic samples, and modeling software based on the 43 key relevant papers. Furthermore, the paper discusses practical challenges such as sensor configuration, baseline estimation, threshold determination, and expert knowledge integration. Finally, the recommendations are provided to guide further research, aiming to enhance DBN implementation for building energy systems in real-world scenarios, thereby supporting the transformation of the building service industry into a smart sector and ultimately improving building energy performance.
Buildings account for approximately 40% of energy consumption in the European Union and over one-third of energy-related greenhouse gas emissions, with a significant portion attributed to heating, ventilation, and air conditioning (HVAC) systems. Effective fault detection and diagnosis (FDD) are essential for reducing energy waste and lowering maintenance costs in HVAC operations. FDD methods for HVAC systems have been extensively studied and can be broadly classified into two categories: knowledge-based and data-driven approaches. Knowledge-based approaches heavily rely on predefined rules and domain expertise and remain the most widely used in existing HVAC systems. Over the past decade, data-driven FDD approaches have gained popularity. However, data-driven FDD approaches require highquality labelled fault datasets for model training, which can be time-consuming and costly to obtain. To address this challenge, various studies have explored the use of generative adversarial networks (GANs) and other data augmentation techniques to synthesize realistic fault data and improve model performance. Despite these advancements, challenges related to generalization, scalability, and the interpretability of black-box models remain key concerns in the adoption of data-driven FDD approaches. [...]
...
Buildings account for approximately 40% of energy consumption in the European Union and over one-third of energy-related greenhouse gas emissions, with a significant portion attributed to heating, ventilation, and air conditioning (HVAC) systems. Effective fault detection and diagnosis (FDD) are essential for reducing energy waste and lowering maintenance costs in HVAC operations. FDD methods for HVAC systems have been extensively studied and can be broadly classified into two categories: knowledge-based and data-driven approaches. Knowledge-based approaches heavily rely on predefined rules and domain expertise and remain the most widely used in existing HVAC systems. Over the past decade, data-driven FDD approaches have gained popularity. However, data-driven FDD approaches require highquality labelled fault datasets for model training, which can be time-consuming and costly to obtain. To address this challenge, various studies have explored the use of generative adversarial networks (GANs) and other data augmentation techniques to synthesize realistic fault data and improve model performance. Despite these advancements, challenges related to generalization, scalability, and the interpretability of black-box models remain key concerns in the adoption of data-driven FDD approaches. [...]
Energy waste in buildings can range from 5% to 30% due to faults and inadequate controls. To effectively mitigate energy waste and reduce maintenance costs, the development of Fault Detection and Diagnosis (FDD) algorithms for building energy systems is crucial. Diagnostic Bayesian Networks (DBNs), as graphical probability models, are particularly useful in scenarios where high-quality data is not always available. While many studies have focused on single fault detection using DBNs, the occurrence of multiple simultaneous faults is common, yet the versatility of DBNs in handling such cases is rarely explored. This study adapts a DBN, initially designed for single fault diagnosis, to perform simultaneous fault diagnosis Experiments were conducted on an air handling unit (AHU) in the Netherlands, using implemented simultaneous faults to test the model. The results suggest that the DBN can detect both single and multiple faults effectively.
...
Energy waste in buildings can range from 5% to 30% due to faults and inadequate controls. To effectively mitigate energy waste and reduce maintenance costs, the development of Fault Detection and Diagnosis (FDD) algorithms for building energy systems is crucial. Diagnostic Bayesian Networks (DBNs), as graphical probability models, are particularly useful in scenarios where high-quality data is not always available. While many studies have focused on single fault detection using DBNs, the occurrence of multiple simultaneous faults is common, yet the versatility of DBNs in handling such cases is rarely explored. This study adapts a DBN, initially designed for single fault diagnosis, to perform simultaneous fault diagnosis Experiments were conducted on an air handling unit (AHU) in the Netherlands, using implemented simultaneous faults to test the model. The results suggest that the DBN can detect both single and multiple faults effectively.
Fault detection and diagnosis (FDD) provides several interrelated benefits, including reducing energy waste, enhanced operational efficiency, and maintaining indoor comfort. The initial step in FDD is to detect deviations from normal or expected operation. However, establishing a reliable baseline can be challenging, especially when there is a lack of sufficient system documents or when complex control strategies are involved. This study investigates three feature selection methods for the baseline estimation: expert knowledge-based, correlation-based, and causality-guided, using heating coil valve control estimation as an example. These methods were tested in an office building in the Netherlands. The results show that while the correlation-based method achieved the best estimation, it may lead to false negatives due to features with reverse causality. This study aims to emphasize the necessity of causal analysis in the baseline estimation to achieve reliable FDD in buildings.
...
Fault detection and diagnosis (FDD) provides several interrelated benefits, including reducing energy waste, enhanced operational efficiency, and maintaining indoor comfort. The initial step in FDD is to detect deviations from normal or expected operation. However, establishing a reliable baseline can be challenging, especially when there is a lack of sufficient system documents or when complex control strategies are involved. This study investigates three feature selection methods for the baseline estimation: expert knowledge-based, correlation-based, and causality-guided, using heating coil valve control estimation as an example. These methods were tested in an office building in the Netherlands. The results show that while the correlation-based method achieved the best estimation, it may lead to false negatives due to features with reverse causality. This study aims to emphasize the necessity of causal analysis in the baseline estimation to achieve reliable FDD in buildings.
Automated fault detection and diagnostics (FDD) can support building energy performance and predictive maintenance by leveraging the vast amounts of data generated by modern building management systems. Diagnostic Bayesian Networks (DBN) offer a particularly promising approach due to their robustness, flexibility and scalability. However, FDD applications in whole building systems are rare, as they require the integration of different building subsystems, with their own potential faults and symptoms, which increases complexity and makes the resulting DBNs system-specific. In order to overcome these limitations, the 4S3F (four symptoms and three faults) method offers a simplified, adaptable framework for FDD implementation across building systems. In this paper, we implement the 4S3F methodology to a whole-building HVAC system in a case study office building located in the Netherlands. Our methodology uses generic, aggregated representations of individual subsystems within the building, such that FDD methods for specific subcomponents can later be incorporated where available. We first define aggregated building system groups (boiler group, chiller group, hydronic groups, ventilation groups, and end user groups) and subsequently define generic faults that can be detected with the existing sensor infrastructure. This simplified system representation is then used to define a DBN to isolate the most probable system-level faults that lead to building-level symptoms. By focusing on the whole building system, this work aims to provide the groundwork to incorporate occupant feedback and behavior in FDD.
...
Automated fault detection and diagnostics (FDD) can support building energy performance and predictive maintenance by leveraging the vast amounts of data generated by modern building management systems. Diagnostic Bayesian Networks (DBN) offer a particularly promising approach due to their robustness, flexibility and scalability. However, FDD applications in whole building systems are rare, as they require the integration of different building subsystems, with their own potential faults and symptoms, which increases complexity and makes the resulting DBNs system-specific. In order to overcome these limitations, the 4S3F (four symptoms and three faults) method offers a simplified, adaptable framework for FDD implementation across building systems. In this paper, we implement the 4S3F methodology to a whole-building HVAC system in a case study office building located in the Netherlands. Our methodology uses generic, aggregated representations of individual subsystems within the building, such that FDD methods for specific subcomponents can later be incorporated where available. We first define aggregated building system groups (boiler group, chiller group, hydronic groups, ventilation groups, and end user groups) and subsequently define generic faults that can be detected with the existing sensor infrastructure. This simplified system representation is then used to define a DBN to isolate the most probable system-level faults that lead to building-level symptoms. By focusing on the whole building system, this work aims to provide the groundwork to incorporate occupant feedback and behavior in FDD.
This study investigates the diagnostic capabilities of a Diagnostic Bayesian Network (DBN) for air handling unit (AHU) components, particularly focusing on the heat recovery wheel (HRW) and heating coil valve (HCV). Unlike data-driven methods relying heavily on high-quality labeled data, this knowledge-based DBN is more suitable for real-world applications, where labeled faulty and normal data are hard to obtain. Notably, existing studies predominantly concentrate on developing DBN for AHU with recirculated air, neglecting thorough investigations into AHU with HRW, a prevalent system in North Europe and increasingly recommended post-COVID-19 for mitigating viral propagation. This paper presents a DBN setup with expert knowledge for an AHU with HRW, which is evaluated using experimental data from an office building in the Netherlands. The results show that the proposed DBN can successfully diagnose typical faults in HRW and HCV.
...
This study investigates the diagnostic capabilities of a Diagnostic Bayesian Network (DBN) for air handling unit (AHU) components, particularly focusing on the heat recovery wheel (HRW) and heating coil valve (HCV). Unlike data-driven methods relying heavily on high-quality labeled data, this knowledge-based DBN is more suitable for real-world applications, where labeled faulty and normal data are hard to obtain. Notably, existing studies predominantly concentrate on developing DBN for AHU with recirculated air, neglecting thorough investigations into AHU with HRW, a prevalent system in North Europe and increasingly recommended post-COVID-19 for mitigating viral propagation. This paper presents a DBN setup with expert knowledge for an AHU with HRW, which is evaluated using experimental data from an office building in the Netherlands. The results show that the proposed DBN can successfully diagnose typical faults in HRW and HCV.
The energy management systems industry in the built environment is currently an important topic. Buildings use about 40% of the total global energy worldwide. Therefore, the energy management system’s sector is one of the most influential sectors to realize changes and transformation of energy use. New data science technologies used in building energy management systems might not only bring many technical challenges, but also they raise significant educational challenges for professionals who work in the field of energy management systems. Learning and educational issues are mainly due to the transformation of professional practices and networks, emerging technologies, and a big shift in how people work, communicate, and share their knowledge across the professional and academic sectors. In this study, we have investigated three different companies active in the building services sector to identify the main motivation and barriers to knowledge adoption, transfer, and exchange between different professionals in the energy management sector and explore the technologies that have been used in this field using the boundary-crossing framework. The results of our study show the importance of understanding professional learning networks in the building services sector. Additionally, the role of learning culture, incentive structure, and technologies behind the educational system of each organization are explained. Boundary-crossing helps to analyze the barriers and challenges in the educational setting and how new educational technologies can be embedded. Based on our results, future studies with a bigger sample and deeper analysis of technologies are needed to have a better understanding of current educational problems.
...
The energy management systems industry in the built environment is currently an important topic. Buildings use about 40% of the total global energy worldwide. Therefore, the energy management system’s sector is one of the most influential sectors to realize changes and transformation of energy use. New data science technologies used in building energy management systems might not only bring many technical challenges, but also they raise significant educational challenges for professionals who work in the field of energy management systems. Learning and educational issues are mainly due to the transformation of professional practices and networks, emerging technologies, and a big shift in how people work, communicate, and share their knowledge across the professional and academic sectors. In this study, we have investigated three different companies active in the building services sector to identify the main motivation and barriers to knowledge adoption, transfer, and exchange between different professionals in the energy management sector and explore the technologies that have been used in this field using the boundary-crossing framework. The results of our study show the importance of understanding professional learning networks in the building services sector. Additionally, the role of learning culture, incentive structure, and technologies behind the educational system of each organization are explained. Boundary-crossing helps to analyze the barriers and challenges in the educational setting and how new educational technologies can be embedded. Based on our results, future studies with a bigger sample and deeper analysis of technologies are needed to have a better understanding of current educational problems.
Many researchers have indicated the energy performance gap (difference
between actual and predicted energy used in buildings), not only on an
individual building level, but also on a building stock level. For
policy makers it is important that predictions are correct on an
building stock level to make them a useful tool to predict the effect of
their proposed energy saving policies. Often not all input parameters
for building energy simulations are known (e.g. insulation rates are
often only possible to determine with destructive inspection or
extensive measurements), therefore assumptions are made (e.g.
assumptions for insulation rates are often made based on construction
year). It is expected that a large part of the energy performance gap on
building stock level are caused by incorrect assumptions of the unknown
parameters in the building simulations. Previous research has shown
that automated calibration of the assumptions on building stock level
seems a promising method to reduce the energy performance gap and
therewith make building energy simulations on building stock level a
more reliable tool for policy makers. The previous research about
calibration on building stock level was a proof of concept and still
needs some improvements before it can be applied in practice. One of the
aspects to improve the method is to determine the most suitable
objective function and the most suitable optimization algorithm. In this
paper we compare different objective functions (e.g. Root Mean Square
Error, Mean Absolute Error, Sum of Absolute Errors). Next to that we
compare different optimization algorithms (e.g. Genetic Algorithm,
Particle Swarm and simulated Annealing Algorithm). For the comparison of
the objective functions and the algorithms the former Dutch calculation
method to determine the energy label in dwellings is used, in
combination with the SHAERE database and data from the Dutch Statistics.
The SHAERE database contains all input information on individual
dwelling level to calculate the energy label of a dwelling of almost 2
million dwellings. The Dutch Statistics database contains the individual
annual energy use of all dwelling of the Netherlands and can be linked
to the SHAERE database.
...
Many researchers have indicated the energy performance gap (difference
between actual and predicted energy used in buildings), not only on an
individual building level, but also on a building stock level. For
policy makers it is important that predictions are correct on an
building stock level to make them a useful tool to predict the effect of
their proposed energy saving policies. Often not all input parameters
for building energy simulations are known (e.g. insulation rates are
often only possible to determine with destructive inspection or
extensive measurements), therefore assumptions are made (e.g.
assumptions for insulation rates are often made based on construction
year). It is expected that a large part of the energy performance gap on
building stock level are caused by incorrect assumptions of the unknown
parameters in the building simulations. Previous research has shown
that automated calibration of the assumptions on building stock level
seems a promising method to reduce the energy performance gap and
therewith make building energy simulations on building stock level a
more reliable tool for policy makers. The previous research about
calibration on building stock level was a proof of concept and still
needs some improvements before it can be applied in practice. One of the
aspects to improve the method is to determine the most suitable
objective function and the most suitable optimization algorithm. In this
paper we compare different objective functions (e.g. Root Mean Square
Error, Mean Absolute Error, Sum of Absolute Errors). Next to that we
compare different optimization algorithms (e.g. Genetic Algorithm,
Particle Swarm and simulated Annealing Algorithm). For the comparison of
the objective functions and the algorithms the former Dutch calculation
method to determine the energy label in dwellings is used, in
combination with the SHAERE database and data from the Dutch Statistics.
The SHAERE database contains all input information on individual
dwelling level to calculate the energy label of a dwelling of almost 2
million dwellings. The Dutch Statistics database contains the individual
annual energy use of all dwelling of the Netherlands and can be linked
to the SHAERE database.
Low Temperature Heating (LTH) of buildings is a key feature when switching to renewable energy. Even when the capacity of LTH is high enough, LTH may adversely affect indoor thermal comfort in case buildings are not suitably insulated. This paper goes deeper into methodological issues when conducting a thermal comfort assessment. Thermal comfort is either quantified by Fanger’s Predicted Mean Vote (PMV) or ranked in building comfort classes in the adaptive model. In both cases, one of the main parameters influencing comfort is the Mean Radiant Temperature (MRT). This study addresses issues with common MRT and PMV calculations in energy simulation software. The case study is TRNSYS 17. Several MRT and PMV calculation methods are compared, showing possible draw-backs and deviations from comfort standards NEN-EN ISO 7726 and 7730. For instance, in the standard heating settings in TRNBuild only the total heating capacity is specified. The radiative part is then distributed area-weighted over opaque surfaces. A more detailed option in TRNBuild is to specify the locations of radiative gains as points. In both cases, the MRT at a comfort sphere is calculated with Gebhardt-factors instead of view-factors. The standard settings may be considered too simplified for detailed comfort studies whereas the detailed model shows deviations from comfort standards NEN-EN ISO 7726 and 7730. Therefore, two additions to these models are proposed to increase accuracy. One addition is an ordinary detailed model with radiative gains as point sources in order to retrieve all surface temperatures during a desired period of time. In the second addition walls with radiators are split-up and planes are added at the locations of radiators to generate a view-factor matrix. This can be done in TRNBuild, but also in other view-factor calculation software. From model 1 all surface temperatures are retrieved. Combined with the view-factors from model 2, the MRT can be calculated.
...
Low Temperature Heating (LTH) of buildings is a key feature when switching to renewable energy. Even when the capacity of LTH is high enough, LTH may adversely affect indoor thermal comfort in case buildings are not suitably insulated. This paper goes deeper into methodological issues when conducting a thermal comfort assessment. Thermal comfort is either quantified by Fanger’s Predicted Mean Vote (PMV) or ranked in building comfort classes in the adaptive model. In both cases, one of the main parameters influencing comfort is the Mean Radiant Temperature (MRT). This study addresses issues with common MRT and PMV calculations in energy simulation software. The case study is TRNSYS 17. Several MRT and PMV calculation methods are compared, showing possible draw-backs and deviations from comfort standards NEN-EN ISO 7726 and 7730. For instance, in the standard heating settings in TRNBuild only the total heating capacity is specified. The radiative part is then distributed area-weighted over opaque surfaces. A more detailed option in TRNBuild is to specify the locations of radiative gains as points. In both cases, the MRT at a comfort sphere is calculated with Gebhardt-factors instead of view-factors. The standard settings may be considered too simplified for detailed comfort studies whereas the detailed model shows deviations from comfort standards NEN-EN ISO 7726 and 7730. Therefore, two additions to these models are proposed to increase accuracy. One addition is an ordinary detailed model with radiative gains as point sources in order to retrieve all surface temperatures during a desired period of time. In the second addition walls with radiators are split-up and planes are added at the locations of radiators to generate a view-factor matrix. This can be done in TRNBuild, but also in other view-factor calculation software. From model 1 all surface temperatures are retrieved. Combined with the view-factors from model 2, the MRT can be calculated.
Cookie settings
We use necessary cookies to make the TU Delft Repository work.
Help us improve the Repository
With your permission, we use privacy-friendly Matomo analytics to understand how people use the
Repository — for example, which features are used and where we can improve the search experience. The analytics are managed by TU Delft and are not used for advertising or commercial tracking. Your IP
address is anonymized, and analytics data is not shared with third parties.
Choosing “Accept all” helps the Library improve the Repository for researchers, students, and other
users. You can change your choice at any time using the cookie settings icon in the footer. For more information, read our
privacy statement.