GSM Based Prepaid Electricity System With Theft Detection Using Arduino For The Domestic User

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 13

GSM based Prepaid Electricity System with Theft

Detection using Arduino for the Domestic user

Paper id :- EE09
Prepared By :-
Harsh M. Patel
Asst. Prof in EED
SSASIT, Surat

29/04/22 ISTE-2018 1
Outline

 Introduction

 Prepaid Energy System

 Block diagram

 Theft Detection

 Programming

 Bill Calculation
29/04/22 ISTE-2018 2
Introduction

 For a long time, we use the electromechanical energy meter so that meter reading is
not accurate.

 At present time using the digital meter because the analog meter is costly, slow, not
accurate, bill process is flexibility as well as reliability

 So that in next attempt made to automate the billing systems.

 Mainly the electricity is being stolen via bypassing the energy meter or direct
hooking from the line or the energy meter.

29/04/22 ISTE-2018 3
Prepaid Energy System

 This prepaid energy system this system similar as the prepaid mobile system.

 In this system using GSM module to recharge the account.

 In case of energy consumed so that decrees the balance.

 Energy meter count pulse by counter this pulse count by optocoupler which is
depend upon consumption.

 Advantage of this system are it reduced the billing error and reduced labor cost.

 In that case when decrease the units that time alert the system through buzzer or
message send in mobile.
29/04/22 ISTE-2018 4
Block diagram

29/04/22 ISTE-2018 5
Theft Detection

 Electricity Theft Methods

 Direct hooking from line

 By passing the energy meter

 Injecting the foreign element into the energy meter

 Physical Obstruction

 Theft Detection

 Protection against Shorting the Phase Line and Disconnecting the Neutral Line

 Protection against Whole Meter bypassing


29/04/22 ISTE-2018 6
Programming

Initialize Arduino, GSM and LCD display

LCD print “prepaid energy meter”

LCD print “Initializing GSM”

Initialize GSM module and network

LCD print “GSM initialize”

LCD print “unit:15”

Read input

If unit==3

Send SMS: you have 3-unit remaining

If unit==1.5

Send SMS: you have 1.5-unit remaining

If unit==0

Send SMS: your system cut-off, please


do recharge

29/04/22 ISTE-2018 7
Programming

Initialize Arduino, GSM and LCD display

LCD print “prepaid energy meter”

LCD print “Initializing GSM”

Initialize GSM module and network

LCD print “GSM initialize”

LCD print “unit:15”

Read input

If unit==3

Send SMS: you have 3-unit remaining

If unit==1.5

Send SMS: you have 1.5-unit remaining

If unit==0

Send SMS: your system cut-off, please


do recharge
29/04/22 ISTE-2018 8
Bill Calculation

If(count<=3)
{
RS=count*1;
}
If((count>=4) && (count<=7))
{
RS=((3*1) + ((count-3)*1.5))
}
If((count>=8))
{
RS=((3*1) + (3*1.5)+((count-6)*2))
}

29/04/22 ISTE-2018 9
Conclusion

 Prepaid energy meter with GSM technology which make the users to pay for the electricity
before its consumption.

 In this way, consumers do the recharge of units and then use the electricity until the
recharged unit is exhausted.

 If the available units is exhausted then the electricity supply is cut-off by a relay. An
arrangement is also send alert message when consumer's recharged unit goes low with the
help of GSM technology.

 The information of Electricity theft is directly reported to service provider. Therefore, they
can take immediate legal action against the dishonest consumer and hence control the
electricity theft to a great extent.
29/04/22 ISTE-2018 10
Reference
1. Nabil Mohammad, Anomadarshi Barua and Muhammad Abdullah Arafat “A Smart Prepaid Energy Metering
System to Control Electricity Theft”,in 2013 International Conference on Power, Energy and Control (ICPEC).
2. T. B. Smith, “Electricity theft: a comparative analysis,” Elsevier Journal Energy Policy, vol. 32, no. 18, pp. 2067-
2076, Dec. 2004.
3. H.G.Rodney, C.H.Lee, C.S.Kean, V.H.Mok, “ Automatic Power Meter Reading and Distribution control
using ICT and GSM networks”, in international conference of the IETE Brunei Darussalam Network, May
2008.
4. Dr. Aditya Goel and Ravi Shankar Mishra, “Remote Data Acquisition using WirelessScads system”, in
international journal of Engineering, volume (3).2009.
5. Ms. Priya S. Kamble, Ms. Sonali T. Bodkhe, “A new approach for design and implementation of AMR in
smart meter”, International journal of advanced Engineering sciences and technologies, vol.no.2, 2011.
6. S.Anusha, M. Madhavi, R. Hemalatha “Detection of Power Theft Using GSM” International Journal of Advanced
Research Trends in Engineering and Technology (IJARTET), Vol. 1, Issue 3, November 2014.
7. Mr. Nikhil P. Wandhare, Mr. Sudeep D. Kondra, Ms. Komal H. Gulhane, Mr. Kartik J. Dave “Automatic Load
Balance And Theft Detection System” International Journal of Application or Innovation in Engineering &
Management (IJAIEM), 2013.
29/04/22 ISTE-2018 11
8. Virendra Pandey, Simrat Singh Gill, Amit Sharma “Electricity Theft Detection System Using Zigbee Technology”
International Journal on Recent and Innovation Trends in Computing and Communication, Volume: 1 Issue: 4,
Page no. 364 – 367.
9. Bharath, P.; Ananth, N.; Vijetha, S.; Prakash, K.V.J.; “Wireless Automated Digital Energy Meter” in
Sustainable,Energy Technologies, ICSET 2008.
10. R.Dhananjayan, E. Shanthi,“Smart Energy Meter with Instant Billing and Payment” International Journal of
Innovative Research in Computer and Communication Engineering, Vol.2, Special Issue 1, March 2014.
11. Vinu V Das, “Wireless Communication System for Energy Meter Reading” in International Conference on
Advances in Recent Technologies in Communication and Computing, 2009.
12. Abhinandan Jain, Dilip Kumar, Jyoti Kedia, ‘‘Design and Development of GSM based Energy Meter’’ in IJERT,
2012.
13. J. Dick, “Theft of electricity-how UK electricity companies detect and deter,” in proceedings of European
Convention on Security and Detection, pp. 90-95, May 1995.

29/04/22 ISTE-2018 12
Thank You

29/04/22 ISTE-2018 13

You might also like