The built environment requires energy-flexible buildings to reduce energy peak loads and to maximize the use of (decentralized) renewable energy sources. The challenge is to arrive at smart control strategies that respond to the increasing variations in both the energy demand as well as the variable energy supply. This enables grid integration in existing energy networks with limited capacity and maximises use of decentralized sustainable generation. Buildings can play a key role in the optimization of the grid capacity by applying demand-side management control. To adjust the grid energy demand profile of a building without compromising the user requirements, the building should acquire some energy flexibility capacity. The main ambition of the Brains for Buildings Work Package 2 is to develop smart control strategies that use the operational flexibility of non-residential buildings to minimize energy costs, reduce emissions and avoid spikes in power network load, without compromising comfort levels. To realise this ambition the following key components will be developed within the B4B WP2: (A) Development of open-source HVAC and electric services models, (B) development of energy demand prediction models and (C) development of flexibility management control models. This report describes the developed first two key components, (A) and (B). This report presents different prediction models covering various building components. The models are from three different types: white box models, grey-box models, and black-box models. Each model developed is presented in a different chapter. The chapters start with the goal of the prediction model, followed by the description of the model and the results obtained when applied to a case study. The models developed are two approaches based on white box models (1) White box models based on Modelica libraries for energy prediction of a building and its components and (2) Hybrid predictive digital twin based on white box building models to predict the dynamic energy response of the building and its components. (3) Using CO₂ monitoring data to derive either ventilation flow rate or occupancy. (4) Prediction of the heating demand of a building. (5) Feedforward neural network model to predict the building energy usage and its uncertainty. (6) Prediction of PV solar production. The first model aims to predict the energy use and energy production pattern of different building configurations with open-source software, OpenModelica, and open-source libraries, IBPSA libraries. The white-box model simulation results are used to produce design and control advice for increasing the building energy flexibility. The use of the libraries for making a model has first been tested in a simple residential unit, and now is being tested in a non-residential unit, the Haagse Hogeschool building. The lessons learned show that it is possible to model a building by making use of a combination of libraries, however the development of the model is very time consuming. The test also highlighted the need for defining standard scenarios to test the energy flexibility and the need for a practical visualization if the simulation results are to be used to give advice about potential increase of the energy flexibility. The goal of the hybrid model, which is based on a white based model for the building and systems and a data driven model for user behaviour, is to predict the energy demand and energy supply of a building. The model's application focuses on the use case of the TNO building at Stieltjesweg in Delft during a summer period, with a specific emphasis on cooling demand. Preliminary analysis shows that the monitoring results of the building behaviour is in line with the simulation results. Currently, development is in progress to improve the model predictions by including the solar shading from surrounding buildings, models of automatic shading devices, and model calibration including the energy use of the chiller. The goal of the third model is to derive recent and current ventilation flow rate over time based on monitoring data on CO₂ concentration and occupancy, as well as deriving recent and current occupancy over time, based on monitoring data on CO₂ concentration and ventilation flow rate. The grey-box model used is based on the GEKKO python tool. The model was tested with the data of 6 Windesheim University of Applied Sciences office rooms. The model had low precision deriving the ventilation flow rate, especially at low CO2 concentration rates. The model had a good precision deriving occupancy from CO₂ concentration and ventilation flow rate. Further research is needed to determine if these findings apply in different situations, such as meeting spaces and classrooms. The goal of the fourth chapter is to compare the working of a simplified white box model and black-box model to predict the heating energy use of a building. The aim is to integrate these prediction models in the energy management system of SME buildings. The two models have been tested with data from a residential unit since at the time of the analysis the data of a SME building was not available. The prediction models developed have a low accuracy and in their current form cannot be integrated in an energy management system. In general, black-box model prediction obtained a higher accuracy than the white box model. The goal of the fifth model is to predict the energy use in a building using a black-box model and measure the uncertainty in the prediction. The black-box model is based on a feed-forward neural network. The model has been tested with the data of two buildings: educational and commercial buildings. The strength of the model is in the ensemble prediction and the realization that uncertainty is intrinsically present in the data as an absolute deviation. Using a rolling window technique, the model can predict energy use and uncertainty, incorporating possible building-use changes. The testing in two different cases demonstrates the applicability of the model for different types of buildings. The goal of the sixth and last model developed is to predict the energy production of PV panels in a building with the use of a black-box model. The choice for developing the model of the PV panels is based on the analysis of the main contributors of the peak energy demand and peak energy delivery in the case of the DWA office building. On a fault free test set, the model meets the requirements for a calibrated model according to the FEMP and ASHRAE criteria for the error metrics. According to the IPMVP criteria the model should be improved further. The results of the performance metrics agree in range with values as found in literature. For accurate peak prediction a year of training data is recommended in the given approach without lagged variables. This report presents the results and lessons learned from implementing white-box, grey-box and black-box models to predict energy use and energy production of buildings or of variables directly related to them. Each of the models has its advantages and disadvantages. Further research in this line is needed to develop the potential of this approach.
DOCUMENT
Machine learning models have proven to be reliable methods in classification tasks. However, little research has been conducted on the classification of dwelling characteristics based on smart meter and weather data before. Gaining insights into dwelling characteristics, which comprise of the type of heating system used, the number of inhabitants, and the number of solar panels installed, can be helpful in creating or improving the policies to create new dwellings at nearly zero-energy standard. This paper compares different supervised machine learning algorithms, namely Logistic Regression, Support Vector Machine, K-Nearest Neighbor, and Long-short term memory, and methods used to correctly implement these algorithms. These methods include data pre-processing, model validation, and evaluation. Smart meter data, which was used to train several machine learning algorithms, was provided by Groene Mient. The models that were generated by the algorithms were compared on their performance. The results showed that the Long-short term memory performed the best with 96% accuracy. Cross Validation was used to validate the models, where 80% of the data was used for training purposes and 20% was used for testing purposes. Evaluation metrics were used to produce classification reports, which indicates that the Long-short term memory outperforms the compared models on the evaluation metrics for this specific problem.
DOCUMENT
Completeness of data is vital for the decision making and forecasting on Building Management Systems (BMS) as missing data can result in biased decision making down the line. This study creates a guideline for imputing the gaps in BMS datasets by comparing four methods: K Nearest Neighbour algorithm (KNN), Recurrent Neural Network (RNN), Hot Deck (HD) and Last Observation Carried Forward (LOCF). The guideline contains the best method per gap size and scales of measurement. The four selected methods are from various backgrounds and are tested on a real BMS and metereological dataset. The focus of this paper is not to impute every cell as accurately as possible but to impute trends back into the missing data. The performance is characterised by a set of criteria in order to allow the user to choose the imputation method best suited for its needs. The criteria are: Variance Error (VE) and Root Mean Squared Error (RMSE). VE has been given more weight as its ability to evaluate the imputed trend is better than RMSE. From preliminary results, it was concluded that the best K‐values for KNN are 5 for the smallest gap and 100 for the larger gaps. Using a genetic algorithm the best RNN architecture for the purpose of this paper was determined to be GatedRecurrent Units (GRU). The comparison was performed using a different training dataset than the imputation dataset. The results show no consistent link between the difference in Kurtosis or Skewness and imputation performance. The results of the experiment concluded that RNN is best for interval data and HD is best for both nominal and ratio data. There was no single method that was best for all gap sizes as it was dependent on the data to be imputed.
MULTIFILE
Uit het rapport: "Deze onderzoeksagenda is tot stand gebracht door de lectoren die samenwerken in het Nationaal Lectoren Platform Urban Energy. Alle betrokkenen bij het platform zijn in staat gesteld om bij te dragen aan de tekst, speciale dank daarbij voor de bijdragen en commentaren vanuit de TKI Urban Energy en de HCA topsector Energie."
DOCUMENT
Uit de samenvatting: "Sinds medio 2017 is het Nationaal Lectorenplatform Urban Energy actief. De betrokken lectoren beogen het praktijkgericht onderzoek rond de gebouwde omgeving op hogescholen te verbinden en te stroomlijnen. Dit doen ze teneinde bij te dragen aan de energietransitie: met duurzame bronnen voorzien in onze energievoorziening. Een belangrijk instrument om de expertise van de lectoren te delen is een digitale onderzoekskaart, die beschikbaar is via: http://www.nlurbanenergy.nl. Daarnaast is er behoefte aan meer inzicht als het gaat om termen als vraagarticulatie en onderzoekssamenwerking. Meer precies wilden we achterhalen wat de behoefte is van het mkb aan praktijkgericht onderzoek van hogescholen in het domein Urban Energy. Daartoe hebben we een verkennende studie uitgevoerd naar praktijkgericht onderzoek binnen het domein Urban Energy. Hiervoor interviewden we de betrokken lectoren en ondernemers uit het innovatief MKB. Daarnaast maakten we gebruik van een enquête die we via verschillende kanalen onder de aandacht brachten bij het innovatief mkb."
DOCUMENT
Dealing with and maintaining high-quality standards in the design and construction phases is challenging, especially for on-site construction. Issues like improper implementation of building components and poor communication can widen the gap between design specifications and actual conditions. To prevent this, particularly for energy-efficient buildings, it is vital to develop resilient, sustainable strategies. These should optimize resource use, minimize environmental impact, and enhance livability, contributing to carbon neutrality by 2050 and climate change mitigation. Traditional post-occupancy evaluations, which identify defects after construction, are impractical for addressing energy performance gaps. A new, real-time inspection approach is necessary throughout the construction process. This paper suggests an innovative guideline for prefabricated buildings, emphasizing digital ‘self-instruction’ and ‘self-inspection’. These procedures ensure activities impacting quality adhere to specific instructions, drawings, and 3D models, incorporating the relevant acceptance criteria to verify completion. This methodology, promoting alignment with planned energy-efficient features, is supported by BIM-based software and Augmented Reality (AR) tools, embodying Industry 4.0 principles. BIM (Building Information Modeling) and AR bridge the gap between virtual design and actual construction, improving stakeholder communication and enabling real-time monitoring and adjustments. This integration fosters accuracy and efficiency, which are key for energy-efficient and nearly zero-energy buildings, marking a shift towards a more precise, collaborative, and environmentally sensible construction industry.
DOCUMENT
Machine learning models have proven to be reliable methods in classification tasks. However, little research has been done on classifying dwelling characteristics based on smart meter & weather data before. Gaining insights into dwelling characteristics can be helpful to create/improve the policies for creating new dwellings at NZEB standard. This paper compares the different machine learning algorithms and the methods used to correctly implement the models. These methods include the data pre-processing, model validation and evaluation. Smart meter data was provided by Groene Mient, which was used to train several machine learning algorithms. The models that were generated by the algorithms were compared on their performance. The results showed that Recurrent Neural Network (RNN) 2performed the best with 96% of accuracy. Cross Validation was used to validate the models, where 80% of the data was used for training purposes and 20% was used for testing purposes. Evaluation metrices were used to produce classification reports, which can indicate which of the models work the best for this specific problem. The models were programmed in Python.
DOCUMENT
Completeness of data is vital for the decision making and forecasting on Building Management Systems (BMS) as missing data can result in biased decision making down the line. This study creates a guideline for imputing the gaps in BMS datasets by comparing four methods: K Nearest Neighbour algorithm (KNN), Recurrent Neural Network (RNN), Hot Deck (HD) and Last Observation Carried Forward (LOCF). The guideline contains the best method per gap size and scales of measurement. The four selected methods are from various backgrounds and are tested on a real BMS and meteorological dataset. The focus of this paper is not to impute every cell as accurately as possible but to impute trends back into the missing data. The performance is characterised by a set of criteria in order to allow the user to choose the imputation method best suited for its needs. The criteria are: Variance Error (VE) and Root Mean Squared Error (RMSE). VE has been given more weight as its ability to evaluate the imputed trend is better than RMSE. From preliminary results, it was concluded that the best K‐values for KNN are 5 for the smallest gap and 100 for the larger gaps. Using a genetic algorithm the best RNN architecture for the purpose of this paper was determined to be Gated Recurrent Units (GRU). The comparison was performed using a different training dataset than the imputation dataset. The results show no consistent link between the difference in Kurtosis or Skewness and imputation performance. The results of the experiment concluded that RNN is best for interval data and HD is best for both nominal and ratio data. There was no single method that was best for all gap sizes as it was dependent on the data to be imputed.
DOCUMENT
An enormous challenge has risen regarding our existing housing stock, as the result of ambitious agreements to reduce global carbon emissions. Until now the focus has been mostly on improving energy efficiency technically by ameliorating the energy performance of the building envelope. Insulation, controlled ventilation, new services and devices are deployed, saving and harvesting energy. New building components and production processes have been developed to smoothen obstacles in the role-out of large-scale implementation of these measures. Also effort has been put into non-technical solutions e.g. new financial arrangements, standards and business models. This has resulted in several successful pilots in the EU to retrofit dwellings towards net-zero energy levels. Still, large-scale implementation, especially targeted at owner-occupied dwellings is lagging behind. The hypothesis is that this is due to the fact that the challenge is still mainly addressed by following concepts that belong to the paradigm of the second industrial revolution. In this paradigm central coordination, proprietary development and vertical up-scaling are key and dwellers are neglected as an essential group of stakeholders in the transformation of their dwellings. This paper will reflect on the principles used in retrofitting using the successful Dutch programme of the Stroomversnelling as a case study. What are the consequences, especially for the position of dwellers, if we rethink the developments from concepts that belong to the paradigm of the third industrial revolution? In the reflection on necessary and possible future developments experiences and insights from Open Building will be used.
DOCUMENT
Renewable energy sources have an intermittent character that does not necessarily match energy demand. Such imbalances tend to increase system cost as they require mitigation measures and this is undesirable when available resources should be focused on increasing renewable energy supply. Matching supply and demand should therefore be inherent to early stages of system design, to avoid mismatch costs to the greatest extent possible and we need guidelines for that. This paper delivers such guidelines by exploring design of hybrid wind and solar energy and unusual large solar installation angles. The hybrid wind and solar energy supply and energy demand is studied with an analytical analysis of average monthly energy yields in The Netherlands, Spain and Britain, capacity factor statistics and a dynamic energy supply simulation. The analytical focus in this paper differs from that found in literature, where analyses entirely rely on simulations. Additionally, the seasonal energy yield profile of solar energy at large installation angles is studied with the web application PVGIS and an hourly simulation of the energy yield, based on the Perez model. In Europe, the energy yield of solar PV peaks during the summer months and the energy yield of wind turbines is highest during the winter months. As a consequence, three basic hybrid supply profiles, based on three different mix ratios of wind to solar PV, can be differentiated: a heating profile with high monthly energy yield during the winter months, a flat or baseload profile and a cooling profile with high monthly energy yield during the summer months. It is shown that the baseload profile in The Netherlands is achieved at a ratio of wind to solar energy yield and power of respectively Ew/Es = 1.7 and Pw/Ps = 0.6. The baseload ratio for Spain and Britain is comparable because of similar seasonal weather patterns, so that this baseload ratio is likely comparable for other European countries too. In addition to the seasonal benefits, the hybrid mix is also ideal for the short-term as wind and solar PV adds up to a total that has fewer energy supply flaws and peaks than with each energy source individually and it is shown that they are seldom (3%) both at rated power. This allows them to share one cable, allowing “cable pooling”, with curtailment to -for example-manage cable capacity. A dynamic simulation with the baseload mix supply and a flat demand reveals that a 100% and 75% yearly energy match cause a curtailment loss of respectively 6% and 1%. Curtailment losses of the baseload mix are thereby shown to be small. Tuning of the energy supply of solar panels separately is also possible. Compared to standard 40◦ slope in The Netherlands, facade panels have smaller yield during the summer months, but almost equal yield during the rest of the year, so that the total yield adds up to 72% of standard 40◦ slope panels. Additionally, an hourly energy yield simulation reveals that: façade (90◦) and 60◦ slope panels with an inverter rated at respectively 50% and 65% Wp, produce 95% of the maximum energy yield at that slope. The flatter seasonal yield profile of “large slope panels” together with decreased peak power fits Dutch demand and grid capacity more effectively.
DOCUMENT