Electrify Real-Time Analysis of Electricity Consumption and Bill Prediction
Electrify Real-Time Analysis of Electricity Consumption and Bill Prediction
ISSN No:-2456-2165
Abstract:- In this scenario, it is essential to optimize energy usage in buildings, reducing utility costs. In this
power usage and promote efficient energy consumption. project, we focus on one specific method to facilitate it: the
The increasing electricity demand has put a strain on prediction of electricity consumption and real-time analysis
natural resources and the environment. To address this, of electricity consumption. In this project, we will make IoT
there is a need to optimize energy usage and reduce waste. Based electricity energy consumption reading application
The proposed system aims to help users achieve this by using ESP32.
providing real-time analysis of electricity consumption
and predicting monthly electricity bills using machine The purpose of this project is to develop a system for
learning algorithms. The system employs a current sensor real-time analysis of electricity consumption and bill
to track the energy consumed by each device in a house prediction. The project aims to address the problem of
and estimates the monthly electricity bill. The user can set inefficient electricity usage and provide a solution through the
a monthly desired bill, and as the energy consumption implementation of machine learning algorithms. The project
approaches the set limit, the user is notified through the will involve the development of a system that utilizes data
software application. The LSTM algorithm is used for from a current sensor and a Wi-Fi module and incorporates
predicting the monthly electricity bill based on the data various machine-learning techniques to analyze and predict
collected from the current sensor. The algorithm takes electricity consumption patterns. The resulting system will be
into account various factors such as the energy consumed tested and evaluated through a series of user studies to ensure
by different devices, time of day, and historical data to its accuracy and reliability.
provide accurate predictions. Firebase is used as a cloud
service for storing and processing data. It allows for II. LITERATURE SURVEY
efficient and secure storage of data and provides real-time
updates, ensuring that users always have access to the The paper [1] analyses the benefits of demand response
latest information. The proposed system offers numerous for utility companies and proposes prediction methods for
benefits, including improved energy efficiency and cost households to determine whether changing to a time-of-use
savings. (TOU) rate plan from a progressive rate plan can reduce their
electricity bill. The methods are developed using statistical
I. INTRODUCTION learning techniques and tested using hourly electricity usage
and bills obtained from ten apartment complexes through
The ever-increasing demand for power has driven many AMI, with one complex used for testing. The results show
natural resources to the verge of depletion. With the current high decision accuracy and low root-mean-square error for
technology of electricity meter, we need to go to the meter the saving prediction. The proposed prediction methods only
reading room and take down readings. Thus monitoring and rely on historical data, which may not accurately predict
keeping track records of your electricity consumption is a future electricity usage and bill savings.
difficult task. In such a case, optimal power-sharing and
efficient energy consumption are called into practice. So The paper [2] analyses the characteristics of electricity
balancing the power supply and demand is one of the most consumption data according to contract types and measures
fundamental problems for the operation and control of any the performance of deep learning models in predicting future
electric power grid. To automate this, we can use the Internet electricity consumption. The dataset includes hourly
of Things. IoT sensors can be used to monitor and optimize electricity consumption data over two years. The paper
The system aims to address the limitations of the The application developed as part of the system allows
existing system by introducing a smart metering solution that users to set a monthly desired bill and notifies them when
continuously monitors the energy consumption of each energy consumption approaches the set limit. This feature can
device in a household and provides real-time feedback to the help users in budgeting their electricity costs and reducing
user. This is achieved by using a current sensor to measure unnecessary energy consumption. In addition, the use of
the energy consumed by each device and then transmitting cloud services such as Firebase for backend and training data
this data wirelessly to a microcontroller (ESP32) for storage provides scalability and flexibility to the system. This
processing. The processed data is then sent to a cloud-based allows the system to handle large amounts of data and provide
backend (Firebase) for storage and analysis. real-time updates to users.