Project Paper
Project Paper
Project Paper
P e M i i g a d Thef De ec i S em i gI T
To cite this article: R Meenal et al 2019 J. Phys.: Conf. Ser. 1362 012027
12345
Department of Electrical and Electronics Engineering Karunya Institute of Technology and
Sciences Coimbatore-641114
Abstract—Electricity thefts are increasing every year across domestic as well as industrial domains
which affect the economic status of the country. Various wireless communication systems are available to
detect the power theft, but lacks the required infrastructure needed to employ them. The project s aim is to
design a system to monitor the power consumed by load and to detect and eliminate the power theft in
transmission lines and energy meters. This work is also focused on communicating the theft information
to Electricity Board (EB) through IoT. As a network of devices is connected like sensors it has the ability
to exchange real time information through internet. In this project Raspberry Pi is utilized to detect power
theft and send command to GSM module which sends the theft information message to EB. The
implementation of this system will help save large amount of electricity.
Keywords—Power; theft detection; IOT; Electricity Board; GSM ; Raspberry pi ; Arduino;
1. INTRODUCTION
The most common problem in our country is electrical power theft. Population in India is very high
and the electrical theft is also increasing day by day. Every year, the country is facing number of
domestic electricity thefts and power thefts in industrial supply, that results in loss of distributed
power to the supplier. Because of power theft, the country is facing continuous problems like power
cut both in urban and rural sectors. It is estimated that India s power sector loss is around $16.2b
every year due to theft alone. This project helps to minimise and avoid problems currently faced by
the whole country. The studies on power theft detection are undertaken by various researchers [1, 2].
Prepaid electricity billing meter is proposed by some researchers to monitor household electrical
appliances [3, 4]. A microcontroller based billing system for single-phase meters of distributed
clients is proposed [5]. There are numerous ways using which electricity theft can be done, so it is
difficult to track how a theft has occurred. Our proposed project is an electricity theft detecting
system which is used to detect the theft automatically whenever either the transmission line or the
meter is bypassed. In this method a current transformer is used to sense the total amount of current
consumed by the load. If any tapping has done in the transmission lines or additional load is
introduced, the sensor draws more current. This makes the ADC values increases the specified
value and detects the theft and send commands through GSM Module (SIM900a) to EB. The EB gets
real-time monitoring of various household loads through Iot analytical webpage Ubidots Education
and can switch the desired load using relay.
2. METHODOLOGY
A. Existing System
The existing wireless communication system of energy meter has been done utilizing ZIGBEE and
GPRS [6,7]. This method is mainly used to secure the communication channel and ZIGBEE for the
transmission of data in a serial process. The drawback of this system is that real time monitoring of
the loads is not possible and location of theft is not determined.
Content from this work may be used under the terms of the Creative Commons Attribution 3.0 licence. Any further distribution
of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.
Published under licence by IOP Publishing Ltd 1
International Conference on Physics and Photonics Processes in Nano Sciences IOP Publishing
Journal of Physics: Conference Series 1362 (2019) 012027 doi:10.1088/1742-6596/1362/1/012027
B. Proposed System
In this proposed system IoT and GSM technology is implemented for transmitting the information
about power theft to the EB and prevents the current scenario. This system is being interfaced with
Raspberry pi and Arduino via serial communication and sensors are interfaced with raspberry pi to
sense the load current and voltage. This will prevent the electricity theft as much as possible. The
current system gives solution for the existing problems like power theft, wastage of energy and
transmission line fault that are faced by the authorized power suppliers.
2
International Conference on Physics and Photonics Processes in Nano Sciences IOP Publishing
Journal of Physics: Conference Series 1362 (2019) 012027 doi:10.1088/1742-6596/1362/1/012027
analogue values and relay is operated by 12 V relay module which gets supply from 12 V. Table 1
shows the description of the components used in the current project.
3
International Conference on Physics and Photonics Processes in Nano Sciences IOP Publishing
Journal of Physics: Conference Series 1362 (2019) 012027 doi:10.1088/1742-6596/1362/1/012027
F. Relay Module
Relay acts like a switch and it is used to control the high power devices. As the operating voltage of
Raspberry pi is 5v it can t control higher voltage devices directly, so a 12V relay can be used to
switch the 230V load and control by signal pin which is connected to GPIO pin of Raspberry Pi. A
relay is said to be in open contact when it is normally open (NO) i.e. NC pin connected to COM and
connected when INT1 is set high and thereby relay is not energized. A relay contact is a closed
contact when it is normally closed (NC) i.e. disconnected when INT1 is high, and hence there will be
no supply to relay.
4. SOFTWARE IMPLEMENTATION
A. IoT Webpage Ubidots
It is web analytical IoT service used specialized in connected hardware and software solutions to
remotely monitor, control, and automate processes through Arduino or Raspberry pi.
By giving the necessary command lines in python data can be collected from sensors and transmitted
over the internet and control of devices can also be established.
B. Python 2.7
Python is a high end, versatile language which is trending in nowadays due to its significance in
machine learning and AI. It is used as the front end for Raspberry Pi to run the commands. The main
advantages is that syntax can be reduced compared to other languages
5. HARDWARE DESIGN
The 230V power supply and AC load is given to the current measurement unit and voltage
measurement unit, through the relay. The input of 5V for arduino is given by rectifier circuit and a
voltage regulator LM7805 from the 230V supply. The analog output pin from the current
measurement unit is given to analogue A0 pin and the output pin of voltage measurement unit is
given to A1 pin of Arduino. From Arduino serial connection is established with help of serial port
and given USB port in Raspberry pi. The interfacing of GSM and 12V relay module is made across
the load from the Raspberry pi GPIO pins. The values from the sensors can be displayed through IoT
sites like Ubidots and the load current being consumed can be seen and if repeated theft is coming
across a particular load the EB can switch off using the relay.For the working of the proposed model,
three different loads like 40 W, 60 W, and 100 W bulbs are used. The current and voltage
measurement units are used to measure the load current and voltage. With the help of Arduino, the
ADC values are decoded which is shown by the flowchart represented in Figure 2. The decoded
value has been send serially to Raspberry Pi. In this work, it checks the predefined ADC values
already written in the Python code.eg for 60 W the ADC value from current unit will be 400 and if it
goes above this value, the theft will be detected. From here signal is sent to GSM module which
sends SMS to EB and if meter is opened it sends signal to raspberry pi and send SMS.
4
International Conference on Physics and Photonics Processes in Nano Sciences IOP Publishing
Journal of Physics: Conference Series 1362 (2019) 012027 doi:10.1088/1742-6596/1362/1/012027
Through Ubidots, real time monitoring of the consumer load is possible and if a consumer repeatedly
continues to do this EB has the right to switch off the load. Figure 3 shows the voltage and power in
IoT webpage. The top and front view of the hardware implementation is shown in Figure 4. Also the
flow chart is shown in Figure 5 for power theft detection using Raspberry pi.
5
International Conference on Physics and Photonics Processes in Nano Sciences IOP Publishing
Journal of Physics: Conference Series 1362 (2019) 012027 doi:10.1088/1742-6596/1362/1/012027
6. CONCLUSION
A Wireless Electricity Theft Detection and monitoring system has been designed and developed with
proper integration of both the hardware and the software. Without any human interface this system
provides an effective and easy way to detect electrical theft. The use of IoT helps in achieving the
numerous advantages of wireless network communications. Power theft is actually bypassing the
6
International Conference on Physics and Photonics Processes in Nano Sciences IOP Publishing
Journal of Physics: Conference Series 1362 (2019) 012027 doi:10.1088/1742-6596/1362/1/012027
energy meter but in our project we have indicated the theft by increasing the load also and this
method is cost efficient
7. REFERENCES
[1] G.L. Prashanthi, K .V. Prasad, “Wireless power meter monitoring with power theft detection
and intimation system using GSM,” International journal of engineering science and
computing, Volume9, pp. 330-348, 2016.
[2] J.L. Parra and E.A.S. Calderon, “Use of shunts detecting equipment for the identification of
illegal power outlets,” International Journal of Innovative research in Science, Engineering
and Technology, pp. 1–4, 2013.
[3] S.K.A. Zaidi, H. Mansoor, S.R. Ashraf, and A.Hassan, “Design and implementation of low
cost electronic prepaid energy meter,” IOSR Journal of Electronics and Communication
Engineering, Volume: 02, pp. 548–552, 2014.
[4] Pradeep Mittall, “Wireless Electricity billing system,” International Research Journal of
Engineering and Technology (IRJET) Volume: 02, pp.21-34, 2015.
[5] M.Jamil, F.Munir, A.A.Khan, and A.Mirza 2014, “Telemetering & billing system for
spatially distributed electrical power clients,” Electrical power system research pp. 35–40,
2014.
[6] Sreelakshmi Ravari Veettil , Nibin Thomas,” Automatic Energy Meter
Reading System Using Zigbee and GSM”IJESC, pp.1212-1215, April – 2015.
[7] Suri Revidi , M. Vedachary , A. Kishore Reddy , “GSM & Zigbee Based
[8] Automatic Energy Meter Reading System with Instant Billing,” International Journal of
Scientific Engineering and Technology Research, Vol.04, Issue.51, Pages:11091-11097 ,
December-2015.