Artificial Intelligence (AI)-Based Occupant-Centric Heating Ventilation and Air Conditioning (HVAC) Control System for Multi-Zone Commercial Buildings
Abstract
:1. Introduction
2. Related Studies
2.1. Traditional and Advanced Control Strategies
2.1.1. Soft Computing Strategies
2.1.2. Hard Computing Strategies
2.1.3. Hybrid Strategies
2.1.4. Adaptive-Predictive Control Strategies
2.2. Occupancy Related Studies
2.3. IDA Indoor Climate and Energy (ICE) Software Background
3. Aim of the Research
4. Research Methodology
5. Design and Development of the AI-Based Occupant-Centric HVAC Control System
5.1. Building Properties, Occupancy, and Environmental Information
5.2. Occupancy Prediction with ANNs
5.2.1. ANN Parameters
- Temperature: This is one of the most critical factors affecting the number of people; there are fewer visitors to the shopping mall in winter than in summer days;
- Humidity: This affects the temperature feel; when the humidity in the air is high, warm moisture stays on people’s skin longer and makes them feel hotter;
- Weather condition: This also affects the occupant number significantly; on rainy or snowy days, shopping malls attract fewer visitors;
- Time indicators: Days are also significant for shopping mall occupancy; on non-working days, the number of visitors is higher than on working days. In our study, the days are not separated into working and non-working days, as in some studies, but each day of the week is included in the calculation separately; furthermore, month and year information are considered as separate parameters since they are essential variables in the long-term use of the shopping mall;
- Special days: Public (state) and religious holidays significantly affect occupancy; the number of visitors increases on national holidays and decreases considerably on religious holidays; furthermore, the first day of religious holidays is separately considered because there are far fewer visitors on these days than others;
- Time of day: This is the most critical factor for sudden changes in the number of people visiting; for example, the occupancy number increases rapidly at the start of the lunch break and decreases rapidly when it finishes.
5.2.2. ANN Models
5.2.3. HVAC Control Scenarios for Energy Simulation
- S1: The S1 scenario represents the full-powered HVAC at all times.
- S2: The S2 scenario represents the most common traditional HVAC control mechanism based on temperature and occupancy sensors, where the HVAC control system is automatically (de)activated according to the temperature setpoints and temperature measurements from the sensors. In this scenario, occupancy is measured by CO2 sensors, which record the level of CO2 in the air. If the number of people in a space exceeds the amount of CO2 allowed, the sensor triggers the HVAC mechanism to turn on. This type of sensor is more accurate than a standard motion sensor for the measurement of occupancy.
- S3: The S3 scenario represents the proposed AI-based HVAC control system, which uses predicted occupancy numbers as produced by the ANN model. In this scenario, the HVAC system responds automatically to changes in the occupancy with no lag time, contrary to sensor-based systems. The control algorithm provides an HVAC setpoint schedule to control the system according to real weather conditions (as supplied by weather prediction services) and predicted occupant numbers. The existing sensors can still be used to monitor the real-time indoor temperature, humidity, and amount of CO2. If the actual thermal comfort parameters exceed the desired values, the control system adjusts itself according to the sensors until thermal comfort is provided. In the energy simulations performed by IDA-ICE, the effect of the real-time sensors is not used to examine the no-sensor control mechanism. For this reason, in the illustrations and graphs for S3 and S4, dashed lines are used to show this potential.
- S4: The S4 scenario represents the HVAC control system in the S3 scenario with a pre-cooling ability along with a quick response. The control algorithm provides pre-cooling time to control the system according to predicted weather conditions and occupant numbers. All other features are the same as for S3.
Algorithm 1 HVAC Schedule Algorithm of S3 for Cooling | |
1 | train ANN model |
2 | make day-ahead prediction for occupancy |
3 | take day-ahead local weather forecast information |
4 | if occupancyt < occupancyt+1 |
5 | setpointmax ® Ttarget |
6 | set HVAC setpoint to Ttarget |
7 | end |
8 | else |
9 | if weather forecast temp.t > setpointmax |
10 | setpointmax ® Ttarget |
11 | set HVAC setpoint to Ttarget |
12 | else |
13 | deactivate the cooling • deactivation |
14 | end if |
15 | end if |
Algorithm 2 HVAC Schedule Algorithm of S4 for Cooling | |
1 | train ANN model |
2 | make day-ahead prediction for occupancy |
3 | take day-ahead local weather forecast information |
4 | if occupancyt < occupancyt+1 |
5 | setpointmax ® Ttarget |
6 | set HVAC setpoint to Ttarget |
7 | end |
8 | else |
9 | if weather forecast temp.t > setpointmax |
10 | setpointmax ® Ttarget |
11 | set HVAC setpoint to Ttarget |
12 | else |
13 | if occupancyt+2 - occupanct+1 > 250 |
14 | deactivate the cooling for first t/2 • deactivation |
15 | setpointmax ® Ttarget |
16 | set HVAC setpoint to Ttarget for last t/2 • start pre-cooling |
17 | else |
18 | deactivate the cooling • deactivation |
19 | end if |
20 | end if |
21 | end if |
6. Demonstration and Evaluation of the AI-Based Occupant-Centric HVAC Control System
6.1. ANN Results
6.2. Energy Analysis Results
7. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- IEA (International Energy Agency). Energy Efficiency: Buildings. 2019. Available online: https://www.iea.org/topics/energyefficiency/buildings/# (accessed on 11 October 2022).
- Yang, L.; Yan, H.; Lam, J.C. Thermal Comfort and Building Energy Consumption Implications—A Review. Appl. Energy 2014, 115, 164–173. [Google Scholar] [CrossRef]
- Alcalá, R.; Benítez, J.M.; Casillas, J.; Cordón, O.; Pérez, R. Fuzzy Control of HVAC Systems Optimized by Genetic Algorithms. Appl. Intell. 2003, 18, 155–177. [Google Scholar] [CrossRef]
- Mirinejad, H.; Sadati, S.H.; Ghasemian, M.; Torab, H. Control Techniques in Heating, Ventilating and Air Conditioning Systems. J. Comput. Sci. 2008, 4, 777–783. [Google Scholar] [CrossRef] [Green Version]
- 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]
- Mizumoto, M. Realization of PID Controls by Fuzzy Control Methods. Fuzzy Sets Syst. 1995, 70, 171–182. [Google Scholar] [CrossRef]
- Soyguder, S.; Karakose, M.; Alli, H. Design and Simulation of Self-Tuning PID-Type Fuzzy Adaptive Control for an Expert HVAC System. Expert Syst. Appl. 2009, 36 Pt 1, 4566–4573. [Google Scholar] [CrossRef]
- Chiou, Y.C.; Lan, L.W. Genetic Fuzzy Logic Controller: An Iterative Evolution Algorithm with New Encoding Method. Fuzzy Sets Syst. 2005, 152, 617–635. [Google Scholar] [CrossRef]
- Mirinejad, H.; Welch, K.C.; Spicer, L. A Review of Intelligent Control Techniques in HVAC Systems. In Proceedings of the 2012 IEEE Energytech, Cleveland, OH, USA, 29–31 May 2012. [Google Scholar] [CrossRef]
- Egilegor, B.; Uribe, J.P.; Arregi, G.; Pradilla, E.; Susperregi, L. A Fuzzy Control Adapted by a Neural Network to Maintain a Dwelling within Thermal Comfort. Proc. Build. Simul. 1997, 97, 87–94. [Google Scholar]
- Kruse, R.; Klawonn, F.; Nauck, D. Learning from Fuzzy Rules. Inform. Forsch. Und Entwickl. 1997, 12, 2–6. [Google Scholar] [CrossRef]
- Wu, Y.; Zhang, B.; Lu, J.; Du, K.-L. Fuzzy Logic and Neuro-Fuzzy Systems: A Systematic Introduction. Int. J. Artif. Intell. Expert Syst. 2011, 2, 47–80. [Google Scholar]
- Malki, H.A.; Li, H.; Chen, G. New Design and Stability Analysis of Fuzzy Proportional-Derivative Control Systems. IEEE Trans. Fuzzy Syst. 1994, 2, 245–254. [Google Scholar] [CrossRef]
- Ying, H. Practical Design of Non-linear Fuzzy Controllers with Stability Analysis for Regulating Processes with Unknown Mathematical Models. Automatica 1994, 30, 1185–1195. [Google Scholar] [CrossRef]
- Wu, Z.Q.; Mizumoto, M. PID Type Fuzzy Controller and Parameters Adaptive Method. Fuzzy Sets Syst. 1996, 78, 23–35. [Google Scholar] [CrossRef]
- Patel, A.V.; Mohan, B.M. Analytical Structures and Analysis of the Simplest Fuzzy PI Controllers. Automatica 2002, 38, 981–993. [Google Scholar] [CrossRef]
- Li, H.X.; Zhang, L.; Cai, K.Y.; Chen, G. An Improved Robust Fuzzy-PID Controller with Optimal Fuzzy Reasoning. IEEE Trans. Syst. Man Cybern. Part B: Cybern. 2005, 35, 1283–1294. [Google Scholar] [CrossRef] [Green Version]
- Ole Fanger, P. Thermal Comfort: Analysis and Applications in Environmental Engineering. Appl. Ergon. 1972, 3, 181. [Google Scholar] [CrossRef]
- Liang, J.; Du, R. Design of Intelligent Comfort Control System with Human Learning and Minimum Power Control Strategies. Energy Convers. Manag. 2008, 49, 517–528. [Google Scholar] [CrossRef]
- Gacto, M.J.; Alcalá, R.; Herrera, F. Evolutionary Multi-Objective Algorithm to Effectively Improve the Performance of the Classic Tuning of Fuzzy Logic Controllers for a Heating, Ventilating and Air Conditioning System. In Proceedings of the IEEE SSCI 2011: Symposium Series on Computational Intelligence—GEFS 2011: 2011 IEEE 5th International Workshop on Genetic and Evolutionary Fuzzy Systems, Paris, France, 11–15 April 2011; pp. 73–80. [Google Scholar] [CrossRef]
- Nowak, M.; Urbaniak, A. Utilization of Intelligent Control Algorithms for Thermal Comfort Optimization and Energy Saving. In Proceedings of the 2011 12th International Carpathian Control Conference, ICCC, Velke Karlovice, Czech Republic, 25–28 May 2011; pp. 270–274. [Google Scholar] [CrossRef]
- Wei, T.; Wang, Y.; Zhu, Q. Deep Reinforcement Learning for Building HVAC Control. In Proceedings of the 54th Annual Design Automation Conference, Austin, TX, USA, 18–22 June 2017; Volume 12828. [Google Scholar] [CrossRef]
- Du, Y.; Zandi, H.; Kotevska, O.; Kurte, K.; Munk, J.; Amasyali, K.; Mckee, E.; Li, F. Intelligent Multi-Zone Residential HVAC Control Strategy Based on Deep Reinforcement Learning. Appl. Energy 2021, 281, 116117. [Google Scholar] [CrossRef]
- Pasgianos, G.D.; Arvanitis, K.G.; Polycarpou, P.; Sigrimis, N. A Non-linear Feedback Technique for Greenhouse Environmental Control. Comput. Electron. Agric. 2003, 40, 153–177. [Google Scholar] [CrossRef]
- Moradi, H.; Saffar-Avval, M.; Bakhtiari-Nejad, F. Non-linear Multivariable Control and Performance Analysis of an Air-Handling Unit. Energy Build. 2011, 43, 805–813. [Google Scholar] [CrossRef]
- Al-Assadi, S.A.K.; Patel, R.V.; Zaheer-Uddin, M.; Verma, M.S.; Breitinger, J. Robust Decentralized Control of HVAC Systems Using H ∞-Performance Measures. J. Frankl. Inst. 2004, 341, 543–567. [Google Scholar] [CrossRef]
- Anderson, M.; Buehner, M.; Young, P.; Hittle, D.; Anderson, C.; Tu, J.; Hodgson, D. MIMO Robust Control for HVAC Systems. IEEE Trans. Control Syst. Technol. 2008, 16, 475–483. [Google Scholar] [CrossRef]
- Dong, B. Non-Linear Optimal Controller Design for Building HVAC Systems. In Proceedings of the IEEE International Conference on Control Applications, Yokohama, Japan, 8–10 September 2010; pp. 210–215. [Google Scholar] [CrossRef]
- Mossolly, M.; Ghali, K.; Ghaddar, N. Optimal Control Strategy for a Multi-Zone Air Conditioning System Using a Genetic Algorithm. Energy 2009, 34, 58–66. [Google Scholar] [CrossRef]
- Yan, Y.; Zhou, J.; Lin, Y.; Yang, W.; Wang, P.; Zhang, G. Adaptive Optimal Control Model for Building Cooling and Heating Sources. Energy Build. 2008, 40, 1394–1401. [Google Scholar] [CrossRef]
- Serale, G.; Fiorentini, M.; Capozzoli, A.; Bernardini, D.; Bemporad, A. Model Predictive Control (MPC) for Enhancing Building and HVAC System Energy Efficiency: Problem Formulation, Applications and Opportunities. Energies 2018, 11, 631. [Google Scholar] [CrossRef] [Green Version]
- Kusiak, A.; Tang, F.; Xu, G. Multi-Objective Optimization of HVAC System with an Evolutionary Computation Algorithm. Energy 2011, 36, 2440–2449. [Google Scholar] [CrossRef]
- Kusiak, A.; Xu, G.; Zhang, Z. Minimization of Energy Consumption in HVAC Systems with Data-Driven Models and an Interior-Point Method. Energy Convers. Manag. 2014, 85, 146–153. [Google Scholar] [CrossRef]
- Wei, X.; Kusiak, A.; Li, M.; Tang, F.; Zeng, Y. Multi-Objective Optimization of the HVAC (Heating, Ventilation, and Air Conditioning) System Performance. Energy 2015, 83, 294–306. [Google Scholar] [CrossRef]
- Biyik, E.; Brooks, J.D.; Sehgal, H.; Shah, J.; Gency, S. Cloud-Based Model Predictive Building Thermostatic Controls of Commercial Buildings: Algorithm and Implementation. In Proceedings of the American Control Conference, Chicago, IL, USA, 1–3 July 2015; pp. 1683–1688. [Google Scholar] [CrossRef]
- Kelman, A.; Ma, Y.; Borrelli, F. Analysis of Local Optima in Predictive Control for Energy Efficient Buildings. J. Build. Perform. Simul. 2013, 6, 236–255. [Google Scholar] [CrossRef]
- Huang, H.; Chen, L.; Hu, E. A New Model Predictive Control Scheme for Energy and Cost Savings in Commercial Buildings: An Airport Terminal Building Case Study. Build. Environ. 2015, 89, 203–216. [Google Scholar] [CrossRef]
- Garnier, A.; Eynard, J.; Caussanel, M.; Grieu, S. Predictive Control of Multizone Heating, Ventilation and Air-Conditioning Systems in Non-Residential Buildings. Appl. Soft Comput. J. 2015, 37, 847–862. [Google Scholar] [CrossRef]
- Barzin, R.; Chen, J.J.J.; Young, B.R.; Farid, M.M. Application of Weather Forecast in Conjunction with Price-Based Method for PCM Solar Passive Buildings—An Experimental Study. Appl. Energy 2016, 163, 9–18. [Google Scholar] [CrossRef]
- Alibabaei, N.; Fung, A.S.; Raahemifar, K. Development of Matlab-TRNSYS Co-Simulator for Applying Predictive Strategy Planning Models on Residential House HVAC System. Energy Build. 2016, 128, 81–98. [Google Scholar] [CrossRef]
- Afram, A.; Janabi-Sharifi, F. Theory and Applications of HVAC Control Systems—A Review of Model Predictive Control (MPC). Build. Environ. 2014, 72, 343–355. [Google Scholar] [CrossRef]
- Afram, A.; Janabi-Sharifi, F.; Fung, A.S.; Raahemifar, K. Artificial Neural Network (ANN) Based Model Predictive Control (MPC) and Optimization of HVAC Systems: A State-of-the-Art Review and Case Study of a Residential HVAC System. Energy Build. 2017, 141, 96–113. [Google Scholar] [CrossRef]
- Trčka, M.; Hensen, J.L.M. Overview of HVAC System Simulation. Autom. Constr. 2010, 19, 93–99. [Google Scholar] [CrossRef]
- Afroz, Z.; Shafiullah, G.M.; Urmee, T.; Higgins, G. Modeling Techniques Used in Building HVAC Control Systems: A Review. Renew. Sustain. Energy Rev. 2018, 83, 64–84. [Google Scholar] [CrossRef]
- Huang, H.; Chen, L.; Hu, E. A Neural Network-Based Multi-Zone Modelling Approach for Predictive Control System Design in Commercial Buildings. Energy Build. 2015, 97, 86–97. [Google Scholar] [CrossRef]
- Javed, A.; Larijani, H.; Ahmadinia, A.; Emmanuel, R.; Mannion, M.; Gibson, D. Design and Implementation of a Cloud Enabled Random Neural Network-Based Decentralized Smart Controller with Intelligent Sensor Nodes for HVAC. IEEE Internet Things J. 2017, 4, 393–403. [Google Scholar] [CrossRef] [Green Version]
- Sala-Cardoso, E.; Delgado-Prieto, M.; Kampouropoulos, K.; Romeral, L. Activity-Aware HVAC Power Demand Forecasting. Energy Build. 2018, 170, 15–24. [Google Scholar] [CrossRef]
- Yang, S.; Wan, M.P.; Chen, W.; Ng, B.F.; Zhai, D. An Adaptive Robust Model Predictive Control for Indoor Climate Optimization and Uncertainties Handling in Buildings. Build. Environ. 2019, 163, 106326. [Google Scholar] [CrossRef]
- Zhou, B.; Chikkala, J.; Schmitt, R. A Load-Adaptive and Predictive Control of Energy-Efficient Building Automation in Production Environment. Procedia CIRP 2019, 79, 245–250. [Google Scholar] [CrossRef]
- Erickson, V.L.; Lin, Y.; Kamthe, A.; Brahme, R.; Surana, A.; Cerpa, A.E.; Sohn, M.D.; Narayanan, S. Energy Efficient Building Environment Control Strategies Using Real-Time Occupancy Measurements. In Proceedings of the BUILDSYS 2009—1st ACM Workshop on Embedded Sensing Systems for Energy-Efficiency in Buildings, Berkeley CA, USA, 3 November 2009; pp. 19–24. [Google Scholar] [CrossRef] [Green Version]
- Erickson, V.L.; Cerpa, A.E. Occupancy Based Demand Response HVAC Control Strategy. In Proceedings of the BuildSys’10—2nd ACM Workshop on Embedded Sensing Systems for Energy-Efficiency in Buildings, Zurich, Switzerland, 2 November 2010; pp. 7–12. [Google Scholar] [CrossRef]
- Oldewurtel, F.; Sturzenegger, D.; Morari, M. Importance of Occupancy Information for Building Climate Control. Appl. Energy 2013, 101, 521–532. [Google Scholar] [CrossRef]
- Li, N.; Calis, G.; Becerik-Gerber, B. Measuring and Monitoring Occupancy with an RFID Based System for Demand-Driven HVAC Operations. Autom. Constr. 2012, 24, 89–99. [Google Scholar] [CrossRef]
- Yang, Z.; Ghahramani, A.; Becerik-Gerber, B. Building Occupancy Diversity and HVAC (Heating, Ventilation, and Air Conditioning) System Energy Efficiency. Energy 2016, 109, 641–649. [Google Scholar] [CrossRef] [Green Version]
- Capozzoli, A.; Piscitelli, M.S.; Gorrino, A.; Ballarini, I.; Corrado, V. Data Analytics for Occupancy Pattern Learning to Reduce the Energy Consumption of HVAC Systems in Office Buildings. Sustain. Cities Soc. 2017, 35, 191–208. [Google Scholar] [CrossRef]
- Aftab, M.; Chen, C.; Chau, C.K.; Rahwan, T. Automatic HVAC Control with Real-Time Occupancy Recognition and Simulation-Guided Model Predictive Control in Low-Cost Embedded System. Energy Build. 2017, 154, 141–156. [Google Scholar] [CrossRef] [Green Version]
- Shi, J.; Yu, N.; Yao, W. Energy Efficient Building HVAC Control Algorithm with Real-Time Occupancy Prediction. Energy Procedia 2017, 111, 267–276. [Google Scholar] [CrossRef]
- Peng, Y.; Rysanek, A.; Nagy, Z.; Schlüter, A. Using Machine Learning Techniques for Occupancy-Prediction-Based Cooling Control in Office Buildings. Appl. Energy 2018, 211, 1343–1358. [Google Scholar] [CrossRef]
- Nikdel, L.; Janoyan, K.; Bird, S.D.; Powers, S.E. Multiple Perspectives of the Value of Occupancy-Based HVAC Control Systems. Build. Environ. 2018, 129, 15–25. [Google Scholar] [CrossRef]
- Ahmadi-Karvigh, S.; Becerik-Gerber, B.; Soibelman, L. Intelligent Adaptive Automation: A Framework for an Activity-Driven and User-Centered Building Automation. Energy Build. 2019, 188–189, 184–199. [Google Scholar] [CrossRef]
- Pang, Z.; Chen, Y.; Zhang, J.; O’Neill, Z.; Cheng, H.; Dong, B. Nationwide HVAC Energy-Saving Potential Quantification for Office Buildings with Occupant-Centric Controls in Various Climates. Appl. Energy 2020, 279, 115727. [Google Scholar] [CrossRef]
- Azuatalam, D.; Lee, W.-L.; de Nijs, F.; Liebman, A. Reinforcement Learning for Whole-Building HVAC Control and Demand Response. Energy AI 2020, 2, 100020. [Google Scholar] [CrossRef]
- Deng, Z.; Chen, Q. Development and Validation of a Smart HVAC Control System for Multi-Occupant Offices by Using Occupants’ Physiological Signals from Wristband. Energy Build. 2020, 214, 109872. [Google Scholar] [CrossRef]
- Jung, W.; Jazizadeh, F. Human-in-the-Loop HVAC Operations: A Quantitative Review on Occupancy, Comfort, and Energy-Efficiency Dimensions. Appl. Energy 2019, 239, 1471–1508. [Google Scholar] [CrossRef]
- Jazaeri, J.; Gordon, R.L.; Alpcan, T. Influence of Building Envelopes, Climates, and Occupancy Patterns on Residential HVAC Demand. J. Build. Eng. 2019, 22, 33–47. [Google Scholar] [CrossRef]
- Ryan, E.M.; Sanquist, T.F. Validation of Building Energy Modeling Tools under Idealized and Realistic Conditions. Energy Build. 2012, 47, 375–382. [Google Scholar] [CrossRef]
- Crawley, D.B.; Hand, J.W.; Kummert, M.; Griffith, B.T. Contrasting the Capabilities of Building Energy Performance Simulation Programs. Build. Environ. 2008, 43, 661–673. [Google Scholar] [CrossRef] [Green Version]
- Bring, A.; Sahlin, P.; Vuolle, M. Models for Building Indoor Climate and Energy Simulation, A Report of Task 22 Building Energy Analysis Tools. Report of IEA SHC Task. 1999. Available online: https://www.equa.se/dncenter/T22Brep.pdf (accessed on 10 October 2022).
- Achermann, M.; Zweifel, G. RADTEST—Radiant Heating and Cooling Test Cases. 2003. Available online: http://www.equaonline.com/iceuser/validation/old_stuff/RADTEST_final.pdf (accessed on 10 October 2022).
- ISO (International Organization for Standardization). ISO 15099:2003. Thermal Performance of Windows, Doors and Shading Devices—Detailed Calculations. 2003. Available online: https://www.iso.org/standard/26425.html (accessed on 10 October 2022).
- Karlsson, F.; Rohdin, P.; Persson, M.L. Measured and Predicted Energy Demand of a Low Energy Building: Important Aspects When Using Building Energy Simulation. Build. Serv. Eng. Res. Technol. 2007, 28, 223–235. [Google Scholar] [CrossRef]
- Loutzenhiser, P.G.; Manz, H.; Moosberger, S.; Maxwell, G.M. An Empirical Validation of Window Solar Gain Models and the Associated Interactions. Int. J. Therm. Sci. 2009, 48, 85–95. [Google Scholar] [CrossRef]
- Hilliaho, K.; Lahdensivu, J.; Vinha, J. Glazed Space Thermal Simulation with IDA-ICE 4.61 Software—Suitability Analysis with Case Study. Energy Build. 2015, 89, 132–141. [Google Scholar] [CrossRef]
- Salvalai, G. Implementation and Validation of Simplified Heat Pump Model in IDA-ICE Energy Simulation Environment. Energy Build. 2012, 49, 132–141. [Google Scholar] [CrossRef]
- Mazzeo, D.; Matera, N.; Cornaro, C.; Oliveti, G.; Romagnoni, P.; de Santoli, L. EnergyPlus, IDA ICE and TRNSYS Predictive Simulation Accuracy for Building Thermal Behaviour Evaluation by Using an Experimental Campaign in Solar Test Boxes with and without a PCM Module. Energy Build. 2020, 212, 109812. [Google Scholar] [CrossRef]
- Milić, V.; Ekelöw, K.; Moshfegh, B. On the Performance of LCC Optimization Software OPERA-MILP by Comparison with Building Energy Simulation Software IDA ICE. In Build. Environ.; 2018; Volume 128, pp. 305–319. [Google Scholar] [CrossRef]
- Design Science Research in Information Systems; Vaishnavi, V.; Kuechler, W.; Petter, S. (Eds.) Association for Information Systems: Atlanta, GA, USA, 2019. [Google Scholar]
- Wieringa, R.J. Design Science Methodology: For Information Systems and Software Engineering; Springer: Berlin/Heidelberg, Germany, 2014. [Google Scholar] [CrossRef] [Green Version]
- Markus, M.L.; Majchrzak, A.; Gasser, L. A design theory for systems that support emergent knowledge processes. 2002, MIS Quarterly 26, 179–212. MIS Q. 2002, 26, 179–212. [Google Scholar]
- Peffers, K.; Tuunanen, T.; Gengler, C.; Rossi, M.; Hui, W.; Wirtanen, V.; Bragge, J. The design science research process: A model for producing and presenting information systems research. In Proceedings of the First International Conference on Design Science Research in Information Systems and Technology DESRIST, Claremont, CA, USA, 24–25 February 2006. [Google Scholar]
- The Association of Real Estate and Real Estate Investment Companies of Turkey (GYODER). 2019. Available online: https://www.gyoder.org.tr/yayinlar/sektorel-yayinlar (accessed on 1 May 2021).
- STATISTA 2021 (Number of Shopping Centers in Europe 2017, by Country). Available online: https://www.statista.com/statistics/912126/shopping-center-numbers-by-country-europe/ (accessed on 10 October 2022).
- Wijayasekara, D.; Manic, M.; Sabharwall, P.; Utgikar, V. Optimal Artificial Neural Network Architecture Selection for Performance Prediction of Compact Heat Exchanger with the EBaLM-OTR Technique. Nucl. Eng. Des. 2011, 241, 2549–2557. [Google Scholar] [CrossRef]
- Hagan, M.T.; Demuth, H.B.; Beale, M.H.; de Jesus, O. Neural Network Design. In Neural Networks in a Softcomputing Framework, 2nd ed.; Springer Science & Business Media: Berlin/Heidelberg, Germany, 2014. [Google Scholar]
- Cartwright, H. (Ed.) Artificial Neural Networks; Springer: New York, NY, USA, 2021. [Google Scholar]
Design Science Research (DSR) Features | |
---|---|
AI-based occupant-centric HVAC control system in commercial buildings | Design science research |
Remove inefficiencies in energy management via HVAC systems Enhance the prediction ability with AI for the determination of occupant behavior for effective energy management in commercial buildings | Design an artifact: Development of AI algorithm for occupant-centric HVAC control system Research instruments-tools: Iterative design and development process for knowledge capture and development |
Development of an innovative artifact to achieve and enhance the social context. | Answering the knowledge questions: How does the artifact adopt smart heritage project principles? |
Construction | Material Layers (from Outside to Inside) |
---|---|
External wall | Press brick and supporters—0.088 m|Gypsum board—0.02 m| Light steel wall and XPS Insulation—0.15 m|Gypsum board—0.02 m| Plywood wall panel and supporters—0.07 m |
Ground floor | Reinforced concrete—1.5 m|Concrete—0.05 m| XPS Thermal Insulation—0.06 m Concrete—0.03 m | Screed—0.005 m|Floor Covering—0.008 m |
Roof | Standing seam roof sheet metal|OSB sheet—0.015 m| Corrugated steel sheet|Steel roof supporters and XPS insulation—0.12 m |
Window | Low-e glass double—4 mm + 12 mm argon + 4 mm |
Category | Variables | Unit/Index |
---|---|---|
Environmental | Temperature | °F |
Humidity | % | |
Weather Conditions | 1: Fair|2: Partly cloudy|3: Mostly cloudy|4: Light rain 5: Rain|6: Heavy rain|7: Fog|8: Snow|9: Thunder | |
Social and Time Indicators | Weekday Month | 1–7 (1: Monday ··· 7: Sunday) 1–12 (1: January ··· 12: December) |
Day | 1–31 | |
Year | 2017–2018–2019 | |
Time | 10–21 (10: 10:00 a.m. ··· 21: 09:00 p.m.) | |
Day Type | 0: Normal day|1: Public holiday 2: First day of religious holidays 3: Other days of religious holidays |
Day of Week | Month | Day | Year | Time | Day Type | Temp. °F | Hum. % | Weather Conditions | Occupancy (Number of People) |
---|---|---|---|---|---|---|---|---|---|
Sunday | 8 | 18 | 2019 | 1000–1100 | Normal | 70 | 83 | Partly cloudy | 661 |
Sunday | 8 | 18 | 2019 | 1100–1200 | Normal | 68 | 88 | Light rain | 1346 |
Sunday | 8 | 18 | 2019 | 1200–1300 | Normal | 73 | 78 | Partly cloudy | 1448 |
Sunday | 8 | 18 | 2019 | 1300–1400 | Normal | 72 | 78 | Mostly cloudy | 2547 |
Sunday | 8 | 18 | 2019 | 1400–1500 | Normal | 77 | 50 | Partly cloudy | 2921 |
Sunday | 8 | 18 | 2019 | 1500–1600 | Normal | 79 | 47 | Partly cloudy | 3353 |
Sunday | 8 | 18 | 2019 | 1600–1700 | Normal | 79 | 47 | Partly cloudy | 3181 |
Sunday | 8 | 18 | 2019 | 1700–1800 | Normal | 77 | 47 | Partly cloudy | 2455 |
Sunday | 8 | 18 | 2019 | 1800–1900 | Normal | 77 | 50 | Partly cloudy | 2339 |
Sunday | 8 | 18 | 2019 | 1900–2000 | Normal | 75 | 50 | Partly cloudy | 2126 |
Sunday | 8 | 18 | 2019 | 2000–2100 | Normal | 72 | 60 | Partly cloudy | 1644 |
Sunday | 8 | 18 | 2019 | 2100–2200 | Normal | 70 | 68 | Fair | 777 |
Monday | 8 | 19 | 2019 | 1000–1100 | Normal | 77 | 54 | Mostly cloudy | 463 |
Monday | 8 | 19 | 2019 | 1100–1200 | Normal | 75 | 57 | Mostly cloudy | 906 |
Monday | 8 | 19 | 2019 | 1200–1300 | Normal | 77 | 54 | Mostly cloudy | 1418 |
Monday | 8 | 19 | 2019 | 1300–1400 | Normal | 81 | 48 | Partly cloudy | 1690 |
Monday | 8 | 19 | 2019 | 1400–1500 | Normal | 81 | 45 | Partly cloudy | 1643 |
Monday | 8 | 19 | 2019 | 1500–1600 | Normal | 79 | 51 | Partly cloudy | 1379 |
Monday | 8 | 19 | 2019 | 1600–1700 | Normal | 77 | 50 | Partly cloudy | 1547 |
Monday | 8 | 19 | 2019 | 1700–1800 | Normal | 79 | 51 | Partly cloudy | 1494 |
Monday | 8 | 19 | 2019 | 1800–1900 | Normal | 77 | 54 | Partly cloudy | 1907 |
Monday | 8 | 19 | 2019 | 1900–2000 | Normal | 75 | 61 | Partly cloudy | 1806 |
Monday | 8 | 19 | 2019 | 2000–2100 | Normal | 72 | 73 | Fair | 1496 |
Monday | 8 | 19 | 2019 | 2100–2200 | Normal | 70 | 78 | Fair | 727 |
⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ |
Friday | 8 | 30 | 2019 | 1000–1100 | Pub. Hol. | 77 | 69 | Partly cloudy | 1269 |
Friday | 8 | 30 | 2019 | 1100–1200 | Pub. Hol. | 81 | 54 | Partly cloudy | 1406 |
Friday | 8 | 30 | 2019 | 1200–1300 | Pub. Hol. | 81 | 48 | Partly cloudy | 1738 |
Friday | 8 | 30 | 2019 | 1300–1400 | Pub. Hol. | 82 | 48 | Partly cloudy | 2562 |
Friday | 8 | 30 | 2019 | 1400–1500 | Pub. Hol. | 82 | 48 | Partly cloudy | 2601 |
Friday | 8 | 30 | 2019 | 1500–1600 | Pub. Hol. | 81 | 54 | Partly cloudy | 2990 |
Friday | 8 | 30 | 2019 | 1600–1700 | Pub. Hol. | 81 | 51 | Partly cloudy | 2518 |
Friday | 8 | 30 | 2019 | 1700–1800 | Pub. Hol. | 79 | 54 | Partly cloudy | 2428 |
Friday | 8 | 30 | 2019 | 1800–1900 | Pub. Hol. | 77 | 54 | Partly cloudy | 2701 |
Friday | 8 | 30 | 2019 | 1900–2000 | Pub. Hol. | 75 | 65 | Partly cloudy | 2262 |
Friday | 8 | 30 | 2019 | 2000–2100 | Pub. Hol. | 73 | 65 | Fair | 1805 |
Friday | 8 | 30 | 2019 | 2100–2200 | Pub. Hol. | 72 | 69 | Fair | 818 |
Time | Sunday, 18 August 2019 | Monday, 19 August 2019 | Thursday, 29 August 2019 | Friday, 30 August 2019 | ||||
---|---|---|---|---|---|---|---|---|
Real | Pred. | Real | Pred. | Real | Pred. | Real | Pred. | |
10:00 a.m. | 661 | 963 | 463 | 881 | 642 | 697 | 1269 | 769 |
11:00 a.m. | 1346 | 1480 | 906 | 1322 | 1240 | 1345 | 1406 | 1602 |
12:00 p.m. | 1448 | 1594 | 1418 | 2139 | 2194 | 2290 | 1738 | 1980 |
01:00 p.m. | 2547 | 2412 | 1690 | 1751 | 1981 | 1657 | 2562 | 2445 |
02:00 p.m. | 2921 | 3373 | 1643 | 1680 | 1489 | 1491 | 2601 | 3452 |
03:00 p.m. | 3353 | 3384 | 1379 | 1648 | 1732 | 1557 | 2990 | 2870 |
04:00 p.m. | 3181 | 3156 | 1547 | 1749 | 1722 | 1817 | 2518 | 2598 |
05:00 p.m. | 2455 | 2833 | 1494 | 1787 | 1622 | 1565 | 2428 | 2498 |
06:00 p.m. | 2339 | 2351 | 1907 | 2134 | 2034 | 1793 | 2701 | 2411 |
07:00 p.m. | 2126 | 1892 | 1806 | 1833 | 2362 | 1821 | 2262 | 1930 |
08:00 p.m. | 1644 | 1491 | 1496 | 1519 | 2102 | 1518 | 1805 | 1305 |
09:00 p.m. | 777 | 704 | 727 | 635 | 887 | 903 | 818 | 553 |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2022 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
Yayla, A.; Świerczewska, K.S.; Kaya, M.; Karaca, B.; Arayici, 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. https://doi.org/10.3390/su142316107
Yayla A, Świerczewska KS, Kaya M, Karaca B, Arayici Y, Ayözen YE, Tokdemir OB. Artificial Intelligence (AI)-Based Occupant-Centric Heating Ventilation and Air Conditioning (HVAC) Control System for Multi-Zone Commercial Buildings. Sustainability. 2022; 14(23):16107. https://doi.org/10.3390/su142316107
Chicago/Turabian StyleYayla, Alperen, Kübra Sultan Świerczewska, Mahmut Kaya, Bahadır Karaca, Yusuf Arayici, Yunus Emre Ayözen, and Onur Behzat Tokdemir. 2022. "Artificial Intelligence (AI)-Based Occupant-Centric Heating Ventilation and Air Conditioning (HVAC) Control System for Multi-Zone Commercial Buildings" Sustainability 14, no. 23: 16107. https://doi.org/10.3390/su142316107
APA StyleYayla, A., Świerczewska, K. S., Kaya, M., Karaca, B., Arayici, Y., Ayözen, Y. E., & Tokdemir, O. B. (2022). Artificial Intelligence (AI)-Based Occupant-Centric Heating Ventilation and Air Conditioning (HVAC) Control System for Multi-Zone Commercial Buildings. Sustainability, 14(23), 16107. https://doi.org/10.3390/su142316107