Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer...

21
Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan University, Puli, Nantou, Taiwan

Transcript of Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer...

Page 1: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

Relay Placement Problem in Smart Grid Deployment

Wei-Lun Wang and Quincy Wu

Department of Computer Science and Information Engineering, National Chi Nan University, Puli, Nantou, Taiwan

Page 2: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

2

Outline

Power Grid V.S. Smart Grid System Architecture of National Science Council

(NSC) Program in Taiwan Importance of the Intelligent Relay Placement

Module Mathematical Facts about Relay Placement Conclusions & Future Works

Page 3: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

3

Power Grid

[http://www.ferc.gov/industries/electric/indus-act/blackout/09-06-final-report.pdf]

The power grid is an interconnected network for delivering electricity from suppliers to consumers.

In this kind of traditional power grid, some energy issues are needed to be noticed.

Page 4: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

4

Some Energy Issues

Reliability (unexpected blackout)

Economy (cost $25 to $180 billion annually)

Efficiency (Pareto principle, 80-20 rule)

Affordability (electricity price goes up and up)

Environmental Impacts (greenhouse gas)

Therefore, to improve the energy utilization efficiency, a better power grid is desired. That is why the smart grid was proposed for efficiently utilizing the limited resources.

Page 5: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

5

Smart Grid

[http://www.ngpowereu.com/news/smart-grid-revolution]

Like the power grid, the smart grid also delivers electricity from suppliers to consumers.

However, it uses two–way digital technology to support communication between consumers and suppliers.

It combines power systems, telecommunications, smart energy devices, information technology, and digital control.

Page 6: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

6

Characteristics

Sensing and Measurement (suspicious behaviors)

Integrated Communication (Critical Peak Pricing, CPP)

Improved Interfaces and Decisions Support (credit points)

Advanced Components (storage facilities)

Advanced Control Methods (handle the whole system)

To build a smart grid system, an advanced metering infrastructure (AMI) is required to actively measure, collect, and analyze energy consumption data.

Page 7: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

7

AMI (Advanced Metering Infrastructure)

Generally, an AMI system consists of four components – the smart meter, the energy display and controller, the communication network, and the meter data management application (MDMA).

Page 8: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

8

National Science Council Program in Taiwan

Four subprojects Smart Power–saving Outlets Small–scale Energy Storage System Network and Communication Technology Smart Energy Management Application Service

Platform

Page 9: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

9

Interactive Relevance within Subprojects

Two-way transmi ssi on control

Subproj ect 2Smal l - scal e Energy Storage and System

Subproj ect 4AMI Smart Energy Management Appl ication Service

PlatformSubproj ect 3Network and Communication Technology

a11

a22

3a3

4a4

b1

b2

b3

b4

5

6

7

8

Vcc1

0

GND

0

Smart Power-savi ng Outl ets

Network Transmi ssi on System;

I T Securi ty System

Data Col l ecti on and Anal ysi s;

I T Securi ty System User I nterface

Subproj ect 1Smart Power-saving Outlets

Home Appl i ances

Smal l - scal e Energy Storage

Devi ce

Assi

st w

ith

Powe

r Su

pply

in

Peak

Tim

e ba

sed

on t

he P

ower

Sys

tem

No matter how intelligent and wonderful the smart grid is, the cost of deployment and maintenance will be a key factor which will determine whether this new technology will be successful and widely adopted.

Page 10: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

10

Factors that Affect Deployment Cost

[http://www.topology.com.tw/tri] (Topology Research Institute)

Page 11: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

11

Relay Placement Problem (RPP)

To find positions of minimum number of relays in a smart grid system.

Page 12: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

12

Relay Placement Problem (RPP)

Problem Definition Input

On an Euclidean plane, given a set of N sensors, which have the effective communication range 1, and a fixed number R ≥ 1, which is the effective communication range of a relay.

Output To place a minimum number of relays so that between every

pair of sensors there is a path through sensors and/or relays such that the consecutive vertices of the path are within distance R if both vertices are relays and within distance 1 otherwise.

We then use two different methods to deploy relays and compare their results.

Page 13: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

13

A Bad Deployment of Relays

1 < D ≦ 2

Page 14: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

14

A Wise Deployment of Relays

1 < D ≦ 2

Page 15: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

15

Mathematical Facts about Relay Placement

Comparison of the amount of used relays

BAD :

WISE :

Assume N=1000, D=2, and R=4.

The required number of relays for the first approach is approximately 80919; however, the second approach only needs 1080 relays. That is to say, people who adopt the first approach to deploy relays must spend nearly 75 times higher cost than those who choose the second approach.

Page 16: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

16

Approximation Algorithms and Variations of RPP

NP-hardSince Minimum Geometric Disk Cover (MGDC) problem is a special case of RPP, and MGDC is known to be NP–complete [9], RPP is an NP–hard problem.

Variations Form a connected network Form a 2-connected network (higher reliability)

Approximation Ratio Comparisons

Page 17: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

17

[THS2006]’s 8-approximation Algorithm for RPP

Given a set of 25 sensors whose effective communication range is s = 1, and R = 2 is the effective communication range of a relay.

Sensor

Relay

Sensor

Relay

Page 18: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

18

[THS2006]’s 8-approximation Algorithm for RPP (cont.)

Step 1a. Divide the region into cells with side length D = 2s = 2. For each cell, find all P-positions for relays.

● ●●

DD = 2 = 2

DD = 2 = 2

Page 19: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

19

[THS2006]’s 8-approximation Algorithm for RPP (cont.)

Step 1b. Apply a shrink operation. Step 2. Inside each cell Ci, find a smallest subset of P-positions Hi

which can cover all sensors in the cell.

● ●●

● ●● ●

Page 20: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

20

Step 3. For each cell Ci, if either Hi and Hi(Right) are not connected or Hi and Hi(Bottom) are not connected, add a relay at the right bottom corner of Ci (add a relay at the right top corner of Ci if Ci is in the bottom row).

[THS2006]’s 8-approximation Algorithm for RPP (cont.)

● ● ●

●SensorRelaySensorRelay (added in Step 2)RelayRelay (added in Step 3)

Page 21: Relay Placement Problem in Smart Grid Deployment Wei-Lun Wang and Quincy Wu Department of Computer Science and Information Engineering, National Chi Nan.

21

Conclusions & Future Works

The deployment cost of a smart grid system is crucial to its success. This paper illustrated the Relay Placement Problem, which significantly affects the cost of an AMI system when ZigBee is adopted in its communication network.

To solve the Relay Placement Problem, we demonstrated a decision supporting system in our NSC project, which adopted intelligent algorithms to minimize the number of relays in question.

When deploying larger networks, where significant amount of relays are needed, an efficient RPP algorithm would be very important to control the deployment cost.

Thank you ~