Forecasting Solar Energy Generation and Household Energy Usage for Efficient Utilisation

Aistis Raudys,Julius Gaidukevičius
DOI: https://doi.org/10.3390/en17051256
IF: 3.2
2024-03-06
Energies
Abstract:In this study, a prototype was developed for the effective utilisation of a domestic solar power plant. The basic idea is to switch on certain electrical appliances when the surplus of generated energy is predicted one hour in advance, for example, switching on a pump motor for watering a garden. This prediction is important because some devices (motors) wear out if they are switched on and off too frequently. If a solar power plant generates more energy than a household can consume, the surplus energy is fed into the main grid for storage. If a household has an energy shortage, the same energy is bought back at a higher price. In this study, data were collected from solar inverters, historical weather APIs and smart energy meters. This study describes the data preparation process and feature engineering that will later be used to create forecasting models. This study consists of two forecasting models: solar energy generation and household electricity consumption. Both types of model were tested using Facebook Prophet and different neural network architectures: feedforward, long short-term memory (LSTM) and gated recurrent unit (GRU) networks. In addition, a baseline model was developed to compare the prediction accuracy.
energy & fuels
What problem does this paper attempt to address?
The paper attempts to address the issue of how to effectively utilize excess electricity in home solar power systems. Specifically, the goal of the research is to develop a prototype system that can automatically turn on certain non-urgent but useful appliances (such as heat pumps, air conditioning systems, electric vehicle chargers, or garden sprinklers) when excess electricity is predicted to be available in 1 hour. This approach aims to avoid selling the excess electricity to the grid at a lower price and then buying it back at a higher price during power shortages. By doing so, the efficiency of the solar system can be improved, and energy waste can be reduced. To achieve this goal, the research collected data from solar inverters, historical weather APIs, and smart meters, and performed data preprocessing and feature engineering to build predictive models. Two types of predictive models were tested in the study: solar power generation prediction and household electricity consumption prediction. These models used Facebook Prophet and different neural network architectures, including Feedforward Neural Networks, Long Short-Term Memory Networks (LSTM), and Gated Recurrent Unit Networks (GRU). Additionally, a benchmark model was developed for comparison of prediction accuracy.