You are on page 1of 7

THE REALTIME MONITORING OF ELECTRICAL

HOME APPLIANCES
1. Shreya R 2. Bhavana R 3. H R Yashwanth 4. Varun R

(Department of Electrical and Electronics Engineering Jain Institute of Technology, Davanagere)


Abstract—– The Internet of Things (IoTs) can be described II. LITRETURE REVIEW
as connecting everyday objects like smart-phones, Internet
TVs, sensors and actuators to the Internet where the devices Real-time monitoring of electrical home appliances is
are intelligently linked together enabling new forms of achieved through the use of Internet of Things (IoT)
communication between things and people, and between things platforms and sensors. These systems utilize
themselves. In this project, we design and development of a
smart monitoring and controlling system for household
microcontrollers such as NodeMCU-32S, Raspberry Pi, and
electrical appliances in real time. The system principally ESP-32 mini to collect data on AC voltage, current, and
monitors electrical parameters of household appliances such as ambient temperature . The collected data is then uploaded to
voltage and current and subsequently calculates the power cloud databases or stored in local databases for further
consumed. The novelty of this system is the implementation of analysis and monitoring . Additionally, voice control and
the controlling mechanism of appliances in different ways. The mobile applications are used to enable remote monitoring
developed system is a low-cost and flexible in operation and and control of electrical switches and devices . The aim of
thus can save electricity expense of the consumers. We aim to these systems is to provide real-time information on energy
determine the areas of daily peak hours of electricity usage
consumption, allowing users to monitor and optimize their
levels and come with a solution by which we can lower the
consumption and enhance better utilization of already limited usage of electrical appliances.
resources during peak hours. Real-time monitoring of electrical home appliances is
achieved through the use of Internet of Things (IoT)
Keywords—Internet of Things, Arduino, current sensors, technology. Various sensors, such as those measuring AC
ESP8266 Module (WSN), Power Management. Introduction voltage, current, and ambient temperature, are integrated
with microcontrollers and mobile devices to collect and
I. INTRODUCTION upload data to cloud databases. This data can then be used
The advent of new technology, people want more comfort in for calibration of system parameters and machine learning.
their lives. In this new era of automated things such as The monitoring system provides timely and accurate
automatic cars, automatic dish washers, automatic bots and feedback on energy usage patterns, allowing users to make
so on, comes the need of automated homes where people informed decisions about energy consumption. The
have the luxury of doing things with least amount of effort. integration of Wi-Fi technology enables wireless
Also, this system is also built to help the disabled people interconnectivity and communication among devices,
with walking disabilities or old people who do not have expanding the potential applications of the system. The
energy to walk and switch off/on the home appliances. The proposed frameworks and systems aim to promote energy
basic motivation for building this product is to make the lives conservation in households and contribute to sustainable
of people more comfortable and easy. It will give them a energy management practices.
sense of security and also the comfort of stay at place and Furthermore, study on importance of security features in
controlling systems through commands. Before you begin to smart energy meters is also presented. A detailed analysis of
format your paper, first write and save the content as a various infrastructure and communication protocols for
separate text file. Complete all content and organizational
smart energy along with a wide range of energy
editing before formatting. Please note sections A-D below
management models including the hardware and software is
for more information on proofreading, spelling and grammar.
discussed in. Furthermore, reference also emphasizes the
Wireless Sensor Networks (WSN) has been employed to significance of monitoring, controlling, and supervising of
collect data about physical phenomenon in various the household appliances along with the appropriate
applications such as habitat monitoring. In wireless sensor communication protocols that ensures the reliability of the
network system, the sensor node sense the data from the data collection with the help of advanced algorithms and
sensor and that data collects the end tags, end Units tags send sampling tools. Another similar concept of measuring
its data to the router and router to coordinator and supply individual loads but in a three-phase measuring system is
multi-clients services including data display, the whole data presented in, where the device logs the data onto the SD
will be stored in base station and the stored data will send to card.
the cloud and the client can visit the base station remotely via
website. Such a sensor are temperature, vibration, pressure, III. OBJECTIVES
moisture, light, and pollution. The project aims at building a
system which can be used on universally at any scale to The project on real-time monitoring of electrical home
monitor the parameters in each environment. Arduino and appliances aims to achieve several objectives to enhance the
sensors collects all the real-time data from environment and efficiency, safety, and convenience of managing household
this real-time data is fetched by the web server and display it. electricity consumption.
User can access this data from anywhere through Internet.
Arduino works as a base station which connects the number Firstly, the project seeks to develop a system capable of
of distributed sensor nodes. remotely monitoring the usage of various electrical
appliances within a home in real-time. This includes
appliances such as refrigerators, air conditioners, washing
machines, and others. By collecting and analyzing data on
appliance usage, the system aims to provide insights into
energy consumption patterns and identify opportunities for
optimization.
Secondly, the project aims to improve energy efficiency by information, such as energy consumption patterns,
identifying energy-intensive appliances and their usage appliance usage trends, and potential faults or
patterns. By understanding when and how these appliances anomalies.
are being used, homeowners can make informed decisions
to reduce energy waste and lower utility bills.  Communication and Networking: Establish a
communication network to transmit data from the
Thirdly, the project seeks to enhance safety by detecting sensors to a central monitoring system. Choose suitable
anomalies or malfunctions in appliance operation. Real-time communication protocols (e.g., Wi-Fi, Zigbee,
monitoring can alert homeowners to potential hazards such Bluetooth) based on factors like range, reliability, and
as overheating appliances or electrical faults, allowing for power consumption.
timely intervention to prevent accidents or damage.
 Data Storage and Management: Set up a database or
Additionally, the project may aim to provide users with data storage solution to store the collected data
convenient access to information about their home securely. Implement mechanisms for data retention,
appliances through a user-friendly interface. This could compression, and archiving to manage large volumes of
include features such as remote control of appliances, data efficiently.
energy usage dashboards, and alerts for maintenance or
repair needs.  Visualization and User Interface: Develop a user-
friendly interface to visualize the monitored data in
Overall, the primary objectives of the project on real-time real-time. Design dashboards, charts, and graphs to
monitoring of electrical home appliances are to optimize present key metrics and insights to users, such as
energy usage, improve safety, and enhance user homeowners or utility providers.
convenience through the utilization of data-driven insights
and advanced monitoring technologies.  Alerting and Notification System: Implement an
alerting mechanism to notify users about abnormal
conditions or potential issues detected by the
IV. METHODOLOGY
monitoring system. Define thresholds or rules for
The proposed monitoring prototype is designed to measure triggering alerts based on predefined criteria.
the electricity consumption with the individual loads to
understand the consumption of each machine (at homes) and  Testing and Validation: Conduct thorough testing of
the heavy usage machines at the industries. This real-time the monitoring system in a controlled environment to
monitoring framework will endow better awareness into the ensure its accuracy, reliability, and performance.
energy and power consumption information of the Validate the system against expected outcomes and
industries, which in-turn will enable the green initiative for compare the monitored data with ground truth
the industries and help save money with the consumption measurements.
statistics. These are some steps involved in making model:
 Problem Definition and Scope: Clearly define the  Deployment and Maintenance: Deploy the monitoring
objectives of the project, including what specific system in real-world settings, such as residential homes
electrical home appliances will be monitored, what or commercial buildings. Provide ongoing maintenance
parameters will be tracked (e.g., energy consumption, and support to address any technical issues, update
usage patterns), and the intended outcome of the software, and optimize system performance over time.
monitoring system.

 Research and Requirement Analysis: Conduct V. WORKING


thorough research on existing monitoring systems and
technologies. Identify the requirements and constraints
of the project, such as the types of sensors needed,
communication protocols, data storage, and user
interface requirements.

 Sensor Selection and Installation: Select appropriate


sensors to monitor the desired parameters of each
appliance. Install sensors in strategic locations to
capture relevant data without interfering with the
normal operation of the appliances. Ensure that the
sensors are compatible with the appliances and capable
Fig 1. Block diagram
of real-time data transmission.

 Data Acquisition and Processing: Implement a data


acquisition system to collect data from the sensors in
real-time. Process the raw data to extract relevant
Fig. 4 Power supply module

Specification
Usage/Application: Industrial
Fig 2. Circuit diagram
Supply Voltage: 5 V
The energy-monitoring device is a system that can be used Output Voltages: +1.8V, + 3.3V, +5V
to measure and monitor realtime AC voltage, current, real Maximum Load: 0.75 Amps
and apparent power. The monitoring devices comprise of Input Efficiency: 72 %
Current Transformer (CT), Voltage Transformer and power Input Frequency Range: 47 to 63 Hz
supply module. All of its hardware is based on the Arduino 3. 12V STEPDOWN TRANSFORMER
and Cloud platforms and need a power of 5 V DC. These
monitoring units are connected to the laptop via Ethernet to
access the local server, which is accessible via the IP
address of the Raspberry Pi and sends the data to Blynk
cloud via Wi-Fi. The Single-Phase circuit consists of three
CT sensors, so it measures three loads at a time. Figure 1
shows the block diagram of single-phase measurement
whereas Fig. 2 shows the circuit diagram.

The controlling action is possible with the help of an IoT


app. The energy consumed by various loads is displayed and Fig. 5 12V Stepdown transformer
monitoring of energy consumption is also possible by 0-12 500mA Step Down Transformer is a general purpose
human users. The relay action is also incorporated into the chassis mounting mains transformer. Transformer has 230V
proposed system. The relay comes into action when the primary winding and non-centre tapped secondary winding.
energy consumption exceeds the predetermined value. The The transformer has flying coloured insulated connecting
loads will be switched off automatically when the reading of leads (Approx. 100 mm long). The Transformer act as step
total energy consumption exceeds the preset value. In this down transformer reducing AC - 230V to AC - 12V.The
way, the monitoring and control of electrical appliances Transformer gives outputs of 12V and 0V. The
have been implemented with the help of the Proteus Transformer's construction is written below with details of
environment. Solid Core and Winding.
VI. HARDWARE REQUIREMENTS
4. RELAY
1. NODEMCU ESP8266

Fig. 3 ESP8266
The ESP8266 is a highly popular and versatile low-cost Wi- Fig. 6 Relay module
Fi module developed by Espressif Systems. It integrates a
microcontroller with Wi-Fi capabilities, making it ideal for A relay module is an electronic device used to control the
IoT (Internet of Things) projects and applications requiring switching of electrical circuits. It typically consists of a coil,
wireless connectivity. Equipped with a powerful 32-bit contacts, and a switching mechanism. When a current flows
Tensilica microcontroller, the ESP8266 offers ample through the coil, it generates a magnetic field that attracts or
computational capability for a wide range of applications. repels the contacts, thereby opening or closing the circuit.
Its integrated Wi-Fi module enables seamless connectivity Relay modules are widely used in various applications,
to local networks and the internet, allowing devices to including home automation, industrial automation, and
communicate with each other and with online services. automotive systems, to provide electrical isolation between
2. POWER SUPPLY MODULE control circuits and power circuits, as well as to enable
remote or automated control of devices. Overall, relay
modules play a crucial role in facilitating the efficient and
safe operation of electrical systems across a wide range of lcd.print(Watt);
industries and applications. Blynk.virtualWrite(V0, AmpsRMS);
Blynk.virtualWrite(V1, Watt);
VII. SOFTWARE CODING
if(AmpsRMS>0.17)
#define BLYNK_TEMPLATE_ID "TMPL3HDv1If3L" {
#define BLYNK_TEMPLATE_NAME "REAL TIME HOME Blynk.virtualWrite(V2, "LOAD IS BEEN DETECTED");
MONITORING" lcd.setCursor(0, 1);
#define BLYNK_AUTH_TOKEN lcd.print("LOAD_IS_DETECTED");
"L4rb1TJkQzL_Ft8CzPeZN56DyrCWTNTA" }
#define BLYNK_PRINT Serial else
#include <ESP8266WiFi.h> {
#include <BlynkSimpleEsp8266.h> Blynk.virtualWrite(V2, "NO LOAD IS FOUND");
#include <Wire.h> lcd.setCursor(0, 1);
#include <SPI.h> lcd.print("NO_LOAD_IS_FOUND");
#include <LiquidCrystal_I2C.h> }
#include <SoftwareSerial.h>
#include <CD74HC4067.h> }
SoftwareSerial espSerial(2,3);
LiquidCrystal_I2C lcd(0x27, 16, 2); //SCL D1,SDA D2 float getVPP()
BlynkTimer timer; {
float result;
char auth[] = BLYNK_AUTH_TOKEN; int readValue; // value read from the sensor
char ssid[] = "PROJECT"; int maxValue = 0; // store max value here
char pass[] = "DEMO2024"; int minValue = 1024; // store min value here
#define SIG A0 uint32_t start_time = millis();
int RELAY=D7;//pin 13 while((millis()-start_time) < 1000) //sample for 1 Sec
{
//HOME ANALOG SENSOR sensorIn = analogRead(SIG);
int sensorIn;
int mVperAmp = 185; // this the 5A version of the ACS712 -use 100
for 20A Module and 66 for 30A Module readValue = sensorIn;
double Watt = 0; // see if you have a new maxValue
double Voltage = 0; if (readValue > maxValue)
double VRMS = 0; {
double AmpsRMS = 0; /record the maximum sensor value/
maxValue = readValue;
}
void setup() if (readValue < minValue)
{ {
Serial.begin(9600); /record the minimum sensor value/
Blynk.begin(auth, ssid, pass); minValue = readValue;
pinMode(SIG,INPUT); }
pinMode(RELAY,OUTPUT); }
lcd.begin();
lcd.backlight(); // Subtract min from max
lcd.print("LOAD MONITORING"); result = ((maxValue - minValue) * 5.0)/1024.0;
lcd.setCursor(0, 1);
lcd.print("JAIN COLLEGE DVG"); return result;
delay(4000); }
lcd.clear();

void loop()
{
Blynk.run();
Serial.println ("");
Voltage = getVPP();
VRMS = (Voltage/2.0) *0.707; //root 2 is 0.707
AmpsRMS = (VRMS * 1000)/mVperAmp;

Serial.print(AmpsRMS);
Serial.print(" Amps RMS --- ");
Watt = (AmpsRMS*240/1.3); // 1.3 is an empirical calibration factor
Serial.print(Watt);
Serial.println(" W");

lcd.setCursor(0, 0);
lcd.print("A:"); Fig 7. Module
lcd.setCursor(2, 0);
lcd.print(AmpsRMS);
VIII. ADVANTAGES AND APPLICATIONS
lcd.setCursor(8, 0); 1. Network setups can be carried out without fixed
lcd.print("W:");
lcd.setCursor(10, 0);
infrastructure
2. Suitable for the non-reachable places such as IX. RESULT
over the sea, mountains, rural areas or deep
forests.
3. Flexible if there is random situation when
additional workstation is needed.
4. Implementation pricing is cheap.
5. It avoids plenty of wiring.
6. It might accommodate new devices at any
time.
7. It's flexible to undergo physical partitions.
8. It can be accessed by using a centralized
monitor.
APPLICATIONS
 The applications for WSNs involve tracking,
monitoring and controlling.
 WSNs are mainly utilized for habitat
monitoring, object tracking, nuclear reactor
control, fire detection, and traffic monitoring.
 Area monitoring is a very common
application of WSNs, in which the WSN is
deployed over a region where some incident
might be monitored.

The real-time monitoring of electrical home appliances


project aimed to provide homeowners with instant access to
data regarding the energy consumption and performance of
their appliances. Through the integration of sensors and
smart technology, the system allowed users to remotely
monitor various parameters such as power usage,
temperature, and operational status of appliances in real-
time. This real-time monitoring capability empowered users
to make informed decisions about energy usage, identify
potential malfunctions or inefficiencies in appliances, and
optimize their overall energy consumption. Additionally, the
project fostered greater awareness and accountability for
energy usage, contributing to more sustainable and efficient
household practices. Overall, the implementation of real-time
monitoring technology offered users greater control over
their energy consumption while promoting environmental XII. REFERENCES
responsibility. 1. Patria artha technological journal (Electrical Control
and Monitoring Home System With ACS712 Sensor &
X. FUTURE WORK Relay Module via Blynk) [2023].
Future work on this model includes expanding the mobile 2. Pooja R. Khanna, Gareth Howells Pavlos I. Lazaridis
platform to IOS (IPhone operating system). Integrating a (Design and Implementation of Low-Cost Real-Time
speech-to-text module to understand the user and speaker to Energy Logger for Industrial and Home Applications)
interact with the user verbally. This also allows us to install [2021].
a voice recognition system as an added security feature. A 3. P. Ashok Kumar (Advanced Home Automation and
low-cost camera can be added for facial recognition which Security System Has With Energy Management System
drastically improves the security of the system. Machine Hems Using IoT Technology) [2018].
learning algorithms can be implemented to learn about user 4. Hasib, Ul, Sakib., Jahedul, Anowar., Wahidul, Hasan.,
patterns and suggest improvements in the current lifestyle M., Ashraful, Amin. (Mobile Based Electronic Home
such as track sleep patterns, quotidian tasks, and activity Appliance Remote Control and Power Consumption
cycles. Modules such as heart beat sensor can be installed to Monitoring Using Internet of Things) [2019].
check the health of the user. 5. A. Salisu, Aminu Bugaje, A. Z. Lok (IoT based
household electricity energy monitoring and control)
XI. CONCLUSION [2020].
In conclusion a low cost and user-friendly design for home 6. Jayroop, Ramesh., Abdul, R., Al-Ali., Ahmad, Al,
automation system is presented. It has better performance Nabulsi., Ahmed, E., Osman., Mostafa, F., Shaaban.
than existing Bluetooth based conventional home (Deep Learning Approach for Smart Home Appliances
automation systems, it provides a general approach for Monitoring and Classification) [2022].
home automation which is not only suitable for elderly and
handicapped people but it is also beneficial to reduce human
labor and save energy with the help of sensors. In addition,
proposed system has ability to transmit the measurement
report of sensors on user smartphone application. Moreover,
smartphone application used in proposed system has ability
to interface up to 18 home appliances and sensors.
Moreover, home automation system can be interfaced with
biomedical (EMG) signals. It will be beneficial for
amputees, they will be able to control the appliances using
their muscle's movement.

The implementation of real-time monitoring of electrical


home appliances marks a significant advancement in
household management and energy efficiency. By
seamlessly integrating sensors and IoT technology, this
project has enabled homeowners to remotely track and
control their appliances, fostering a more streamlined and
sustainable lifestyle. With access to real-time data on energy
consumption and usage patterns, individuals can make
informed decisions to optimize efficiency, reduce waste, and
lower utility costs. Furthermore, the system's ability to
detect anomalies and notify users of potential issues
enhances safety and prevents potential hazards. In
conclusion, the real-time monitoring of electrical home
appliances represents a pivotal step towards creating
smarter, more connected homes that prioritize both
convenience and sustainability.

You might also like