You are on page 1of 5

2018 International Seminar on Intelligent Technology and Its Applications (ISITIA)

Implementation and Feasibility Analysis of GSM


Based Smart Energy Meter for Digitalized Power
Consumption with Advanced Features
Abdul Ahad, Shuva Mitra1, Ovishek Morshed, Imtiaj Khan, Rohan Sarker, Sayeed Shafayet Chowdhury
Dept. of Electrical and Electronic Technology
Bangladesh University of Engineering and Technology
Dhaka, Bangladesh
1
svm2787@gmail.com

Abstract— In this modern era of digitalization, with the billing system. Furthermore, illegal use of electricity may
aim to digitalize electric power consumption and billing happen in various ways such as using mechanical objects
procedures, we have proposed prepaid smart energy meter to prevent revolution of the meter, using a fixed magnet to
having additional features with a broad feasibility analysis change the electromagnetic field of the current coil,
for practical applicability ensuring efficient use of electrical switching the energy cables at the meter connector box so
energy. Smart functionality of the system includes effective that the current does not pass through the current coil of
communication with user via Short Message Service (SMS) the meter. All these methods of meter tampering can be
in which prepaid credit system is implemented where users prevented by such GSM based smart energy meter [1] -
can recharge electricity balance by sending an SMS
[3].
conveying a secret pin number obtained from the purchased
prepaid card. The pin number will be decoded in the central The concept that is buzzing around the globe in
server and corresponding amount of energy will be delivered present times is Internet of things (IoT) known as the
until the balance ends. The energy flow will then be inter-networking of physical devices, vehicles, buildings
automatically shut down until the next recharge. and other items which is embedded with electronics,
Furthermore, the system comes with added features like software, sensors and network connectivity that enable
critical alert and power saving mode in the event of low these objects to collect and exchange data [4]. The inter-
balance. A useful advantage of the system is its scalability i.e.
connectivity of devices and network marks the essence of
it can be integrated with larger systems without increasing
a digitalized power consumption and billing procedure,
system complexity too much. The availability and
performance of the proposed small-scale system have been
ushering automation in power sector, enabling advanced
investigated in some critical cases such as network problem, applications like a smart grid [5] and expanding to areas
recharge trouble, equipment defects and other unwanted such as smart cities [6]. For remote control of a system,
events. The system has been shown to provide a satisfactory Global System for Mobile (GSM) can be a handy tool.
and low-cost alternative to the existing manual power With the GSM SMS, it is possible to send a message via
consumption system. phone to control the relay ON and OFF [7]. Our proposed
model is not developed for the complete replacement of
Keywords— digitalization; automated energy metering; the existing system, rather is meant to be a partial
smart power distribution; SMS based service; GSM. improvement of the conventional manual system in some
selected areas to analyze the reliability and feedback to
I. INTRODUCTION upgrade it to the next stage.
Power crisis is an issue of great concern for A smart meter is an electronic device that records
underdeveloped countries. This crisis can be minimized consumption of electric energy in intervals of an hour or
by ensuring efficient means of power consumption. A less and communicates that information at least daily back
compact digital model for power consumption for to the utility for monitoring and billing, necessitating two-
domestic use is the motivation of our work. In the present way communication between the meter and the central
era of digitalization, people are more comfortable getting system [8]. Energy meter system can be interfaced with
things done sitting in their homes which removes the toil embedded controllers like GSM modem to transmit the
of going out physically. They would rather choose to pay data over the mobile network [9] - [10]. These data are
their bills by recharging through their mobile phone rather stored and monitored centrally, generating the appropriate
than standing in queue in banks which is not only command for the power distributors.
painstaking but also time consuming. Adding to this, bill Our proposed model aims at small-scale
corruption is also a common fact for underdeveloped implementation of digitalized energy consumption process
countries. A smart energy meter ensures not only comfort with a broad feasibility analysis. But the viability to use
and efficient use of electric energy but also an accurate this system for larger scale has also been discussed. Some

978-1-5386-7654-7/18/$31.00 ©2018 IEEE 403


propositions have been done previously in this topic. matrix, LED and other advanced displays. The LCD
Rahman et al. [10] and Ashna et al. [11] have shown a display serves quite well for our prototype as it is easy to
similar approach but a complete reliability analysis is not configure. For this system, a monochromatic 20 4
present in these papers. We have demonstrated a rigorous alphanumeric LCD is used.
feasibility analysis where our system underwent test
repetitions of 5000 times and we have calculated success
and failure rate and pointed out some errors and problems
along with their remedy. So, this paper basically proposes
a low-cost alternative to the present system with proper
investigation of feasibility along with system analysis.

II. PROPOSED WORKFLOW


The system proposed in this paper can be represented
by the process diagram shown in Fig. 1. Upon receiving a
SMS with pin number, the GSM module transmits the
number to the Arduino. The Arduino checks the validity
of the number by comparing it with the numbers stored in
the central database. After a successful validation, the pin
number is then decoded and the Arduino module
generates corresponding amount of energy required to
deliver at the user end. We have used a modulo-50
decoding method with a pin number of 4 digits for
simplicity. Advanced encoding techniques can be used for
future large- scale implementation.
The smart power consumption process starts when the
Arduino sends signal to the relay, as shown in Fig. 1. The
relay is energized so that power starts flowing from the
line to the load. The available balance is displayed in the Fig. 1. Proposed workflow for the prototype
meter monitor immediately. A timer starts simultaneously
with the relay. The readings from the Current Transformer B. GSM Interface
(CT) and the Potential Transformer (PT) are continuously GSM module is used to communicate as it is
fed to the Arduino circuit. With the help of the readings convenient to interface with the microprocessor. SIM-
from CT, PT and the timer, corresponding power 900A GSM module is used which supports
consumed by the load is calculated. Then calculated communication in 900 MHz band. The module can be
power is multiplied by time to determine the energy configured using various AT commands which are the
consumed at the user end [12]. instructions used to control a modem. The Tx and Rx pins
of GSM module are used to transfer and receive data from
As Arduino cannot read current, an intermediate
one to another.
current to voltage converter is used [13]. For our
prototype, we have used a simple converter comprising of
a series of power resistors. More accurate converters can C. Current Transformer and Potential Transformer
also be used to improve the accuracy of the system. The Since the microprocessor unit handles very small
energy consumed is added continuously and at the same magnitude of voltage and current, voltage and current
time, it is continuously subtracted from the available which are needed to be standardized have to be stepped
balance. When the remaining balance goes down below a down before being sent to the microprocessor. In this
critical point set previously, a cautionary message is sent system, a current transformer which gives output to a
to the customer informing them to recharge their account maximum of 2.5 mA is used to take the samples of current
or to avail one of the two options which are to turn off values. Its specification can be found in the device
their unimportant devices or to enter in ‘Power Saver datasheet [14]. For stepping down the main supply
Mode’ (PSM). If the remaining balance falls to zero, the voltage, a potential transformer is used. It steps down the
signal which was sent to the relay is cut off so that relay is supply voltage to 12 V, the specification of which can be
de-energized and power stops flowing from lines to user found in [15].
end. All the quantities are displayed in monitor so that
customers can know their balance status; ensuring the D. Current to Voltage Converter
proper operation of the system. For this case, a simple current to voltage converter
using simple 1 kΩ, 5W power resistors are used for
III. SYSTEM DESIGN Arduino compatibility.

A. LCD Interface E. Relay


LCD display shows the current status of the meter which Relay is an electrically operated switch used to control
includes voltage, current, power and energy readings at the on/off state of a circuit using a low power signal. In
the user end for proper operation of the system. The LCD this prototype, a 1-channel 5 V relay is used to cut off the
display can be replaced by other types of displays like dot power connection when necessary condition is fulfilled.

404
F. Microprocessor Unit
Arduino Uno is used as a microprocessor unit. It is a
microcontroller board based on the ATmega328P. It has
14 digital input/output pins (of which 6 can be used as
PWM outputs), 6 analog inputs, a 16 MHz quartz crystal,
a USB connection, a power jack, an ICSP header and a
reset button.

G. Switchboard
We have used a switchboard as the prototype load
model which facilitates both resistive and reactive
variation of loads representing a small-scale power
system. A demonstration of our proposed prototype can be (d)
found in [16]. Fig. 2. Experimental set-up for smart energy meter a) before
The experimental set-up of our proposed model is recharging, b) after recharging, c) the load which consmues
shown in Fig. 2. power and d) current to voltage converter using resistor. The
detailed experiment can be found at YouTube [16]
In Bangladesh, there are currently some prepaid meters
available [17] but possess some problems like users can
only recharge by physically entering cards into the
system. Our proposed model offers some significant
improvements over these meters and similar systems [10]
- [11], including the introduction of automated ‘Critical
Alert’ feature. Also, we have included “Emergency
Balance” system which will enable users to have
electricity up to a certain limit even if their balance is
finished.

(a)

(b )

Fig. 3. Flow chart algorithm of the proposed system.

When the available balance goes down below a certain


(c)
point i.e. critical point (in our case 1 Wh), the system will

405
deliver an automated message to the customer to recharge on the components used and this situation can be
immediately. If unable, users can enter ‘Power Saver ameliorated using better system components. Unwanted
Mode’ which delivers power for a user defined time operational failure and unwanted interruption also depend
interval. These two options are selected by sending a on the efficacy of the components and can be reduced
special text to the system. A flow chart algorithm of our replacing by better components. Though it will increase
proposed system is shown in Fig. 3. device unit price, the performance boost will be too high
to ignore.

IV. FEASIBILITY ANALYSIS V. COST ANALYSIS


In the previous discussion, the structure of proposed One of the most significant aspects of our proposed
GSM based Smart Energy Meter model has been energy meter model is the fact that it is extremely cost
described. Now, to implement it in the industrial level, effective. The cost synopsis of different equipment
reliability and cost effectiveness are two important factors required to implement the system in a small scale is
which are yet to be analyzed. Few analyses have been proposed in Table I. The equipment used in this model are
done in this work to address these. easily available, reducing transportation
During the rush hours like the beginning of the
months, there may be failure in the recharging and billing TABLE I. COST ANALYSIS
process. Because a huge sum of recharge request will be
Price Quantity Subtotal
put through during rush hours, as a result mobile Equipment
(USD) (USD)
companies won’t be able to serve this tremendous amount SIM 900A GSM Module 27 $ 1 27 $
of request. In the proposed model, there have been 211 (GGG 00033)
cases of failure due to the problem in network service
provider out of 5000 attempts (availability for roughly 1 Channel 5V Relay 0.8 $ 1 0.8 $
~95.8% cases). Module (MOD-00059)

Another case such as back to back recharging can Potential Transformer 12 1.1 $ 1 1.1 $
occur which refers to the situation of recharging an V (600 mA) (MIS
00006)
amount of balance before the previous recharging attempt
has been completed successfully. This back to back Current Transformer 1.7 $ 1 1.7 $
recharging may override the data from previous recharge. YHDC TA1309-200 (5
As a result, faulty power calculation may occur at the A-2.5 mA)
distribution side. This the case which can also be linked
with the first problem described above. 193 cases have 5W Resistors 0.1 $ 4 0.4 $
been reported having this problem (satisfactory Total = 31 $
performance for roughly ~ 96.14% cases).
There have been cases when recharging too fast after
each billing process causes the system to shut down. Out cost. Furthermore, the intimal cost is also composted. All
of 5000 attempts, we have encountered this problem 107 these factors contribute to making GSM an economical
times (running smoothly for roughly ~97.86% cases). In and lucrative alternative to the existing power distribution
some cases, errors have been encountered because of the system.
defects in the electrical home equipment. In these cases, One major advantage of our proposed system is its
the data have been received and corresponding actions scalability. Our model can be scaled for larger power
have been taken by the control unit. But due to the defects systems just by upgrading the individual components to
in the instruments, the main process cannot be started in their appropriate ratings without introducing further added
such cases. As a result, error occurs in the reading and expenditure for system complexity.
system may show ‘No Balance’ earlier than expected. In
this work, 203 cases have been reported in which the VI. COMPARISON WITH EXISTING MODEL
system failed due to the defects in the equipment
(perfectly working for roughly ~95.94% cases). Currently, in Bangladesh there exists a Prepaid Metering
System which has been commissioned and controlled by
There may be a rare incident when there is no balance DPDC (Dhaka Power Distribution Company). The code
but the system is still running. In such cases, unwanted
can be obtained after paying prepaid bill to some specified
load consumption occurs which causes loss in the power
banks. On the other hand, the scratch cards proposed in
system. 38 cases have experienced this problem. Also
during the peak demand period, there have been cases our paper will be available almost all over the country. In
when the system undergoes shut-down due to higher this method, the scratch card will be more easily
demand, but the balance is still active at the consumer accessible for mass people than the one of DPDC. It will
end. This phenomenon has been encountered in 132 cases. also be more convenient because in banks one has to wait
in a long queue to obtain the cards. But this hustle can be
Of the aforementioned problems, the network error avoided in our proposed system. Also there are chances of
and back to back recharging problem can be reduced by nepotism and corruption in the currently available system
setting up a bi-directional contract with network because it can be available at only some certain points,
companies for an exclusive connection between two which can be avoided in our mode.
parties. The response time and instrumental error depend

406
VII. CONCLUSION [5] O. Monnier (8 May 2014). "A smarter grid with the Internet of
Things". Texas Instruments.
The smart energy meter introducing automation in [6] A. Zanella, N. Bui, A. Castellani, L. Vangelista, M. Zorzi
electric power consumption is an excellent step towards (February 2014). "Internet of Things for Smart Cities". IEEE
boosting the power system performance and efficiency, Internet of Things Journal. 1 (1): 22–32. Retrieved 26 June 2015.
specially required for underdeveloped countries. The [7] "Remote Control Via GPRS/GSM
incorporation of GSM module not only provides a SMS(Arduino)", Instructables.com, 2017. [Online]. Available:
comfortable alternative for the consumer but also removes http://www.instructables.com/id/Control-the-relays-via-GPRS-
SMS/. [Accessed: 28- Aug- 2017].
technical complexity as it is easily viable. The system can
[8] "Assessment of demand response and advanced metering". Federal
be made more user friendly by introducing features like Energy Regulatory Commission, 2008. [Ebook]. Available:
‘Emergency Balance’ where users can have access to https://www.ferc.gov/legal/staff-reports/12-08-demand-
electricity in case of urgent need. Future improvement response.pdf [Acessed: 10 May. 2017].
also includes ensuring uninterrupted electricity by [9] Bourdillon. O. Omijeh, Godwin. I. Ighalo, "Design and simulation
implementing automated payment system linking user’s of single phase intelligent prepaid energy meter", Innovative
credit account with the system server. Further extension Systems Design and Engineering, Vol.4, No.1, 2013.
includes connection with smartphones where users will be [10] Md. Masudur Rahman, Noor-E-Jannat, Mohd. Ohidul Islam, Md.
Serazus Salakin, "Arduino and GSM based smart energy meter for
able to monitor the status of their electricity balance from advanced metering and billing system", 2nd Int'l Conf on Electrical
a remote location and take actions accordingly. A mobile Engineering and Information & Communication Technology
application can be developed in this regard for ease of (ICEEICT), May 2015.
access. We focused mainly on the critical cases of failure [11] K. Ashna and S. George, "GSM based automatic energy meter
and estimated reliability performance by real time running reading system with instant billing", International Mutli-
of the small-scale system repetitively. Satisfactory Conference on Automation, Computing, Communication, Control
and Compressed Sensing (iMac4s), 2013.
performance with advanced features, feasibility and lower
cost provide the potential to make such digitalized model [12] "How to build an arduino energy monitor | Archived
Forum", Openenergymonitor.org, 2017. [Online]. Available:
a better alternative to the present power consumption https://openenergymonitor.org/emon/node/58. [Accessed: 28- Aug-
system. 2017].
[13] "Measuring Current with the Arduino", Vwlowen.co.uk, 2017.
REFERENCES [Online]. Available:
http://www.vwlowen.co.uk/arduino/current/current.htm.
[Accessed: 28- Aug- 2017].
[1] Jannatul Ferdoushy, "8 lakh units of electricity theft detected in [14] "Product Specification", YHDC US, 2015. [Online]. Available:
city", The Daily Observer, April 29, 2017. [Online]. Available: http://yhdc.us/ENpdf/TA1309-200-0-5A-0-2.5mA_en.pdf.
http:// http://www.observerbd.com/details.php? id=71133 [Accessed: 28- Aug- 2017].
[Accessed May 10, 2017]. [15] "Transformer 12V (600mA) - Transformer - Techshop Bangladesh |
[2] Patuakhali Correspondent, "5 palli bidyut staff sued for tampering Techshopbd", Techshopbd.com, 2017. [Online]. Available:
with meter", The Daily Star, April 29, 2017. [Online]. Available: https://www.techshopbd.com/productcategories/transformer/538/tr
http://www.thedailystar.net/country/5-palli-bidyut-staff-sued- ansformer-12v-600ma-techshop-bangladesh. [Accessed: 28- Aug-
tampering-meter-214618 [Accessed May 10, 2017]. 2017].
[3] A. Pasdar, S. Mirzakuchaki, Industrial and Science University of [16] "GSM Based Smart Energy Meter", YouTube, 2017. [Online].
Iran, " A solution to remote detecting of illegal electricity usage Available:
based on smart metering", Conference: Soft Computing https://www.youtube.com/watch?v=XVKLOklgrns&feature=youtu
Applications, 2007. SOFA 2007. be. [Accessed: 28- Aug- 2017].
[4] E. Brown (13 September 2016). "Who needs the internet of things? [17] "Pre Paid Metering System", DESCO BD. [Online]. Available:
". Linux.com. Retrieved 23 October 2016. https://www.desco.org.bd/?page=pre-paid-meter. [Accessed: 28-
Aug-2017].

407

You might also like