Design and Building of A Cheap Smart Meter: October 2013
Design and Building of A Cheap Smart Meter: October 2013
Design and Building of A Cheap Smart Meter: October 2013
net/publication/267268487
CITATIONS READS
5 1,825
3 authors, including:
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Ahmad Abdel-Majeed on 23 October 2014.
Institute of Power Transmission and High Voltage Technology, Pfaffenwaldring 47, 70569 Stuttgart, Universität Stuttgart,
Germany.
Abstract-- This paper shows the design of a cheap smart meter challenging and the need for inexpensive design of smart
which is designed not only to measure the customer’s power meters is needed to fulfill the gap in the required measurement
consumption and generation but also to enable and support the
data.
new operation and control functions in the distribution networks.
It is based on open source hardware (Arduino and Arduino Unfortunately this data is still raw. Smart meters are expensive
Ethernet Board) and offers a plurality of communication
possibilities, like USB, Ethernet, ZigBee or Bluetooth. The smart and not widespread.
meter uses an ADE7753 as converter and saves only the most
important data (voltage, current, frequency, active- and reactive
energy) on a SD-card so that all further calculations can be
II. FUNCTIONAL NEEDS FOR SMART METERS WITH GRID
performed by an external central system. The smart meter can be BENEFITS
used as energy meter (few minutes average) or as power quality
By analyzing the demand of users and State Estimation
meter (10 seconds average).
applications, we designed the smart meter with the following
functions:
I. INTRODUCTION
n Germany 69% of the installed Photovoltaic- (PV) power (1) Low material cost for the hardware and usage of open
I is installed in the low voltage network [1]. This causes source software. Enables the possibility to use it as a
source for numerous measurements of data.
rising power generation in the distribution network, loss in
power quality and reversal of the power flow. (2) Simple design of the connection with plug and play
To be able to handle those things, monitoring and operating function for the meter. This way the smart meter can be
the grid is a necessary task. This way the voltage amplitude used as a normal power meter for connection points,
and frequency can be regulated constantly. but also as an analysis tool for single electric devices.
Nowadays, real-time monitoring and control through state (3) Data collection function over short and long periods of
estimation is a routine task for the transmission system time to learn about own energy consumption behavior
operators (TSOs) due to the availability of measurement data. of the users. It also gives the possibility to verify power
On the other hand distribution system operators (DSOs) are flow calculations and state estimations.
also trying to extend their monitoring and control for medium (4) The function of storing measurement data for at least 12
and low voltage networks in order to enable Smart grid months.
applications. However; distribution network measurements are
(5) Online Data collection for the execution of state
limited due to the lack of measurement devices and sensors
estimations.
there.
(6) Parallel handling of measurements, saving and loading
Through the rollout of smart meters, which are considered as a
meter data so that there are no mistakes through lack of
key component of the future Smart grids, there would be
constant measurements.
enough metering data (voltage, current, active and reactive
power consumption and generation) available at every (7) Various implemented and potential interfaces to load
customer connection point to enable state estimation functions and send the saved and online data to an external
in the low voltage networks. This data can be used for alerting system with a graphical user interface (GUI).
DSO’s for certain power failures or exceeded permissible
(8) Intuitive and flexible GUI to make sure the smart meter
power quality limits. On the other hand, the smart meter could
and its data are useable for several people, especially
be also used as a terminal for demand side management (e.g.
without a technical background.
heat pumps). This rollout seems to be economically
2
V. CONCLUSION
Low cost for smart meters are a major requirement. The
described example costs less than 100€. This includes all
measurement and connection hardware. Compared to free
buyable products this is around 1/3 of the price [5], so that the
requirement (1) can be considered as fulfilled.
Thanks to the internal memory of the Arduino the program
automatically runs after getting power. This enables the in
requirement (2) described plug and play functionality. Only
the software of the external system has to be synchronized with
the hardware.
The requirements (3) to (6) and (8) are fulfilled through
interrupt and agent based software programming. Due to the
usage of serial ports the interface being used is not determined,
as specified by the requirement (7). Depending on the use case
the chosen communication is wired or non-wired.
The smart meter achieves all requirements mentioned in
section 2, which are recorded for customer usage and
generation as well as to enable state estimation functions in the
low voltage networks. Since these requirements are fulfilled
the smart meter can be considered as suitable.