SlideShare a Scribd company logo
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 07 ISSUE: 03 | MAR 2020 WWW.IRJET.NET P-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2412
SMART POWER MONITORING AND CONTROLLING THROUGH IoT
T. sireesha1, D. Dharani Bharath2, K. Bhavani3, K. Kedareswar Kumar4,D. Sai Kiran5
1Assoc. Professor, Departments of Electronics and Communication Engineering, Potti Sriramulu Chalavadi
Mallikarjuna Rao College of Engineering and Technology, Vijayawada, India.
2,3,4,5student, Departments of Electronics and Communication Engineering, Potti Sriramulu Chalavadi Mallikarjuna
Rao College of Engineering and Technology, Vijayawada, India.
--------------------------------------------------------------------------***-----------------------------------------------------------------------
Abstract— Energy saving is one of the most challenging
issue in these days. IoT is the evolving technology where the
significance and utilization are increasing with each passing
day. By combining these a Smart Power monitoring system
designed that detects and controls the domestic electricity
consumption. This paper describes the digitization of energy
to control the power usage and reduce unnecessary power
wastage. Several sensors are used to gather the consumption
data that needs to be send to cloud using IoT. The wi-fi
section performs IOT operation by sending to the cloud. This
system includes programmable power output where user
can limit the power usage along with a motion sensor used
for automation to reduce unnecessary power leakage.
Keywords—internet of things, power monitoring system,
Wi-Fi, programmable power output.
1. Introduction
The Internet of things (IOT) concept enables us to
connect the day to day devices with each other through
internet. The devices connected through IOT can be
monitored remotely. The IOT provides a connection
between the physical world and computer-based systems.
The concept has been increasing importance with more and
more wireless devices that are increasing in rapid manner.
hardware devices are connected with each other through
the internet. The Wi-Fi module provides the connectivity
with the internet.
The system is designed on an STM micro controller. It
can be structurally differentiated into four parts viz.,
controller, monitoring unit, controlling circuit and a Wi- Fi
unit. The controller performs the required calculations and
processes the power data. Power monitoring circuit
provides data about appliances power reading and
provides the user interface to collect the power limit from
the user. the Wi-Fi unit plays most important role that send
the information from the controller over the Internet. The
micro controller is programmed on the keil micro vision
software IDE which is a prerequisite to operate on the STM
board.
Smart power monitoring and controlling using Wi-Fi
system is designed based on three major objectives.
They are:
1. To provide power reading over a real-time basis.
2. To utilize the power in effective manner.
3. Reduce the power wastage. .
2. LITERATURE SURVEY
Dr. shreedhar A joshi et.al [1] proposed a smart energy
meter that can store and measure the power consumption
in small amount of time of usage pricing. The objective of
this system is user can set the limits of consumption and
crossing of this limit will generate warning message to the
user . Based on the rotations of meter, device will calculate
the number of units and bills on a monthly basis and limit
the consumption.
Devadhanishini.Ay et.al.[2] prepared smart power
monitoring system can be monitoring the power
consumption using power meter. This power monitoring
system uses GSM module to send the data from
microprocessor to user mobile. This system controls the
mains or home appliances from mobile phone app by Wi-Fi
module. The purpose of this system is monitoring the
amount of power consumed and total power consumption
to be paid.
Landi.c et.al.[3] prepared a system is part of distributed
systems that measures the main power An integrated Web
Server enables to gather the statistics of power usage,
quality of power and able to interlink the devices for load
displacement. the device is designed for access to the data
communication enables local and wireless access.
Garrab.A et.al. [4]. Explains that security of the
communication and the greenhouse gas emissions, leads to
introduce a Smart Grid. Smart Meters are one of the best
solutions for the Smart Grid. In this paper, an AMR solution
which provides enhanced two way communicated
application. It is supported an energy meter with low-
power microcontroller. The microcontroller consists an
energy metering module. The main purpose of this paper is
to monitor the real time pricing of electricity.
Darshan Iyer N, et.al.[5] proposed system that
eliminates the human intervention in power maintenance.
The Buyer needs to pay for the usage of electricity on
schedule, in case that user could not pay, the power supply
can be turned off automatically by the electricity board. The
user can monitor the power consumption in units from a
web page by providing system IP address. Theft detection
section connected to energy meter will notify company.
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 07 ISSUE: 03 | MAR 2020 WWW.IRJET.NET P-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2413
when meter tampering happens in energy meter and it will
send theft detect data through PLC modem and theft
detected will be displayed on the terminal window of the
company side.
B. S. Koay et.al.[6] prepared a paper “Design and
implementation of Bluetooth energy meter", 2012. In this
paper described such as presently electronics energy
measurement is continuously replacing existing technology
of electro-mechanical meters. A wireless digital energy
meter definitely offers greater convenience to the meter
reading task. Bluetooth technology is chosen as a possible
wireless solution to this issue. In this paper, presents the
design and implementation issues of a Bluetooth-enabled
energy meter. The energy reader can collect the energy
consumption reading from the energy meter wirelessly
based on Bluetooth.
3. PROPOSED SYSTEM
The power data from the sensors is sent to STM32 board
than Wi-Fi module sends to the user’s mobile phone. In this
system the user can turn on/off the mains or home
appliances from their Android smart phone application.
The WIFI module is receives the information from cloud
and sends to micro-processor and the STM32 controls the
relay to turn on and off the appliances.
3.1 BLOCK DIAGRAM
The block diagram consists of stm32l4r5zi microcontroller
board connected with ESP8266 Wi-Fi module (nodeMCU),
relay, 16*2 LCD display, Buzzer, power and current
sensors, 4*3 keypad matrix, PIR sensor.The system input
230V is supplied to relay, relay act as a controller of
appliances and it is connected to the STM32 board .STM32
performs as both transmitter and receiver and it is
connected to the PIR sensor, voltage and current sensors,
relay, Wi-Fi module.
Fig.1: Block Diagram of the system
The relay is used to reduce the power consumption by the
user, the PIR motion sensor is used for automatically
ON/OFF of the appliances where the human motion is not
detected. The WIFI module is receives the information
from cloud and sends to microprocessor and vice-versa.
3.2 FLOW DIAGRAM
Fig.2 Flow chart of the smart power meter system
4. HARD WARE IMPLEMENTATIONS
4.1 Voltage sensor
The Voltage Detection Sensor Module allows the analog
input of a micro-controller to monitor voltages much
greater than it capable of sensing. Micro-controller analog
input voltages up to five volts, the voltage detection
module input voltage not greater than 25V (if using 3.3V
systems, input voltage not greater than 16.5V).
4.2 Current sensor
This sensor handles high side current measuring up to
+26VDC even though it is powered with 3 or 5V. The main
advantage of using INA219 Current Sensor is that is can
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 07 ISSUE: 03 | MAR 2020 WWW.IRJET.NET P-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2414
measure both AC and DC current and it also facilitate the
isolation between the Load (AC/DC load) and Micro-
controller.
4.3 ESP8266 Wi-Fi Module (NodeMCU)
The ESP8266 Wi-Fi Module is a SOC based on TCP/IP
protocol stack that provide microcontroller access to your
Wi-Fi network. This module ESP8266 module is pre-
programmed. This module provides internet connection to
the system.
4.4 PIR SENSOR
A passive infrared sensor is measures infrared (IR) light
radiating from objects in its field of view. PIR motion
sensor is used for automatically ON/OFF of the appliances
where the human motion is not detected.
4.5 RELAY
Relay is a electromagnetic switch that has three high
voltage terminals (NC, C, NO) which connect to controller.
Relay has another three pins with low voltage (ground, Vcc
and signal) those connect to the STM32. When relay
receives a HIGH signal at signal pin, electromagnet coil
becomes charged and moves contacts than the switch
opened or closed.
4.6 Keypad Matrix
A Matrix keypad is the commonly used input device for
micro-controller, A matrix keypad contains a set of push
switches are placed in a matrix format of rows and
columns. This keypad is used to fix the power input power
by the user.
5. EXPERIMENTAL RESULTS
The Hardware setup of the project is shown in Fig.3.
Fig.3 Providing security by authentication password
The voltage and current values are displayed in LCD
display in real-time basis shown in fig,4.
Fig.4. voltage and current values in real-time.
The DC voltage ,current, AC voltage and AC frequency were
monitored through Blynk application which provide
accessibility for user.
6. CONCLUSION
The system provides many advantages, such as wireless
communication, remote monitoring and controlling, anti
power theft mechanism and less-expenses. The system
would facilitate a way to collect the power reading and
detect an electrical power theft without any human
involvement. The use of embedded micro-controller and
Wi-Fi module provides the stability of wireless data
transmission. Programmable power output provides the
required amount of power to the particular appliance or
location so unnecessary power usage is reduced. By using
this system the user can monitor their consumed power
anytime using Internet.
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 07 ISSUE: 03 | MAR 2020 WWW.IRJET.NET P-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2415
7. REFERENCES
[1] Devadhanishini. Ay, MalasriR.K, danipriya.
N,Subashini.V,P.G. Padma Gowri,”Smart power monitoring
system Using Iot” . International Conference on Advanced
Computing & Communication Systems (ICACCS 2019)
[2]Dr, shreedhar A joshi, srijay Kolvekar, Y.Rahul Raj and
ShanshankSingh.”IoT Based Smart Meter”.bonfrig
international journal of research in communication
engineering.2016
[3] Landi, C.; Dipt. di Ing. dell''Inf., Seconda Univ. di Napoli,
Aversa, Italy ; Merola, P. ; Ianniello, G, “ARM-based energy
management system using smart meter and Web server”,
IEEE Instrumentation and Measurement Technology
Conference Binjiang, 2011
[4] Garrab, A.; Bouallegue, A.; Ben Abdallah, “A new AMR
approach for energy saving in Smart Grids using Smart
Meter and partial Power Line Communication”, IEEE First
International Conference on Renewable Energies and
Vehicular Technology (REVET), 2012
[5] Darshan Iyer N, Dr. KA Radhakrishnan Rao, “IoT Based
Energy Meter Reading, Theft Detection & disconnection
using PLC modem and Power optimization ”,IRJET, (2015)
[6] "B. S. Koay, S. S. Cheah, Y. H. Sng, P. H. Chong, P. Shum, Y.
C. Tong, X. Y. Wang, Y. X. Zuo and H. W. Kuek" , "Design and
implementation of Bluetooth energy meter", 2012.

More Related Content

PDF
IRJET- Machine Care Effectiveenergy Monitring Model based on Wireless Sen...
PDF
IRJET- Iot Based Smart Energy Monitoring
DOCX
Power Measurement with IoT
PDF
IRJET- Automatic Electric Meter Reading using Wifi
PDF
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
PDF
IRJET - Wireless Energy Meter with Home Automation
PDF
IRJET- A Remotely Controlled Home Automation System for Energy Saving
PDF
Design and Implementation of IOT Based Smart Power Monitoring and Management ...
IRJET- Machine Care Effectiveenergy Monitring Model based on Wireless Sen...
IRJET- Iot Based Smart Energy Monitoring
Power Measurement with IoT
IRJET- Automatic Electric Meter Reading using Wifi
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET - Wireless Energy Meter with Home Automation
IRJET- A Remotely Controlled Home Automation System for Energy Saving
Design and Implementation of IOT Based Smart Power Monitoring and Management ...

What's hot (18)

PDF
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
PDF
IRJET- IoT based Smart Energy Meter
PDF
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
PDF
IRJET- An IoT based Tamper Prevention System for Electricity Meter
PDF
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
PDF
IRJET- IoT based Monitoring and Controlling of Smart Speaking Energy Mete...
PDF
Power house automation using wireless communication
PDF
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
PDF
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
PDF
S4408100102
PDF
Industrial Safety Measurement using Sensors and Voice Announcement
PDF
Home Automation System using Arduino and GSM
PDF
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
PDF
The interconnecting mechanism for monitoring regular domestic condition
PDF
Sms based wireless appliances control
PDF
Fuel Station Monitoring and Automation based on WSN
PDF
901 article text-13209-1-10-20210622
PDF
Process monitoring, controlling and load management system in an induction motor
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
IRJET- IoT based Smart Energy Meter
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- An IoT based Tamper Prevention System for Electricity Meter
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
IRJET- IoT based Monitoring and Controlling of Smart Speaking Energy Mete...
Power house automation using wireless communication
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
S4408100102
Industrial Safety Measurement using Sensors and Voice Announcement
Home Automation System using Arduino and GSM
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
The interconnecting mechanism for monitoring regular domestic condition
Sms based wireless appliances control
Fuel Station Monitoring and Automation based on WSN
901 article text-13209-1-10-20210622
Process monitoring, controlling and load management system in an induction motor
Ad

Similar to IRJET - Smart Power Monitoring and Controlling through IoT (20)

PDF
IRJET - IoT based Smart Monitoring in Distribution System
PDF
IRJET- Review on Design of Residential IoT based Smart Energy Meters
PPTX
iot Hitech energy meter project review 1.pptx
PDF
IRJET- Iot Based Smart Meter
PDF
DESIGN AND IMPLEMENTATION OF IOT BASED SMART POWER MONITORING AND MANAGEMENT ...
PDF
IRJET- Energy Consumption and Monitoring System using IoT
PDF
smart meter latest advantage and disadvantage
PDF
IRJET- Energy Meter Reading over Internet
PDF
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
PDF
IRJET- Smart Wireless Electronic Energy Meter
PDF
IOT BASED SMART ENERGY METER USING THEFT DETECTION
PDF
IRJET- Measuring Electricity Consumption of Appliances and Monitoring the...
PDF
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
PDF
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
PDF
IRJET= Energy Efficiency Audit using Raspberry-pi
PDF
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
PDF
IRJET- Power Monitoring with Time Controlling & Data Logging
PDF
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
PDF
Smart Home Management System Using Wireless Sensor Network (WSN)
PDF
New Age Energy Monitoring System
IRJET - IoT based Smart Monitoring in Distribution System
IRJET- Review on Design of Residential IoT based Smart Energy Meters
iot Hitech energy meter project review 1.pptx
IRJET- Iot Based Smart Meter
DESIGN AND IMPLEMENTATION OF IOT BASED SMART POWER MONITORING AND MANAGEMENT ...
IRJET- Energy Consumption and Monitoring System using IoT
smart meter latest advantage and disadvantage
IRJET- Energy Meter Reading over Internet
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IRJET- Smart Wireless Electronic Energy Meter
IOT BASED SMART ENERGY METER USING THEFT DETECTION
IRJET- Measuring Electricity Consumption of Appliances and Monitoring the...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
IRJET= Energy Efficiency Audit using Raspberry-pi
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
Smart Home Management System Using Wireless Sensor Network (WSN)
New Age Energy Monitoring System
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
Safety Seminar civil to be ensured for safe working.
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
Categorization of Factors Affecting Classification Algorithms Selection
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PDF
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PPTX
introduction to high performance computing
PPTX
Fundamentals of Mechanical Engineering.pptx
PPT
Total quality management ppt for engineering students
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Abrasive, erosive and cavitation wear.pdf
PPTX
communication and presentation skills 01
PPTX
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PPTX
Nature of X-rays, X- Ray Equipment, Fluoroscopy
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
PDF
Design Guidelines and solutions for Plastics parts
Safety Seminar civil to be ensured for safe working.
III.4.1.2_The_Space_Environment.p pdffdf
Categorization of Factors Affecting Classification Algorithms Selection
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
Fundamentals of safety and accident prevention -final (1).pptx
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
introduction to high performance computing
Fundamentals of Mechanical Engineering.pptx
Total quality management ppt for engineering students
Automation-in-Manufacturing-Chapter-Introduction.pdf
Abrasive, erosive and cavitation wear.pdf
communication and presentation skills 01
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
Nature of X-rays, X- Ray Equipment, Fluoroscopy
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
Design Guidelines and solutions for Plastics parts

IRJET - Smart Power Monitoring and Controlling through IoT

  • 1. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 07 ISSUE: 03 | MAR 2020 WWW.IRJET.NET P-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2412 SMART POWER MONITORING AND CONTROLLING THROUGH IoT T. sireesha1, D. Dharani Bharath2, K. Bhavani3, K. Kedareswar Kumar4,D. Sai Kiran5 1Assoc. Professor, Departments of Electronics and Communication Engineering, Potti Sriramulu Chalavadi Mallikarjuna Rao College of Engineering and Technology, Vijayawada, India. 2,3,4,5student, Departments of Electronics and Communication Engineering, Potti Sriramulu Chalavadi Mallikarjuna Rao College of Engineering and Technology, Vijayawada, India. --------------------------------------------------------------------------***----------------------------------------------------------------------- Abstract— Energy saving is one of the most challenging issue in these days. IoT is the evolving technology where the significance and utilization are increasing with each passing day. By combining these a Smart Power monitoring system designed that detects and controls the domestic electricity consumption. This paper describes the digitization of energy to control the power usage and reduce unnecessary power wastage. Several sensors are used to gather the consumption data that needs to be send to cloud using IoT. The wi-fi section performs IOT operation by sending to the cloud. This system includes programmable power output where user can limit the power usage along with a motion sensor used for automation to reduce unnecessary power leakage. Keywords—internet of things, power monitoring system, Wi-Fi, programmable power output. 1. Introduction The Internet of things (IOT) concept enables us to connect the day to day devices with each other through internet. The devices connected through IOT can be monitored remotely. The IOT provides a connection between the physical world and computer-based systems. The concept has been increasing importance with more and more wireless devices that are increasing in rapid manner. hardware devices are connected with each other through the internet. The Wi-Fi module provides the connectivity with the internet. The system is designed on an STM micro controller. It can be structurally differentiated into four parts viz., controller, monitoring unit, controlling circuit and a Wi- Fi unit. The controller performs the required calculations and processes the power data. Power monitoring circuit provides data about appliances power reading and provides the user interface to collect the power limit from the user. the Wi-Fi unit plays most important role that send the information from the controller over the Internet. The micro controller is programmed on the keil micro vision software IDE which is a prerequisite to operate on the STM board. Smart power monitoring and controlling using Wi-Fi system is designed based on three major objectives. They are: 1. To provide power reading over a real-time basis. 2. To utilize the power in effective manner. 3. Reduce the power wastage. . 2. LITERATURE SURVEY Dr. shreedhar A joshi et.al [1] proposed a smart energy meter that can store and measure the power consumption in small amount of time of usage pricing. The objective of this system is user can set the limits of consumption and crossing of this limit will generate warning message to the user . Based on the rotations of meter, device will calculate the number of units and bills on a monthly basis and limit the consumption. Devadhanishini.Ay et.al.[2] prepared smart power monitoring system can be monitoring the power consumption using power meter. This power monitoring system uses GSM module to send the data from microprocessor to user mobile. This system controls the mains or home appliances from mobile phone app by Wi-Fi module. The purpose of this system is monitoring the amount of power consumed and total power consumption to be paid. Landi.c et.al.[3] prepared a system is part of distributed systems that measures the main power An integrated Web Server enables to gather the statistics of power usage, quality of power and able to interlink the devices for load displacement. the device is designed for access to the data communication enables local and wireless access. Garrab.A et.al. [4]. Explains that security of the communication and the greenhouse gas emissions, leads to introduce a Smart Grid. Smart Meters are one of the best solutions for the Smart Grid. In this paper, an AMR solution which provides enhanced two way communicated application. It is supported an energy meter with low- power microcontroller. The microcontroller consists an energy metering module. The main purpose of this paper is to monitor the real time pricing of electricity. Darshan Iyer N, et.al.[5] proposed system that eliminates the human intervention in power maintenance. The Buyer needs to pay for the usage of electricity on schedule, in case that user could not pay, the power supply can be turned off automatically by the electricity board. The user can monitor the power consumption in units from a web page by providing system IP address. Theft detection section connected to energy meter will notify company.
  • 2. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 07 ISSUE: 03 | MAR 2020 WWW.IRJET.NET P-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2413 when meter tampering happens in energy meter and it will send theft detect data through PLC modem and theft detected will be displayed on the terminal window of the company side. B. S. Koay et.al.[6] prepared a paper “Design and implementation of Bluetooth energy meter", 2012. In this paper described such as presently electronics energy measurement is continuously replacing existing technology of electro-mechanical meters. A wireless digital energy meter definitely offers greater convenience to the meter reading task. Bluetooth technology is chosen as a possible wireless solution to this issue. In this paper, presents the design and implementation issues of a Bluetooth-enabled energy meter. The energy reader can collect the energy consumption reading from the energy meter wirelessly based on Bluetooth. 3. PROPOSED SYSTEM The power data from the sensors is sent to STM32 board than Wi-Fi module sends to the user’s mobile phone. In this system the user can turn on/off the mains or home appliances from their Android smart phone application. The WIFI module is receives the information from cloud and sends to micro-processor and the STM32 controls the relay to turn on and off the appliances. 3.1 BLOCK DIAGRAM The block diagram consists of stm32l4r5zi microcontroller board connected with ESP8266 Wi-Fi module (nodeMCU), relay, 16*2 LCD display, Buzzer, power and current sensors, 4*3 keypad matrix, PIR sensor.The system input 230V is supplied to relay, relay act as a controller of appliances and it is connected to the STM32 board .STM32 performs as both transmitter and receiver and it is connected to the PIR sensor, voltage and current sensors, relay, Wi-Fi module. Fig.1: Block Diagram of the system The relay is used to reduce the power consumption by the user, the PIR motion sensor is used for automatically ON/OFF of the appliances where the human motion is not detected. The WIFI module is receives the information from cloud and sends to microprocessor and vice-versa. 3.2 FLOW DIAGRAM Fig.2 Flow chart of the smart power meter system 4. HARD WARE IMPLEMENTATIONS 4.1 Voltage sensor The Voltage Detection Sensor Module allows the analog input of a micro-controller to monitor voltages much greater than it capable of sensing. Micro-controller analog input voltages up to five volts, the voltage detection module input voltage not greater than 25V (if using 3.3V systems, input voltage not greater than 16.5V). 4.2 Current sensor This sensor handles high side current measuring up to +26VDC even though it is powered with 3 or 5V. The main advantage of using INA219 Current Sensor is that is can
  • 3. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 07 ISSUE: 03 | MAR 2020 WWW.IRJET.NET P-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2414 measure both AC and DC current and it also facilitate the isolation between the Load (AC/DC load) and Micro- controller. 4.3 ESP8266 Wi-Fi Module (NodeMCU) The ESP8266 Wi-Fi Module is a SOC based on TCP/IP protocol stack that provide microcontroller access to your Wi-Fi network. This module ESP8266 module is pre- programmed. This module provides internet connection to the system. 4.4 PIR SENSOR A passive infrared sensor is measures infrared (IR) light radiating from objects in its field of view. PIR motion sensor is used for automatically ON/OFF of the appliances where the human motion is not detected. 4.5 RELAY Relay is a electromagnetic switch that has three high voltage terminals (NC, C, NO) which connect to controller. Relay has another three pins with low voltage (ground, Vcc and signal) those connect to the STM32. When relay receives a HIGH signal at signal pin, electromagnet coil becomes charged and moves contacts than the switch opened or closed. 4.6 Keypad Matrix A Matrix keypad is the commonly used input device for micro-controller, A matrix keypad contains a set of push switches are placed in a matrix format of rows and columns. This keypad is used to fix the power input power by the user. 5. EXPERIMENTAL RESULTS The Hardware setup of the project is shown in Fig.3. Fig.3 Providing security by authentication password The voltage and current values are displayed in LCD display in real-time basis shown in fig,4. Fig.4. voltage and current values in real-time. The DC voltage ,current, AC voltage and AC frequency were monitored through Blynk application which provide accessibility for user. 6. CONCLUSION The system provides many advantages, such as wireless communication, remote monitoring and controlling, anti power theft mechanism and less-expenses. The system would facilitate a way to collect the power reading and detect an electrical power theft without any human involvement. The use of embedded micro-controller and Wi-Fi module provides the stability of wireless data transmission. Programmable power output provides the required amount of power to the particular appliance or location so unnecessary power usage is reduced. By using this system the user can monitor their consumed power anytime using Internet.
  • 4. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 07 ISSUE: 03 | MAR 2020 WWW.IRJET.NET P-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2415 7. REFERENCES [1] Devadhanishini. Ay, MalasriR.K, danipriya. N,Subashini.V,P.G. Padma Gowri,”Smart power monitoring system Using Iot” . International Conference on Advanced Computing & Communication Systems (ICACCS 2019) [2]Dr, shreedhar A joshi, srijay Kolvekar, Y.Rahul Raj and ShanshankSingh.”IoT Based Smart Meter”.bonfrig international journal of research in communication engineering.2016 [3] Landi, C.; Dipt. di Ing. dell''Inf., Seconda Univ. di Napoli, Aversa, Italy ; Merola, P. ; Ianniello, G, “ARM-based energy management system using smart meter and Web server”, IEEE Instrumentation and Measurement Technology Conference Binjiang, 2011 [4] Garrab, A.; Bouallegue, A.; Ben Abdallah, “A new AMR approach for energy saving in Smart Grids using Smart Meter and partial Power Line Communication”, IEEE First International Conference on Renewable Energies and Vehicular Technology (REVET), 2012 [5] Darshan Iyer N, Dr. KA Radhakrishnan Rao, “IoT Based Energy Meter Reading, Theft Detection & disconnection using PLC modem and Power optimization ”,IRJET, (2015) [6] "B. S. Koay, S. S. Cheah, Y. H. Sng, P. H. Chong, P. Shum, Y. C. Tong, X. Y. Wang, Y. X. Zuo and H. W. Kuek" , "Design and implementation of Bluetooth energy meter", 2012.