SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 802
Electricity Theft: Reason and Solution
Tanvi Sanghvi1, Atharva Rajimwale2 , Khomesh Kumar Sahu3, Bhawna Sahu4
1,2,3,4Student, Department of Electrical Engineering, Shri Shankaracharya Technical Campus, Junwani, Bhilai-
490020(cg)
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract- With the electric industry undergoing change, increased attention is being focused on power supply reliability and
power quality. Power providers and users alike are concerned about reliable power, whether the focus is on interruptions and
disturbances or extended outages. Monitoring can provide information about power flow and demand and help to identify the
cause of power system disturbances. The proposal in this paper is to monitor the power consumed by a model organization such a
household -consumers from a centrally located point. Monitoring the power means calculating the power consumed exactly by the
user at a given time.
The power consumed by the user is measured and communicated to the controlling substation whenever needed by the person at
the substation. The feedback from the user helps in identifying usages between authorized and unauthorized users which helps in
controlling the power theft, one of the major challenges in current scenarios. Communication between user/household and
substation can be of wired and wireless. This project discusses in detail the steps undergone in realizing the work including the
design calculations, implementation and testing. The design was made with reliable and readily available components in the
market. The system was tested and the operations were found satisfactory.
Key Words: ATmega 328 Microcontroller, Electricity theft, Electric pole, Relay, Current sensor, Hooking detection.
1.INTRODUCTION
In 2008 the number of devices on the internet exceeded the number of people on the internet. It is estimated in 2020 there
would be over 50 billion devices connected. Sensors and microprocessors are recording and transmitting data to the Internet.
Rapidly increasing Internet-connected sensors means that new classes of technical capabilities and applications are being
created. Constant monitoring is deepening the understanding of the internal and external worlds encountered by humans.
Arduino is an open source tool for developing computers that can sense and control more of the physical world than desktop
computer. It is an open-source physical computing platform based on a simple microcontroller board, and a development
environment for writing software for the board. The software is written in C or C++ programming language. The Arduino
development board is an implementation of wiring, a similar physical computing platform, which is based on the processing
multimedia programming environment. (Arduino 2011a.)This single chip microcontroller has a microprocessor, which comes
from a company called Atmel. The chip is known as an AVR. The AVR chip is running at only 16 MHz with an 8-bit core, and has a
very limited amount of available memory, with 32 kilobytes of storage and 2 kilobytes of random access memory.
2. LITERATURE SURVEY
Author A.H. Nizar in 2004 has given the Vigilant Energy Metering System (VEMs) which is an energy management system that
can fight Electricity Theft.
Author J. W. Fourie, and J. E. Calmeyer in 2016 has described the Illegal consumption of electricity can be detected by using a
remote check meter based on the amount of losses and time stamp of the check meter.
Author dChun-Lien Su, Wei-Hung Lee Chao-Kai Wen in 2008 has described a methodology based on distribution state
estimation to detect customer tampered data.
3. Project Description
3.1 Current Sensor
The Wilson WCS2720 has precise solutions for AC or DC current sensing in industrial, commercial, and communications
systems. The device package allows for easy implementation by the customer. Typical load detection and management, switch
mode power supplies, and over current fault protection. The device is not intended for automotive applications. The device
consists of a precise, low-offset, linear Hall circuit with a copper conduction path located near the surface of the die. Applied
current flowing through this copper conduction path generates a magnetic field which the close proximity of the magnetic
signal to the Hall transducer. A precise, proportional voltage is provided by the low-offset, chopper-stabilized BiCMOS Hall IC,
which is programmed for accuracy after packaging.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 803
3.2 Microcontroller
Here we use ATMEGA328P-PU this is a low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture.
This ATMEGA328P-PU has rich instruction set with 32 general purpose working register .It has 23 Programmable I/O.Pin 0
and 1 is connected to the transmitter and the receiver of PLC module Pin no 2,3,5 of is connected to the Pin no 11,12,13,14 of
PLC module respectively ,Pin no 7 ATMEGA is connected timer 555 so that it can take count read by the meter and display on
the LCD. These controller units are the heart units in respective circuits. Both the controllers has built in ADC channels which
are used to check the current rating.
3.3 Voltage Regulator
As we require a 5V we need LM7805 Voltage Regulator IC.
7805 IC Rating:
• Input voltage range 7V- 35V
• Current rating Ic = 1A
• Output voltage range =5.2V , =4.8V
4.WORKING PRINCIPLE
The project demonstrated here is to show the mechanism of electricity anti-theft system. A pack of parallel connected bulbs is
used as load while the programmable circuit operating the supply controlling relay is based on Arduino. The principle used
behind detecting overloading is voltage comparison.
The project has the following execution cycle:
1) The project will be connected at the primary coil of an additional transformer which will have its secondary coil connected
between the main line and loads while the loads (a pack of bulbs is used as load in the demonstration) will be connected to the
main line via relay interfaced to main line through secondary coil of the additional transformer. This additional transformer
shall work like a voltage sensor in the circuit.
2) The Arduino based circuit will show the status of the main line as overloaded or not on an LCD display. The LCD display
section is however optional and added for testing and demonstration purpose only.
3) When system detects over load condition which will be transferred as a HIGH signal to the voltage comparator interfaced
pin of Arduino, the board will output signals to trigger the relay circuit.
4) The relay will cut off the power supply from the main line and the whole system will get shut down.
5) After a shut down the system will wait for conditions to normalize and will resume the power supply as unauthorized loads
are detached and relevant voltage is detected at the primary of transformer-based sensor circuit.
Fig-1: Block Diagram of electricity theft detection system
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 804
5. THEFT DETECTION METHOD
The simple formula behind theft detection is whenever input power is passing from supplier to the receiver, at that time if the
total amount of power is not received by the receiver, then there is possibility of theft of energy.
ΣPsent = ΣPconsumed + Loss ……..No Theft
ΣPsent ≠ ΣPconsumed + Loss ……..Theft Occur
Here, Psent = Power measured by pole side energy meter
Pconsumed = Power measured by load side energy meter
6. RESULT
The successful development of the prototype hardware has been done and correctly tested for the purpose it is being
implemented. When there is energy theft by hooking it inform the concern authority about the theft with amount of energy
consumed in terms of watts.
Fig-2: Working Model
7. CONCLUSION
This paper defines electricity theft in social, economical, regional, political, infrastructural, literacy, criminal and corruption
points of view. This paper illustrates various cases, issues and setbacks in the design, development, deployment, operation,
and maintenance of electricity theft controlling devices. In addition, various factors that influence people to steal electricity are
discussed. This paper illustrates the effect of NTL on quality of supply, burden on the generating station and tariff imposed on
genuine customer. The progress in technology about electrical distribution network is a non-stop process. New things and new
technology are being invented. The proposed system found to be little bit complex as far as distribution network is concerned,
but it’s an automated system of theft detection. It saves time as well as help to maximize profit margin for utility company
working in electrical distribution network. Utility company can keep a constant eye on its costumer. The project model
reduces the manual manipulation work and theft .The government saves money by the control of theft in energy meter and
also more beneficial for customer side and the government side. The metering IC ensures the accurate and reliable
measurement of power consumed. Cost wise low when compared to other energy meter without automatic meter reading and
theft control. The project better suits for displaying information in long distances, and the information can be sent, alter any
time according to user requirement.
REFERENCES
[1] Muhammad Ali Mazidi and Janice Gillespe, The 8051 Microcontroller and Embedded Systems, I/O Programming, Printice
Hall, 3rd edition, 2002.
[2] Kenneth J. Ayala, The 8051 Microcontroller: Architecture, Programming, and Applications, 8051 Architecture, Penram
International Publications, 1997
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 805
[3] Dimo Stoilovivan Zagorchev and Velichko Atanason On “Assessment of electricity Energy losses aiming at detection of
theft of electricity” 2016 IEEE
[4] Chun –Lien Su, Wei-Hung Lee and Chao-Kai Wen “Low voltage networks with smart meter using state estimation ” 2016
IEEE
[5] Bharat Dangar and S.K.Joshi “Techniques for meter power consumer ” 2015 IEEE.
[6] D. Gerbec, S. Gasperic, I. Smon, and F.Gubina, “Allocation of the load profiles to consumers using probabilistic neural
networks”IEEE Trans.on Power Systems, Vol. 20, No. 2, pp. 548-555,May 2005.
[7] J. W. Fourie, and J. E. Calmeyer, “Astatistical method to minimize electrical energy losses in a local electricity
distributionnetwork” in Proc. of the 7th IEEE AFRICONConference Africa, Sept. 2004.
[8] A.Kumar, and D. D. Saxena, “Decision priorities and scenarios for minimizing electrical power loss in an India power
systemnetwork” Electrical Power Components and Systems, Vol. 31, pp. 717-727, 2003.
[9] A.H. Nizar, Z. Y. Dong, and Y. Wang, “Power Utility Nontechnical Loss Analysis with Extreme Learning Machine Model”
IEEETrans. On Power Systems, Vol. 23, No. 3, pp.946-955, August 2008.
[10]T. B. Smith, “Electricity theft: A comparative analysis” Energy Policy, Vol. 32,pp. 2067-2076, 2004.
[11]M. A. Ram, and M. Shrestha, “Environmental and utility planning implications of electricity loss reduction in a developing
country: A comparative study of technical options” International Journal of Energy Research, Vol. 22, pp 4759.Energy,
Vol. 29, pp. 1773-1783, 2004.
[12]J. R. Galvan, A. Elices, A. Munoz, T.Czernichow, and M. A. Sanz- Bobi, “System for Detection of Abnormalities and Fraud in
Customer Consumption” in Proc. of the 12th Conference on the Electric Power Supply Industry, Nov 1998.

More Related Content

Similar to Electricity Theft: Reason and Solution

IRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of SubstationIRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of Substation
IRJET Journal
 
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET Journal
 
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET Journal
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET Journal
 
IRJET - IoT based Smart Monitoring in Distribution System
IRJET - IoT based Smart Monitoring in Distribution SystemIRJET - IoT based Smart Monitoring in Distribution System
IRJET - IoT based Smart Monitoring in Distribution System
IRJET Journal
 
IRJET - ATMEGA 328P based Smart Energy Meter Test Jig using PLX-DAX
IRJET - ATMEGA 328P based Smart Energy Meter Test Jig using PLX-DAXIRJET - ATMEGA 328P based Smart Energy Meter Test Jig using PLX-DAX
IRJET - ATMEGA 328P based Smart Energy Meter Test Jig using PLX-DAX
IRJET Journal
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET Journal
 
IRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS SystemIRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS System
IRJET Journal
 
FEEDER PROTECTION SYSTEM FROM EARTH FAULT, SHORT CIRCUIT AND OVERLOAD FAULTS
FEEDER PROTECTION SYSTEM FROM EARTH FAULT, SHORT CIRCUIT AND OVERLOAD FAULTSFEEDER PROTECTION SYSTEM FROM EARTH FAULT, SHORT CIRCUIT AND OVERLOAD FAULTS
FEEDER PROTECTION SYSTEM FROM EARTH FAULT, SHORT CIRCUIT AND OVERLOAD FAULTS
IRJET Journal
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
IRJET Journal
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
IRJET Journal
 
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOTSUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
IRJET Journal
 
SOLAR POWERED WIRELESS CHARGING STATION FOR ELECTRIC CYCLE
SOLAR POWERED WIRELESS CHARGING STATION FOR ELECTRIC CYCLESOLAR POWERED WIRELESS CHARGING STATION FOR ELECTRIC CYCLE
SOLAR POWERED WIRELESS CHARGING STATION FOR ELECTRIC CYCLE
IRJET Journal
 
Theft Detection00000000000000000000000000
Theft Detection00000000000000000000000000Theft Detection00000000000000000000000000
Theft Detection00000000000000000000000000
kabileshcm55
 
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET Journal
 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORING
IRJET Journal
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
IRJET Journal
 
Intelligence Digital Energy Meter
Intelligence Digital Energy MeterIntelligence Digital Energy Meter
Intelligence Digital Energy Meter
Dr. Amarjeet Singh
 
IRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy Monitoring
IRJET Journal
 
IRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoTIRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoT
IRJET Journal
 

Similar to Electricity Theft: Reason and Solution (20)

IRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of SubstationIRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of Substation
 
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoT
 
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
 
IRJET - IoT based Smart Monitoring in Distribution System
IRJET - IoT based Smart Monitoring in Distribution SystemIRJET - IoT based Smart Monitoring in Distribution System
IRJET - IoT based Smart Monitoring in Distribution System
 
IRJET - ATMEGA 328P based Smart Energy Meter Test Jig using PLX-DAX
IRJET - ATMEGA 328P based Smart Energy Meter Test Jig using PLX-DAXIRJET - ATMEGA 328P based Smart Energy Meter Test Jig using PLX-DAX
IRJET - ATMEGA 328P based Smart Energy Meter Test Jig using PLX-DAX
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
IRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS SystemIRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS System
 
FEEDER PROTECTION SYSTEM FROM EARTH FAULT, SHORT CIRCUIT AND OVERLOAD FAULTS
FEEDER PROTECTION SYSTEM FROM EARTH FAULT, SHORT CIRCUIT AND OVERLOAD FAULTSFEEDER PROTECTION SYSTEM FROM EARTH FAULT, SHORT CIRCUIT AND OVERLOAD FAULTS
FEEDER PROTECTION SYSTEM FROM EARTH FAULT, SHORT CIRCUIT AND OVERLOAD FAULTS
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
 
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOTSUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
 
SOLAR POWERED WIRELESS CHARGING STATION FOR ELECTRIC CYCLE
SOLAR POWERED WIRELESS CHARGING STATION FOR ELECTRIC CYCLESOLAR POWERED WIRELESS CHARGING STATION FOR ELECTRIC CYCLE
SOLAR POWERED WIRELESS CHARGING STATION FOR ELECTRIC CYCLE
 
Theft Detection00000000000000000000000000
Theft Detection00000000000000000000000000Theft Detection00000000000000000000000000
Theft Detection00000000000000000000000000
 
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth Fault
 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORING
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
Intelligence Digital Energy Meter
Intelligence Digital Energy MeterIntelligence Digital Energy Meter
Intelligence Digital Energy Meter
 
IRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy Monitoring
 
IRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoTIRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoT
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 

Recently uploaded (20)

power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 

Electricity Theft: Reason and Solution

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 802 Electricity Theft: Reason and Solution Tanvi Sanghvi1, Atharva Rajimwale2 , Khomesh Kumar Sahu3, Bhawna Sahu4 1,2,3,4Student, Department of Electrical Engineering, Shri Shankaracharya Technical Campus, Junwani, Bhilai- 490020(cg) ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract- With the electric industry undergoing change, increased attention is being focused on power supply reliability and power quality. Power providers and users alike are concerned about reliable power, whether the focus is on interruptions and disturbances or extended outages. Monitoring can provide information about power flow and demand and help to identify the cause of power system disturbances. The proposal in this paper is to monitor the power consumed by a model organization such a household -consumers from a centrally located point. Monitoring the power means calculating the power consumed exactly by the user at a given time. The power consumed by the user is measured and communicated to the controlling substation whenever needed by the person at the substation. The feedback from the user helps in identifying usages between authorized and unauthorized users which helps in controlling the power theft, one of the major challenges in current scenarios. Communication between user/household and substation can be of wired and wireless. This project discusses in detail the steps undergone in realizing the work including the design calculations, implementation and testing. The design was made with reliable and readily available components in the market. The system was tested and the operations were found satisfactory. Key Words: ATmega 328 Microcontroller, Electricity theft, Electric pole, Relay, Current sensor, Hooking detection. 1.INTRODUCTION In 2008 the number of devices on the internet exceeded the number of people on the internet. It is estimated in 2020 there would be over 50 billion devices connected. Sensors and microprocessors are recording and transmitting data to the Internet. Rapidly increasing Internet-connected sensors means that new classes of technical capabilities and applications are being created. Constant monitoring is deepening the understanding of the internal and external worlds encountered by humans. Arduino is an open source tool for developing computers that can sense and control more of the physical world than desktop computer. It is an open-source physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board. The software is written in C or C++ programming language. The Arduino development board is an implementation of wiring, a similar physical computing platform, which is based on the processing multimedia programming environment. (Arduino 2011a.)This single chip microcontroller has a microprocessor, which comes from a company called Atmel. The chip is known as an AVR. The AVR chip is running at only 16 MHz with an 8-bit core, and has a very limited amount of available memory, with 32 kilobytes of storage and 2 kilobytes of random access memory. 2. LITERATURE SURVEY Author A.H. Nizar in 2004 has given the Vigilant Energy Metering System (VEMs) which is an energy management system that can fight Electricity Theft. Author J. W. Fourie, and J. E. Calmeyer in 2016 has described the Illegal consumption of electricity can be detected by using a remote check meter based on the amount of losses and time stamp of the check meter. Author dChun-Lien Su, Wei-Hung Lee Chao-Kai Wen in 2008 has described a methodology based on distribution state estimation to detect customer tampered data. 3. Project Description 3.1 Current Sensor The Wilson WCS2720 has precise solutions for AC or DC current sensing in industrial, commercial, and communications systems. The device package allows for easy implementation by the customer. Typical load detection and management, switch mode power supplies, and over current fault protection. The device is not intended for automotive applications. The device consists of a precise, low-offset, linear Hall circuit with a copper conduction path located near the surface of the die. Applied current flowing through this copper conduction path generates a magnetic field which the close proximity of the magnetic signal to the Hall transducer. A precise, proportional voltage is provided by the low-offset, chopper-stabilized BiCMOS Hall IC, which is programmed for accuracy after packaging.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 803 3.2 Microcontroller Here we use ATMEGA328P-PU this is a low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture. This ATMEGA328P-PU has rich instruction set with 32 general purpose working register .It has 23 Programmable I/O.Pin 0 and 1 is connected to the transmitter and the receiver of PLC module Pin no 2,3,5 of is connected to the Pin no 11,12,13,14 of PLC module respectively ,Pin no 7 ATMEGA is connected timer 555 so that it can take count read by the meter and display on the LCD. These controller units are the heart units in respective circuits. Both the controllers has built in ADC channels which are used to check the current rating. 3.3 Voltage Regulator As we require a 5V we need LM7805 Voltage Regulator IC. 7805 IC Rating: • Input voltage range 7V- 35V • Current rating Ic = 1A • Output voltage range =5.2V , =4.8V 4.WORKING PRINCIPLE The project demonstrated here is to show the mechanism of electricity anti-theft system. A pack of parallel connected bulbs is used as load while the programmable circuit operating the supply controlling relay is based on Arduino. The principle used behind detecting overloading is voltage comparison. The project has the following execution cycle: 1) The project will be connected at the primary coil of an additional transformer which will have its secondary coil connected between the main line and loads while the loads (a pack of bulbs is used as load in the demonstration) will be connected to the main line via relay interfaced to main line through secondary coil of the additional transformer. This additional transformer shall work like a voltage sensor in the circuit. 2) The Arduino based circuit will show the status of the main line as overloaded or not on an LCD display. The LCD display section is however optional and added for testing and demonstration purpose only. 3) When system detects over load condition which will be transferred as a HIGH signal to the voltage comparator interfaced pin of Arduino, the board will output signals to trigger the relay circuit. 4) The relay will cut off the power supply from the main line and the whole system will get shut down. 5) After a shut down the system will wait for conditions to normalize and will resume the power supply as unauthorized loads are detached and relevant voltage is detected at the primary of transformer-based sensor circuit. Fig-1: Block Diagram of electricity theft detection system
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 804 5. THEFT DETECTION METHOD The simple formula behind theft detection is whenever input power is passing from supplier to the receiver, at that time if the total amount of power is not received by the receiver, then there is possibility of theft of energy. ΣPsent = ΣPconsumed + Loss ……..No Theft ΣPsent ≠ ΣPconsumed + Loss ……..Theft Occur Here, Psent = Power measured by pole side energy meter Pconsumed = Power measured by load side energy meter 6. RESULT The successful development of the prototype hardware has been done and correctly tested for the purpose it is being implemented. When there is energy theft by hooking it inform the concern authority about the theft with amount of energy consumed in terms of watts. Fig-2: Working Model 7. CONCLUSION This paper defines electricity theft in social, economical, regional, political, infrastructural, literacy, criminal and corruption points of view. This paper illustrates various cases, issues and setbacks in the design, development, deployment, operation, and maintenance of electricity theft controlling devices. In addition, various factors that influence people to steal electricity are discussed. This paper illustrates the effect of NTL on quality of supply, burden on the generating station and tariff imposed on genuine customer. The progress in technology about electrical distribution network is a non-stop process. New things and new technology are being invented. The proposed system found to be little bit complex as far as distribution network is concerned, but it’s an automated system of theft detection. It saves time as well as help to maximize profit margin for utility company working in electrical distribution network. Utility company can keep a constant eye on its costumer. The project model reduces the manual manipulation work and theft .The government saves money by the control of theft in energy meter and also more beneficial for customer side and the government side. The metering IC ensures the accurate and reliable measurement of power consumed. Cost wise low when compared to other energy meter without automatic meter reading and theft control. The project better suits for displaying information in long distances, and the information can be sent, alter any time according to user requirement. REFERENCES [1] Muhammad Ali Mazidi and Janice Gillespe, The 8051 Microcontroller and Embedded Systems, I/O Programming, Printice Hall, 3rd edition, 2002. [2] Kenneth J. Ayala, The 8051 Microcontroller: Architecture, Programming, and Applications, 8051 Architecture, Penram International Publications, 1997
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 805 [3] Dimo Stoilovivan Zagorchev and Velichko Atanason On “Assessment of electricity Energy losses aiming at detection of theft of electricity” 2016 IEEE [4] Chun –Lien Su, Wei-Hung Lee and Chao-Kai Wen “Low voltage networks with smart meter using state estimation ” 2016 IEEE [5] Bharat Dangar and S.K.Joshi “Techniques for meter power consumer ” 2015 IEEE. [6] D. Gerbec, S. Gasperic, I. Smon, and F.Gubina, “Allocation of the load profiles to consumers using probabilistic neural networks”IEEE Trans.on Power Systems, Vol. 20, No. 2, pp. 548-555,May 2005. [7] J. W. Fourie, and J. E. Calmeyer, “Astatistical method to minimize electrical energy losses in a local electricity distributionnetwork” in Proc. of the 7th IEEE AFRICONConference Africa, Sept. 2004. [8] A.Kumar, and D. D. Saxena, “Decision priorities and scenarios for minimizing electrical power loss in an India power systemnetwork” Electrical Power Components and Systems, Vol. 31, pp. 717-727, 2003. [9] A.H. Nizar, Z. Y. Dong, and Y. Wang, “Power Utility Nontechnical Loss Analysis with Extreme Learning Machine Model” IEEETrans. On Power Systems, Vol. 23, No. 3, pp.946-955, August 2008. [10]T. B. Smith, “Electricity theft: A comparative analysis” Energy Policy, Vol. 32,pp. 2067-2076, 2004. [11]M. A. Ram, and M. Shrestha, “Environmental and utility planning implications of electricity loss reduction in a developing country: A comparative study of technical options” International Journal of Energy Research, Vol. 22, pp 4759.Energy, Vol. 29, pp. 1773-1783, 2004. [12]J. R. Galvan, A. Elices, A. Munoz, T.Czernichow, and M. A. Sanz- Bobi, “System for Detection of Abnormalities and Fraud in Customer Consumption” in Proc. of the 12th Conference on the Electric Power Supply Industry, Nov 1998.