Occupancy-Based Predictive AI-Driven Ventilation Control for Energy Savings in Office Buildings
Abstract
:1. Introduction
1.1. Research Background
- CAVs maintain a constant volume of supply and exhaust air regardless of occupancy or indoor climate conditions. These systems are the least efficient, as they might continue ventilating even when spaces are unoccupied.
- VAV systems focus on maintaining a desired airflow rate in different zones of a building. It adjusts airflow based on indoor climate parameters, such as temperature or pressure.
- DCV systems focus on maintaining a desired level of indoor air quality (IAQ) by adjusting the ventilation rate based on a specific metric (usually CO2 concentration).
- HV systems combine features of the other systems.
1.2. Literature Review
2. Materials and Methods
- Data collection and analysis. As was already defined, occupancy is an important parameter to be used for the control of the ventilation system, so this is the core parameter that was decided to be monitored, together with the CO2 concentration in the room, as the main parameter reflecting the indoor air quality. A wider variety of indoor parameters (indoor air temperatures, relative humidity, air velocity) were also measured, seeking to increase the probability of finding hidden patterns and correlations, but the correlations with these parameters were found to be weak, and therefore are not further analysed in this study [7]. The data for the CO2 concentrations were gathered from 3 office buildings, with 5 min intervals, and for occupancy, when a signal of the PIR sensor was detected (direct detection of the occupancy). The CO2 and occupancy data were processed to unify the time step for CO2 and occupancy and further analysed. They are further utilised for training and validating the AI prediction models.
- Analysis and validation of occupancy prediction models. At this stage, using the collected monitoring data, the ELM (extreme learning machine) model was applied for the prediction of occupancy. Different studies [24,25,26] have proven that prediction models incorporating the ELM show high accuracy and reliability. The ELM has been tested with two different algorithms: simulated annealing (SA) and genetic algorithm (GA). The optimisation application aims to obtain data with a high degree of deviation compared to adjacent data. The optimised data are fed to the ELM, and the algorithm is trained on the fed data. The objective of the ELM is to predict the near future based on the variables obtained and to adjust the ventilation system airflows accordingly. For ELM with two different optimisations (SA and GA), analysis was also performed to test the sensitivity to population size, number of hidden neurons, and maximum number of iterations. Additionally, model reliability was tested for different occupancy densities. As a result, the most acceptable and reliable optimisation is chosen for further development of the ventilation system optimisation model called AI-VAV.
- Application of an AI-VAV model for the improvement of the control of a building’s ventilation system for the reduction in energy consumption. The AI model predicts occupancy and then recalculates it into CO2 concentration to enable system control. The energy-saving potential of the AI-VAV control model is compared to the traditional ventilation function of the VAV damper. The model was trained with different amounts of data to test the amount of data required to ensure sufficient prediction reliability. Once the data set was defined, five different AI-VAV control combinations were tested to determine the model’s performance and to ensure the indoor air quality in terms of CO2 concentration. Finally, the way that the system must operate to maintain acceptable indoor air quality and additional energy savings compared to traditional ventilation systems with VAV dampers is proposed.
2.1. Monitoring Data
2.2. Extreme Learning Machine Model with Integrated Optimisation Algorithms
Algorithm 1. Pseudocode of ELM model training process [30]. |
1. START: learning data: {xi}T∈ Rn and {ti}T∈ Rm (xi = [xi1, xi2,…, xin]T∈ Rn and ti = [ti1, ti2,…, tin]T∈ Rm) 2. Hidden output neuron function g(x) and number of hidden neurons, L; 3. Assurance: Output weight vector, β 4. Random parameter for hidden neuron generation (wj, xj, bj), here j = 1, …, N; 5. Calculate hidden layer output matrix H; 6. Calculate output weights β: β = H†T, here T = [t1, t2,…, tN]T; 7. END |
Algorithm 2. Pseudocode of the standard genetic algorithm [31]. |
1. Parameter (s): M—genome blocks are determined (pop size) 2. Output: a set of chromosomes is randomly selected from M 3. Initialisation 4. t 0 5. Initialise Y(t) to random individuals from M 6. EVALUATE-FITNESS-GA (Mt, Y(t)) 7. When termination conditions not met 8. 9. Return (superstring derived from best individual Y(t)) 10. Procedure EVALUATE-FITNESS-GA (M, Y) 11. M–set f population size 12. Y–population of individuals 13. For each individual j ∈ Y 14. |
Algorithm 3. Pseudocode of the simulated annealing algorithm [33]. |
1. Generate initial temperature, t0; 2. Generate initial configuration, x0; 3. While convergence criteria are not met do: 4. Fix temperature, t; 5. for j = 1,…, N, 6. Choose randomly an element . 7. If f(y) < f(x), then xß y 8. Else, either probability , then xß y. 9. End for 10. End while 11. Return the best solution found. |
2.3. Modelling of Indoor Carbon Dioxide Concentrations
3. Results
3.1. Analysis of the Monitoring Data
3.2. Analysis and Validation of Occupancy Prediction Models’ Results
3.3. Results of AI-VAV Model Training
4. Discussion
4.1. General Discussion
4.2. Limitations of the Study
5. Conclusions
- -
- The accuracy of the predictions: the hybrid ELM with both optimisation methods, namely simulated annealing (SA) and genetic algorithm (GA), demonstrated a high level of prediction accuracy throughout the entire experimental period, with an R2 value of 0.73–0.74 and an RMSE value of 1.8–1.9. The accuracy of the AI-VAV model is contingent upon occupancy density and is therefore unsuitable for use in offices with very low occupancies. Monitoring data collected from different periods, including in atypical circumstances (COVID-19 pandemic), enabled us to demonstrate this sensitivity.
- -
- The reliability of the prediction: four weeks of observation data (in 5 min increments) is sufficient for the reliable prediction of the occupancy.
- -
- Energy savings: AI-VAV control provides an additional energy savings potential of up to 12.5% compared to traditional VAV systems.
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
Abbreviations
AI | Artificial intelligence |
AI-VAV | Variable air volume system controlled using artificial intelligence |
ANN | Artificial neural networks |
CAV | Constant air volume |
COVID-19 | Coronavirus disease 2019 |
DCV | Demand-controlled ventilation |
ELM | Extreme learning machine |
ELM-SA | Extreme learning machine with simulated annealing |
EPG | Energy performance gap |
FLC | Fuzzy logic controllers |
GA | Genetic algorithms |
HVAC | Heating, ventilation, and air conditioning |
IAQ | Indoor air quality |
IDA | Indoor air quality standard category |
IEQ | Indoor environment quality |
IEA | International energy agency |
MPC | Model predictive control |
NZE | Net zero emissions |
OBMPC | Occupant-number-based model predictive control |
RL | Reinforcement learning |
SA | Simulated annealing |
VAV | Variable air volume |
VFD | Variable frequency drive |
References
- International Energy Agency. Available online: https://www.iea.org/reports/renovation-of-near-20-of-existing-building-stock-to-zero-carbon-ready-by-2030-is-ambitious-but-necessary (accessed on 3 May 2024).
- European Commission. Available online: https://ec.europa.eu/commission/presscorner/detail/en/ip_23_6423 (accessed on 3 May 2024).
- Jain, N.; Burman, E.; Stamp, S.; Mumovic, D.; Davies, M. Cross-Sectoral Assessment of the Performance Gap Using Calibrated Building Energy Performance Simulation. Energy Build. 2020, 224, 110271. [Google Scholar] [CrossRef]
- van Dronkelaar, C.; Dowson, M.; Spataru, C.; Mumovic, D. A Review of the Regulatory Energy Performance Gap and Its Underlying Causes in Non-Domestic Buildings. Front. Mech. Eng. 2016, 1, 17. [Google Scholar] [CrossRef]
- Hernandez-Cruz, P.; Giraldo-Soto, C.; Escudero-Revilla, C.; Hidalgo-Betanzos, J.M.; Flores-Abascal, I. Energy Efficiency and Energy Performance Gap in Centralized Social Housing Buildings of the Basque Country. Energy Build. 2023, 298, 113534. [Google Scholar] [CrossRef]
- Motuzienė, V.; Bielskus, J.; Lapinskienė, V.; Rynkun, G. Office Building’s Occupancy Prediction Using Extreme Learning Machine Model with Different Optimization Algorithms. Environ. Clim. Technol. 2021, 25, 525–536. [Google Scholar] [CrossRef]
- Motuzienė, V.; Lapinskienė, V.; Rynkun, G. Optimizing Ventilation Systems for Sustainable Office Buildings: Long-Term Monitoring and Environmental Impact Analysis. Sustainability 2024, 16, 984. [Google Scholar] [CrossRef]
- Cozza, S.; Chambers, J.; Deb, C.; Scartezzini, J.L.; Schlüter, A.; Patel, M.K. Do Energy Performance Certificates Allow Reliable Predictions of Actual Energy Consumption and Savings? Learning from the Swiss National Database. Energy Build. 2020, 224, 110235. [Google Scholar] [CrossRef]
- Newsham, G.R.; Mancini, S.; Birt, B.J. Do LEED-Certified Buildings Save Energy? Yes, But. Energy Build. 2009, 41, 897–905. [Google Scholar] [CrossRef]
- Cozza, S.; Chambers, J.; Brambilla, A.; Patel, M.K. In Search of Optimal Consumption: A Review of Causes and Solutions to the Energy Performance Gap in Residential Buildings. Energy Build. 2021, 249, 111253. [Google Scholar] [CrossRef]
- Zare, N.; Shafaat, A.; Asadi, S. Review of Energy Performance Gap and Solutions in Residential Buildings. In Proceedings of the IOP Conference Series: Earth and Environmental Science, Depok, Indonesia, 27–28 August 2022; Institute of Physics: London, UK, 2022; Volume 1085, p. 15DUMMY. [Google Scholar]
- Wang, H.; Chen, X.; Vital, N.; Duffy, E.; Razi, A. Energy Optimization for HVAC Systems in Multi-VAV Open Offices: A Deep Reinforcement Learning Approach. Appl. Energy 2024, 356, 122354. [Google Scholar] [CrossRef]
- Prince; Hati, A.S. A Comprehensive Review of Energy-Efficiency of Ventilation System Using Artificial Intelligence. Renew. Sustain. Energy Rev. 2021, 146, 111153. [Google Scholar] [CrossRef]
- Yayla, A.; Świerczewska, K.S.; Kaya, M.; Karaca, B.; Arayıcı, Y.; Ayözen, Y.E.; Tokdemir, O.B. Artificial Intelligence (AI)-Based Occupant-Centric Heating Ventilation and Air Conditioning (HVAC) Control System for Multi-Zone Commercial Buildings. Sustainability 2022, 14, 16107. [Google Scholar] [CrossRef]
- Gholamzadehmir, M.; Del Pero, C.; Buffa, S.; Fedrizzi, R.; Aste, N. Adaptive-Predictive Control Strategy for HVAC Systems in Smart Buildings—A Review. Sustain. Cities Soc. 2020, 63, 102480. [Google Scholar] [CrossRef]
- Saber, E.M.; Chaer, I.; Gillich, A.; Ekpeti, B.G. Review of Intelligent Control Systems for Natural Ventilation as Passive Cooling Strategy for UK Buildings and Similar Climatic Conditions. Energies 2021, 14, 4388. [Google Scholar] [CrossRef]
- Esrafilian-Najafabadi, M.; Haghighat, F. Occupancy-Based HVAC Control Systems in Buildings: A State-of-the-Art Review. Build. Environ. 2021, 197, 107810. [Google Scholar] [CrossRef]
- Anand, P.; Cheong, D.; Sekhar, C. A Review of Occupancy-Based Building Energy and IEQ Controls and Its Future Post-COVID. Sci. Total Environ. 2022, 804, 150249. [Google Scholar] [CrossRef] [PubMed]
- Li, B.; Cai, W. A Novel CO2-Based Demand-Controlled Ventilation Strategy to Limit the Spread of COVID-19 in the Indoor Environment. Build. Environ. 2022, 219, 109232. [Google Scholar] [CrossRef]
- Ren, C.; Yu, H.; Wang, J.; Zhu, H.C.; Feng, Z.; Cao, S.J. Zonal Demand-Controlled Ventilation Strategy to Minimize Infection Probability and Energy Consumption: A Coordinated Control Based on Occupant Detection. Environ. Pollut. 2024, 345, 123550. [Google Scholar] [CrossRef]
- Zhang, W.; Zhang, W.; Bai, Y.; Wen, S. Enhancing Indoor Environmental Quality: Personalized Recommendation Method for Demand-Oriented Indoor Ventilation Strategy. Sustain. Cities Soc. 2024, 101, 105061. [Google Scholar] [CrossRef]
- Jiang, Z.; Deng, Z.; Wang, X.; Dong, B. PANDEMIC: Occupancy Driven Predictive Ventilation Control to Minimize Energy Consumption and Infection Risk. Appl. Energy 2023, 334, 120676. [Google Scholar] [CrossRef]
- Lee, D.; Lee, S.T. Artificial Intelligence Enabled Energy-Efficient Heating, Ventilation and Air Conditioning System: Design, Analysis and Necessary Hardware Upgrades. Appl. Therm. Eng. 2023, 235, 121253. [Google Scholar] [CrossRef]
- Chen, Z.; Jiang, C.; Xie, L. A Novel Ensemble ELM for Human Activity Recognition Using Smartphone Sensors. IEEE Trans. Ind. Inform. 2019, 15, 2691–2699. [Google Scholar] [CrossRef]
- Jiang, C.; Chen, Z.; Su, R.; Masood, M.K.; Soh, Y.C. Bayesian Filtering for Building Occupancy Estimation from Carbon Dioxide Concentration. Energy Build. 2020, 206, 109566. [Google Scholar] [CrossRef]
- Sun, Y.; Haghighat, F.; Fung, B.C.M. A Review of The-State-of-the-Art in Data-Driven Approaches for Building Energy Prediction. Energy Build. 2020, 221, 110022. [Google Scholar] [CrossRef]
- Zhou, S.L.; Shah, A.A.; Leung, P.K.; Zhu, X.; Liao, Q. A Comprehensive Review of the Applications of Machine Learning for HVAC. DeCarbon 2023, 2, 100023. [Google Scholar] [CrossRef]
- Adegoke, M.; Hafiz, A.; Ajayi, S.; Olu-Ajayi, R. Application of Multilayer Extreme Learning Machine for Efficient Building Energy Prediction. Energies 2022, 15, 9512. [Google Scholar] [CrossRef]
- Li, P.; Anduv, B.; Zhu, X.; Jin, X.; Du, Z. Diagnosis for the Refrigerant Undercharge Fault of Chiller Using Deep Belief Network Enhanced Extreme Learning Machine. Sustain. Energy Technol. Assess. 2023, 55, 102977. [Google Scholar] [CrossRef]
- Huang, G.B.; Zhu, Q.Y.; Siew, C.K. Extreme Learning Machine: A New Learning Scheme of Feedforward Neural Networks. In Proceedings of the IEEE International Conference on Neural Networks—Conference Proceedings, Budapest, Hungary, 25–29 July 2004; Volume 2, pp. 985–990. [Google Scholar]
- Zaritsky, A.; Sipper, M. The Preservation of Favored Building Blocks in the Struggle for Fitness: The Puzzle Algorithm. IEEE Trans. Evol. Comput. 2004, 8, 443–455. [Google Scholar] [CrossRef]
- Zhan, S.H.; Lin, J.; Zhang, Z.J.; Zhong, Y.W. List-Based Simulated Annealing Algorithm for Traveling Salesman Problem. Comput. Intell. Neurosci. 2016, 2016, 1–12. [Google Scholar] [CrossRef] [PubMed]
- Ruiz-Torrubiano, R.; Suárez, A. Hybrid Approaches and Dimensionality Reduction for Portfolio Selection with Cardinality Constraints. IEEE Comput. Intell. Mag. 2010, 5, 92–107. [Google Scholar] [CrossRef]
- EN 16798-3:2017; Energy Performance of Buildings—Ventilation for Buildings—Part 3: For Non-Residential Buildings—Performance Requirements for Ventilation and Room-Conditioning Systems (Modules M5-1, M5-4). CEN-CENELEC Management Centre: Brussels, Belgium, 2017.
- Engineering ToolBox. Available online: https://www.engineeringtoolbox.com/pollution-concentration-rooms-d_692.html (accessed on 6 May 2024).
- Hosamo, H.; Mazzetto, S. Data-Driven Ventilation and Energy Optimization in Smart Office Buildings: Insights from a High-Resolution Occupancy and Indoor Climate Dataset. Sustainability 2025, 17, 58. [Google Scholar] [CrossRef]
- Dimitroulopoulou, C.; Bartzis, J. Ventilation Rates in European Office Buildings: A Review. Indoor Built Environ. 2014, 23, 5–25. [Google Scholar] [CrossRef]
- Motuzienė, V.; Bielskus, J.; Lapinskienė, V.; Rynkun, G.; Bernatavičienė, J. Office Buildings Occupancy Analysis and Prediction Associated with the Impact of the COVID-19 Pandemic. Sustain. Cities Soc. 2022, 77, 103557. [Google Scholar] [CrossRef] [PubMed]
- Li, T.; Liu, X.; Li, G.; Wang, X.; Ma, J.; Xu, C.; Mao, Q. A Systematic Review and Comprehensive Analysis of Building Occupancy Prediction. Renew. Sustain. Energy Rev. 2024, 193, 114284. [Google Scholar] [CrossRef]
- ASHRAE Handbook—Fundamentals (Chapter 19: Energy Estimating and Modeling Methods); American Society of Heating, Refrigerating and Air-Conditioning Engineers: Peachtree Corners, GA, USA, 2017.
- Abdel Haleem, S.M.; Pavlak, G.S.; Bahnfleth, W.P. Performance of Advanced Control Sequences in Handling Uncertainty in Energy Use and Indoor Environmental Quality Using Uncertainty and Sensitivity Analysis for Control Components. Energy Build. 2020, 225, 110308. [Google Scholar] [CrossRef]
- ANSI/ASHRAE Standard 62.1-2022; Ventilation for Acceptable Indoor Air Quality. American Society of Heating, Refrigerating and Air-Conditioning Engineers: Atlanta, GA, USA, 2022.
- Wei, D.; Ma, J.; Jiao, H.; Ran, Y. Model Predictive Control for Multi-Zone Variable Air Volume Systems Based on Artificial Neural Networks. J. Process Control 2022, 118, 185–201. [Google Scholar] [CrossRef]
- Kim, H.-J.; Cho, Y.-H. Optimization of Supply Air Flow and Temperature for VAV Terminal Unit by Artificial Neural Network. Case Stud. Therm. Eng. 2022, 40, 102511. [Google Scholar] [CrossRef]
- Wei, S.; Tien, P.W.; Chow, T.W.; Wu, Y.; Calautit, J.K. Deep Learning and Computer Vision Based Occupancy CO2 Level Prediction for Demand-Controlled Ventilation (DCV). J. Build. Eng. 2022, 56, 104715. [Google Scholar] [CrossRef]
- Xu, K.; Chen, Z.; Xiao, F.; Zhang, J.; Zhang, H.; Ma, T. Semantic Model-Based Large-Scale Deployment of AI-Driven Building Management Applications. Autom. Constr. 2024, 165, 105579. [Google Scholar] [CrossRef]
- Shi, S.; Miyata, S.; Akashi, Y. Event-Driven Model-Based Optimal Demand-Controlled Ventilation for Multizone VAV Systems: Enhancing Energy Efficiency and Indoor Environmental Quality. Appl. Energy 2025, 377, 124683. [Google Scholar] [CrossRef]
- Fang, H.; Tan, H.; Kosonen, R.; Yuan, X.; Jiang, K.; Ding, R. Study of the Data Augmentation Approach for Building Energy Prediction beyond Historical Scenarios. Buildings 2023, 13, 326. [Google Scholar] [CrossRef]
- Wang, G.; Wang, Z.; Tang, P.; Zheng, J.; Ren, X.; Feng, B.; Ma, C. OccGen: Generative Multi-Modal 3D Occupancy Prediction for Autonomous Driving. arXiv 2024, arXiv:2404.15014. [Google Scholar]
- Doma, A.; Amara, F.; Ouf, M. A Parameter-Based Transfer Learning Approach for Predicting Occupancy in Institutional Buildings; Department of Building, Civil, and Environmental Engineering, Concordia University, Canada Hydro Quebec: Quebec, QC, Canada, 2024. [Google Scholar]
- Li, B.; Jin, X.; Wang, J.; Shi, Y.; Sun, Y.; Wang, X.; Ma, Z.; Xie, B.; Ma, C.; Yang, X.; et al. OccScene: Semantic Occupancy-Based Cross-Task Mutual Learning for 3D Scene Generation. arXiv 2024, arXiv:2412.11183. [Google Scholar]
Building | Year of Construction, Heated Area | Energy Performance Class | Heating Energy Demand, kWh/m2/Year | Monitoring Period | ||
---|---|---|---|---|---|---|
Design | Actual * | |||||
A Engineering company office | 2017, 22,164 m2 | B, LEED GOLD | 19 | 56 | Before the pandemic | From 01 August 2019 to 30 December 2019 |
B Engineering company office | 2017, 2405 m2 | B | 43 | 59 | From total lockdown to the post-quarantine period | From 5 January 2021 to 27 November 2021 |
C University office | 2014, 4107 m2 | B | 26 | 174 | Post-quarantine | From 16 December 2021 to 30 May 2022 |
Building A | Building B | Building C | |
---|---|---|---|
Area, m2 | 168 | 123.57 | 93.1 |
Height, m | 2.9 | 3.32 | 2.80 |
Designed supply/extract air flow rate, m3/h | - | 505/400 | - |
Diameter and quantity of air supply ducts | 8 branches with a diameter of 125 mm | 2 branches with a diameter of 160 mm | - |
Diameter and quantity of air extract ducts | Grille in the wall | 8 branches with a diameter of 200 mm | - |
Number of desks | 32 | 14 | 8 |
Building | Monitoring Duration in Weeks | Initial Data Set (Extracted from Sensors) | Data Set Used for Prediction (Unified 5 Min Time Step) | ||
---|---|---|---|---|---|
CO2, 5 Min Step | Occupancy, 1 Min | CO2 | Occupancy | ||
A | 21 | 41,587 | 207,931 | 16,279 | 16,279 |
B | 47 | 93,814 | 469,070 | 59,616 | 59,616 |
C | 22 | 43,056 | 215,276 | 43,056 | 43,056 |
Assumed Parameter | Value |
---|---|
Duration of the heating season, days | 225 |
Duration of the cooling season, days | 140 |
The average outdoor temperature of the heating season, °C | 0.2 |
The average indoor temperature during the heating period, °C | 22 |
AHU fan efficiency, % | 50 |
AHU fans motors efficiency, % | 90 |
Heat recovery thermal efficiency, % | 70 |
Pressure losses of the ventilation system, Pa | 350 |
Severe Quarantine (Extremely Low Occupation) | Light Quarantine (Low Occupation) | Post-Quarantine (Normal Occupation) | |
---|---|---|---|
R2 | 0.27 | 0.5 | 0.56 |
RMSE | 0.76 | 0.63 | 0.75 |
Test | Buildings | AI-VAV Training Steps | The Ventilation System Is Controlled by AI-VAV and/or VAV | IAQ Is Not Ensured If CO2 Is More Than 1000 ppm, % of Time | Forecasting Reliability | Outcome | |
---|---|---|---|---|---|---|---|
RMSE | R2 | ||||||
I | B | 100 | AI-VAV | - | 0.61 | 0.07 | Not trained, low reliability |
C | - | 0.59 | 0.20 | Not trained, low reliability | |||
II | A | 8000 | AI-VAV | - | - | - | - |
C | 2.2 | 0.63 | 0.33 | Trained, lower than average reliability | |||
III | A | 9500 | AI-VAV | 1.6 | 2.17 | 0.71 | Trained, sufficient reliability |
C | 10,000 | 1.5 | 0.59 | 0.34 | Trained, lower than average reliability | ||
IV | A | 9500 | AI-VAV | 3.7 | 3.38 | 0.29 | Trained, low reliability |
C | 10,000 only working hours | 0 | 1.28 | 0.20 | Not trained, low reliability | ||
V | A | 9500 | The AI-VAV is on, except when the CO2 level is above 950 ppm. In that case, the VAV will bring it down to below 900 ppm. | 0 | 2.28 | 0.70 | Trained, sufficient reliability |
C | 10,000 | 0 | 0.61 | 0.30 | Trained, lower than average reliability |
Building A | CO2 Concentration, When More Than 1000 ppm | |||
---|---|---|---|---|
Test | Period (Time Steps) | Duration, Hours | ≥1000 ppm, Hours | ≥1000 ppm, % |
III | 6786 | 566 | 9 | 1.6% |
V | 6786 | 566 | 0 | 0.0% |
Test | Electricity, kWh/person | Heat, kWh/person | Electricity Difference, % | Heat Difference, % | ||||||
---|---|---|---|---|---|---|---|---|---|---|
AI-VAV | VAV | CAV | AI-VAV | VAV | CAV | AI-VAV/VAV | AI-VAV/CAV | AI-VAV/VAV | AI-VAV/CAV | |
III | 9.5 | 10.9 | 44.6 | 29.5 | 33.9 | 138.7 | 12.9% | 78.7% | 12.9% | 78.7% |
V | 10.3 | 11.1 | 44.6 | 32.0 | 34.6 | 138.7 | 7.5% | 76.9% | 7.5% | 76.9% |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Motuzienė, V.; Bielskus, J.; Džiugaitė-Tumėnienė, R.; Raudonis, V. Occupancy-Based Predictive AI-Driven Ventilation Control for Energy Savings in Office Buildings. Sustainability 2025, 17, 4140. https://doi.org/10.3390/su17094140
Motuzienė V, Bielskus J, Džiugaitė-Tumėnienė R, Raudonis V. Occupancy-Based Predictive AI-Driven Ventilation Control for Energy Savings in Office Buildings. Sustainability. 2025; 17(9):4140. https://doi.org/10.3390/su17094140
Chicago/Turabian StyleMotuzienė, Violeta, Jonas Bielskus, Rasa Džiugaitė-Tumėnienė, and Vidas Raudonis. 2025. "Occupancy-Based Predictive AI-Driven Ventilation Control for Energy Savings in Office Buildings" Sustainability 17, no. 9: 4140. https://doi.org/10.3390/su17094140
APA StyleMotuzienė, V., Bielskus, J., Džiugaitė-Tumėnienė, R., & Raudonis, V. (2025). Occupancy-Based Predictive AI-Driven Ventilation Control for Energy Savings in Office Buildings. Sustainability, 17(9), 4140. https://doi.org/10.3390/su17094140