Tech_Seminar[1][1]
Tech_Seminar[1][1]
TECHNICAL SEMINAR
on
POWER THEFT DETECTION SYSTEM
BACHELOR OF TECHNOLOGY
in
ELECTRICAL & ELECTRONICS ENGINEERING
Submitted
by
D. SAROJA
Asst. professor
(AUTONOMOUS)
(Affiliated to JNTU-H, Approved by AICTE New Delhi and Accredited by NBA & NAAC With ‘A’ Grade)
This is to certify that the technical seminar titled “POWER THEFT DETECTION SYSTEM”
is being submitted by P. MOHAN REDDY (217Y1A0206) in IV B.Tech II Semester
Electrical & Electronics Engineering is a record bonafide work carried out by them. The
results embodied in this report have not been submitted to any other University for the award
of any degree.
We hereby declare that the Technical Seminar entitled, “ POWER THEFT DETECTION
SYSTEM” submitted for the B. Tech degree is entirely my work and all ideas and references
have been duly acknowledged. It does not contain any work for the award of any other
degree.
Date:
P. MOHAN REDDY
(217Y1A0206)
ABSTRACT
The power theft detection which aims to detect any theft related to electricity .Electrical energy is
very important for everyday life. The objective of this project is to design a system to avoid the
thefting. This model reduces the manual manipulation work and theft control. We must first
properly understand the working of different parts that is to be combined together. The technology
which we are going to use in our project and the implementation of this system will save a large
amount of electricity.
CHAPTER 1
INTRODUCTION
The Smart Electric Bill is a complicated platform to the manner we acquire power nowadays. In earlier
times the demand for electricity was substantial compared thereto presently. Since the demand for
electricity has tremendously increased, a redesign of the present grid system is far needed. With the
technology available in these times , the smart grid might be designed in such a fashion , that it uses
digital technology to detect and react to local changes in usage. The system will feature a two-way
dialog where electricity and knowledge are often exchanged between the buyer and utility. This can
increase or decrease the quantity of energy a consumer needs by analyzing the feedback of the two-
way dialog.In this system a practical energy meter is installed in every consumer unit and a server is
maintained on the service provider side.both the meter and the server are prepared with which enables
communication among the 2 ends using Server. The Arduino receives the tariff records from the
energy meter and sends the received information to the server. The server in the transmission system is
connected with the cloud, through this we are able to monitor and control the EB lines of every
consumer through the Internet. This system also serves to shut off the EB Line to the consumers who
aren't paying their monthly bills properly. The process can be easy and maintenance then even more
secure this system also helps the 4consumers to monitor their daily usage current through the Internet.
The transfer of electricity and knowledge between consumer and utility would increase efficiency,
reliability and security.The Smart grid also enables renewable electricity technology to be integrated
into the device for a greener, greater environmentally.
EXISTING SYSTEM
In existing systems errors may occur due to less concentration. It requires Huge Man power . The
system monitoring work gets delayed due to external conditions. Due to this Manual operation there is
a high wastage of Power. Controlling the home appliance through Bluetooth, GSM is an already
existing system .Bluetooth is having the distance parameter and there is no more monitoring. By using
the GSM module it just sends the units consumption to the mobile but not to store any kind of
data.nowadays the sector is facing such an environment that gives demanding situations. Energy crisis
is the main problem that our society faces. A relevant system control and monitor power usage is one
of the solutions to this problem. One approach which is today’s energy crisis that can be addressed
through reduction of power usage in households.
CHAPTER 2
CIRCUIT CONFIGURATION AND OPERATIONS MODES
Electrical power theft is a major problem in power system networks all over the
world,which is illegal and should be strictly prohibited.Power theft can be defined as the
usage of electrical power without any contract with the supplier. In order to eliminate
power theft,the location of power theft is to be known so that appropriate 8 action will be
taken on the legal offenders. Circuit consists of an arduino,GSM,ESP8266 and Current
transformer. Meters cannot be used for high currents so current sensing is done by current
transformers.Three current transformers are used two is at load side measure of current of
load and one is connected at supplier end. Using IOT power theft detectors or kits has been
implemented..
In a Power Theft Detection System, the circuit configuration and operational modes are designed to
detect unauthorized or illegal usage of electrical energy, such as tampering with meters or bypassing
energy consumption recordings. These systems are widely used by electricity distribution companies
to minimize revenue loss. Here's a breakdown of the circuit configuration and operation modes
typically found in such systems:
A Power Theft Detection System usually involves the following key components in its circuit:
1. Microcontroller / Processor
Acts as the brain of the system (e.g., Arduino, PIC, or STM32).
Interfaces with sensors and communication modules.
Performs data logging and decision-making based on programmed logic.
3. Energy Meter IC
Specialized IC like ADE7757 or ADE7758 used for precise energy calculation.
It calculates real-time energy usage and sends data to the microcontroller.
6. Display Unit
LCD or LED display to show real-time usage or alerts.
7. Power Supply
SMPS or transformer-based power supply to power the system.
OPERATION MODES
1. Normal Mode
The system continuously monitors voltage, current, and calculates power usage.
Displays consumption data and logs it to memory or cloud.
Triggered when:
Action:
CHAPTER 3
SIMULATION THEORY
GENERAL
Arduino Integrated Development Environment (IDE) The Arduino IDE supports the
languages C and C++ using unique regulations of code structuring. The Arduino IDE
supplies a software program library from the Wiring challenge, which presents many
commonplace input and output strategies. user-written code best calls for simple
capabilities, for beginning the cartoon and the main program loop, which might be
compiled and related with a program stub predominant into an executable cyclic
government software with the GNU toolchain, also protected with the IDE distribution. The
Arduino IDE employs this machine arduino to convert the executable code into a text
report in hexadecimal encoding that is loaded into the Arduino board by means of the usage
of a loader software program in the board's firmware. With the aid of default, arduino is
used as the uploading tool to flash the consumer code onto reputable Arduino boards.
In terms of operation modes, the system typically functions in normal mode during regular
monitoring of power consumption, where it records data and ensures correct energy
measurement. In tamper detection mode, the system identifies any anomalies such as
unusual current draw without corresponding voltage, meter tampering, or interference from
external magnetic fields, which could suggest power theft. Upon detection, the system
switches to power theft alert mode, where it logs the event, triggers an alert (e.g., SMS or
email), and can even disconnect power if necessary. Additionally, the remote monitoring
mode allows for continuous tracking of power usage from a central location, while the self-
test mode ensures that all sensors and components are functioning correctly during
installation or routine maintenance. This layered approach ensures that the system is
effective in real-time detection and prevention of electricity theft.
For tamper detection, the system often integrates Hall effect sensors, reed switches, or
magnetic field sensors to detect external interference, such as tampering with the meter’s
physical components or magnetic manipulation of the meter’s internal components. The
system may also include relay circuits that can automatically disconnect power in the event
of detected theft, reducing losses to the utility provider. A display unit (e.g., an LCD
screen) provides real-time feedback on power consumption, and alerts are triggered by
visual signals or audible alarms in the case of anomalies. Furthermore, to communicate
events or theft incidents to a centralized location, the system is often equipped with a GSM
module (such as the SIM800) or an IoT communication module (e.g., ESP8266 or ESP32)
to send SMS alerts or update the cloud server in real time.
CHAPTER 4
SIMULATIONS
Simulation plays a critical role in designing and validating the components and operational
modes of a Power Theft Detection System. It involves creating digital models of the
system’s circuits, sensors, and control algorithms. By simulating various scenarios,
designers can observe how the system responds to different power usage patterns,
tampering attempts, and environmental conditions. Some of the key aspects of simulation
in this context include:
1. Circuit Simulation:
o For instance, a simulation might show how the energy metering IC behaves
when exposed to a certain voltage or current, or how the tamper detection
circuit reacts to simulated tampering conditions like opening the meter cover
or applying a magnetic field.
o This can include varying the load over time to simulate different types of
energy theft. For instance, the system might simulate a current drop without a
corresponding change in voltage, which could indicate a power theft attempt,
or simulate an irregular consumption pattern to detect illegal tapping or
bypassing.
4. Communication Simulation:
o The system’s ability to communicate alerts and transmit data remotely to a
central server or monitoring system is another important part of the
simulation. Using tools like MATLAB/Simulink or Omnet++, engineers can
simulate the GSM, Wi-Fi, or IoT modules that send alerts to the control
center when theft is detected.
HARDWARE DESCRIPTION
INTRODUCTION
The hardware of the proposed system is implemented using Internet Of Things (IOT). The
software system like C++ is used for the system design for coding the program.
In the era of smart city development, this assignment is concentrated on the connectivity
and networking component of the IOT .on this device, an power consumption calculation
primarily based on the counting of calibration pulses are designed and implemented using
the ATMEGA328P Microcontroller unit in the embedded gadget domain. in the proposed
work, IOT and 44 MMC based totally meter studying system is designed to continuously
reveal the meter reading and provider provider can Disconnect the energy source on every
occasion the customer does now not pay the month-to-month bill and additionally it
eliminates the human Involvement, delivers powerful meter analyzing, prevent the billing
mistake. The assignment has completed following goals: Ease of getting access to
information for purchasers from energy meters via IOT. robbery detection at customers
leads to actual time. a liquid crystal display displays power consumption gadgets and
temperature. Disconnection of provider from far flung server
FUTURE WORK
This basic system we can upgrade to a great level by introducing the GPS module in the
system. If we introduced the GPS in the system, then it would become easy to identify the
perfect energy theft area. Thing Speak Cloud also provides the Map in their charts to
display the locations of systems. So to improve the performance of the system more
efficiently we have to connect the GPS module to the Particle photon board and the
location we have to send on the cloud location chart.
REFERENCES:
[1] Landi, C.; Dipt. Dining. 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 ConferenceBinjiang, pp. 1 – 5, May
2011
[2] 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), pp.
263 – 269, march 2012
[4] K. Li, J. Liu, C. Yue and M. Zhang, "Remote power management and meterreading
system based on ARM microprocessor", IEEE Precision Electromagnetic Measurements
Digest CPEM, pp. 216-217, June, 2008.
[5] Steven Lanzisera, Member, IEEE, Andrew R. Weber, Anna Liao, Dominic Pajak, and
Alan K. Meier, “Communicating Power Supplies: Bringing the Internet to the Ubiquitous
Energy Gateways of Electronic Devices”, IEEE Internet of Things Journal, vol. 1, no. 2,
pp.153-160, march 2014.
[6] Andrea Zanella, Senior Member, IEEE, Nicola Bui, Angelo Castellani , Lorenzo
Vangelista, Senior Member, IEEE, and Michele Zorzi, Fellow, IEEE, “Internet of Things for
Smart Cities”, IEEE Internet of Things Journal, vol. 1, no. 1, pp. 22-32, February 2014.
[7] Poonam Borle, Ankitha Saswadhar, Deepali Hiwarkar, Rupali S Kali, “Automatic Meter
Reading for Electricity”,International Journal of Advanced Research in Electrical,
Electronics and Instrumentation Engineering, Vol. 2, no. 3,pp. 982-987, March 2013.
[8] http://wiki.iteadstudio.com/ESP8266_Serial_WIFI_Module.
[11] K. Li, J. Liu, C. Yue and M. Zhang, "Remote power management and meterreading
system based on ARM microprocessor", IEEE Precision Electromagnetic Measurements
Digest CPEM, pp. 216-217, June, 2008.
[12] Steven Lanzisera, Member, IEEE, Andrew R. Weber, Anna Liao, Dominic Pajak, and
Alan K. Meier, “Communicating Power Supplies: Bringing the Internet to 46 the Ubiquitous
Energy Gateways of Electronic Devices”, IEEE Internet of Things Journal, vol. 1, no. 2,
pp.153-160, march 2014.
[13] Andrea Zanella, Senior Member, IEEE, Nicola Bui, Angelo Castellani, Lorenzo
Vangelista, Senior Member, IEEE, and Michele Zorzi, Fellow, IEEE, “Internet of Things for
Smart Cities”, IEEE Internet of Things Journal, vol. 1, no. 1, pp. 22-32, February 2014.
[14] Poonam Borle, Ankitha Saswadhar, Deepali Hiwarkar, Rupali S Kali, “Automatic
Meter Reading for Electricity”,International Journal of Advanced Research in Electrical,
Electronics and Instrumentation Engineering, Vol. 2, no. 3,pp. 982-987, March 2013.