Normalized Consumption
Weather normalization in energy data analysis involves adjusting measured energy consumption to account for weather variations, providing a clearer view of energy efficiency. This process uses weather data, such as heating and cooling degree days, to make energy consumption comparable across different times and locations. We will explain how to achieve this.
What Energy Should Be Normalized?
Normalize all heating consumption (gas, oil, etc.) directly linked to the outside temperature, excluding consumption for domestic hot water. Electricity consumption should not be standardized.
Why Standardize?
Degree-days (DD) represent the temperature difference between the outside and the inside of a building. This concept helps compare heating requirements across different buildings, regardless of the outside climate. Typically, 15/15 degree-days are used, with a comfort temperature set at 15°C.
How to Normalize?
Use the following formula:
Normalized Consumption = Actual Consumption (kWh) * Normal DD / Recording Year DD
- Normal DD: In Belgium, use 1869.13 (average of 15/15 degree-days from 1988 to 1997).
- Recording Year DD: Refer to the table for degree-days corresponding to your consumption period.
Implementation on IoT Factory
To normalise your consumption you must:
- record the degrees day using a ‘manual entry’ type device
- display your normalised consumption compared with your reference consumption via a comparator widget
Create "manual entry" device
Record monthly degree-days from a reference year using official data for your location. Update this list monthly with the past month's DD value.
We use the following data source for Brussels - https://www.synergrid.be/fr/centre-de-documentation/statistiques-et-donnees/degres-jours

