4
Advanced Science and Technology Letters Vol.74 (ASEA 2014), pp.33-36 http://dx.doi.org/10.14257/astl.2014.74.07 Prototyping of Web-based Solar Monitoring Device for Residential Photovoltaic System Jinhee Park 1,2 , Jinwook Chung 2 1 Dept. of IoT Convergence Researcher Center, Korea Electronics Technology Institute Seongnam, Korea, 2 Dept. of Electrical and Computer Engineering, Sungkyunkwan Univ. Suwon, Korea [email protected], [email protected] Abstract. For the efficient use of energy, home energy monitoring system is an important. Accordingly, we suggested web based home energy monitoring system, namely web-based solar monitoring device. The roles of this device are gathered energy generation information of residential photovoltaic system by zigbee and push to central monitoring server by wired and wireless lan. We suggest web based method and prototyping by implementation. Keywords: photovoltaic system, web-based monitoring, restful service 1 Introduction In order to energy saving and efficiency, a variety of research [1-4] has been studied. In particular, the demand of power consumption reduction is increased by building a home solar power system. To effective operation such a system, the demand for home PV monitoring system increased, so that web based monitoring system based on open and standard may contribute to the spread of such systems. The energy monitoring of the house over internet is considered to be able to create new services with a smart grid. Smart energy profile 2.0 [5] standard also was based on the web service. In this paper, we recognized the home solar power system as internet of things, proposed method of connection by web, and verified our method by implementing prototype finally. 2 Web-based Solar Monitoring Device The software architecture and protocol of web- based solar monitoring device are shown in figure 1 and 2. The proposed architecture is composed of service function modules based on node.js and communicated by XML data format to central monitoring server. ISSN: 2287-1233 ASTL Copyright © 2014 SERSC http://www.mercubuana.ac.id

Advanced Science and Technology Letters Vol.74 (ASEA 2014), pp.33-36 Prototyping of Web-based Solar Monitoring

Embed Size (px)

Citation preview

Page 1: Advanced Science and Technology Letters Vol.74 (ASEA 2014), pp.33-36  Prototyping of Web-based Solar Monitoring

Advanced Science and Technology Letters Vol.74 (ASEA 2014), pp.33-36

http://dx.doi.org/10.14257/astl.2014.74.07

Prototyping of Web-based Solar Monitoring Device for Residential Photovoltaic System

Jinhee Park1,2, Jinwook Chung2

1 Dept. of IoT Convergence Researcher Center, Korea Electronics Technology Institute Seongnam, Korea,

2 Dept. of Electrical and Computer Engineering, Sungkyunkwan Univ. Suwon, Korea

[email protected], [email protected]

Abstract. For the efficient use of energy, home energy monitoring system is an important. Accordingly, we suggested web based home energy monitoring system, namely web-based solar monitoring device. The roles of this device are gathered energy generation information of residential photovoltaic system by zigbee and push to central monitoring server by wired and wireless lan. We suggest web based method and prototyping by implementation.

Keywords: photovoltaic system, web-based monitoring, restful service

1 Introduction

In order to energy saving and efficiency, a variety of research [1-4] has been studied. In particular, the demand of power consumption reduction is increased by building a home solar power system. To effective operation such a system, the demand for home PV monitoring system increased, so that web based monitoring system based on open and standard may contribute to the spread of such systems. The energy monitoring of the house over internet is considered to be able to create new services with a smart grid. Smart energy profile 2.0 [5] standard also was based on the web service. In this paper, we recognized the home solar power system as internet of things, proposed method of connection by web, and verified our method by implementing prototype finally.

2 Web-based Solar Monitoring Device

The software architecture and protocol of web-based solar monitoring device are shown in figure 1 and 2. The proposed architecture is composed of service function modules based on node.js and communicated by XML data format to central monitoring server.

ISSN: 2287-1233 ASTL Copyright © 2014 SERSC

http://www.mercubuana.ac.id

Page 2: Advanced Science and Technology Letters Vol.74 (ASEA 2014), pp.33-36  Prototyping of Web-based Solar Monitoring

Advanced Science and Technology Letters Vol.74 (ASEA 2014)

Fig. 1. Web-based solar monitoring device software architecture

The data flow among residential PV system, web-based solar monitoring device, meter, and central monitoring server is composed of periodic transmission (a) and on-demand transmission (b) shown figure 2. The transmission methods are implemented by restful service.

Com. AgentCom WSMD

1:Tmxpired()

2:Dta()

4:Dta()

6:DtSignal()

8:HTPost()

:

9:TmExpired()

10:Retramsion()

():

12 : HTTP Page Reload() 13 : Data()

(a) Case of periodic transmission

ExnalSytm & User

Com. AgentCom

t():

2:HTPGet()

t():

t():+

5:20OK+Dta()

:

6:ComndDta()

7:Comand()

8:ZBDta()

:

10:Acuation()

1:Rponse()

12:ZBDta()

13:Rponse()

14:RponseDta()

15:20OK+RponseDta()

16:20OK+RponseDta()

(b) Case of on-demand transmission

Fig. 2. Message sequence chart of data

flow

V 8

Management/Configuration Service

(Dynamic) Load

Solar Monitoring Service

T h r e a d p o o l

Node standard library

Node bindings (socket, http, etc)

WoT Service based on Java Script

E v e n t l o o p

Plugin Manager

li b r a r i e s

N o d e . j s

S e

O t h e r W o T

Solar Monitoring D a t a M a n a g e r

ZigBee Agent

(w)lan Agent

XML-Solar Monitoring Data

M o de l

cm•tsuutsu •-••••••

Z i g B e e I n t e r f ac e

( w ) l a n I n t e r f a c e

ExnalSytm & User

MtoingSver

Sver

34 Copyright © 2014 SERSC

http://www.mercubuana.ac.id

Page 3: Advanced Science and Technology Letters Vol.74 (ASEA 2014), pp.33-36  Prototyping of Web-based Solar Monitoring

Advanced Science and Technology Letters Vol.74 (ASEA 2014)

Table. 1. Web-based solar monitoring data schema

Data type Data schema

Periodic data (residential solar generation information) by post method

<Reading href="/WSMD_ipaddress:37000/wsdm/data/generation/mic1"> <inverterid>MIC_ID</inverterid> <datetime>DATE_TIME</datetime> <svoltage>SOL_VOL_VALUE</svoltage> <scurrent>SOL_CUR_VALUE</scurrent> <spower>SOL_POWER_VALUE</spower> <gvoltage>GRID_VOL_VALUE</gvoltage> <icurrent>MIC_CUR_VALUE</icurrent> <ppower>PRD_POWER_VALUE</ppower> <gridfreq>GRID_FREQ_VALUE</gridfreq> <powerphour>POWER_PER_HOUR_VALUE</powerphour> <apower>ACCUMUL_POWER_VALUE </apower> </Reading>

Periodic data (residential consumption power information)

<Reading href="/WSMD_ipaddress:37000/wsdm/data/consumption/meter1"> <meterid>METER_ID</meterid> <datetime>DATE_TIME</datetime> <ccurrent>CONSUMPION_CUR_VALUE</ccurrent> <voltage>POWER_VOLTAGE</voltage> </Reading>

On-demand data (event, response for get request) by get response or push

<Reading href="/WSMD_ipaddress:37000/wsdm/data/management/mic1"> <inverterid> mic1 </inverterid> <zigbeeid> ze1 </zigbeeid> <operation> active </operation> <status> event1 </status> </Reading>

3 Prototyping and Demonstration

We prototyped web-based solar monitoring device and setup demonstration environment like as fig 3. The web-based solar monitoring device is developed on cubieboard2 platform and embedded linux 3.x. The residential PV emulator transmits power generation information periodically using zigbee communication to web-based solar monitoring device. The appliance power meter transmits power consumption information of refrigerator and voltameter also transmits power consumption information of home total energy consumption information to web-based solar monitoring device. User can monitor generation power and consumption power of home though web-based solar monitoring device using internet capable smartphone or desktop.

Copyright © 2014 SERSC 35

Page 4: Advanced Science and Technology Letters Vol.74 (ASEA 2014), pp.33-36  Prototyping of Web-based Solar Monitoring

Advanced Science and Technology Letters Vol.74 (ASEA 2014)

Fig. 3. Demonstration Setup (left: Residential PV Emulator, Appliance Power Meter, Web-based solar monitoring device, and Voltameter)

4 Conclusions

In this paper, we suggested web-based solar monitoring device and implemented prototype and verified by demonstration. In the future, we plan to expand functionality such as energy information processing by statistics and verify in the real environment testbed.

Acknowledgments. This work was supported by the IT R&D program of MSIP/NIPA.

[NIPA-2014-(S0407-14-1032), Development of WoT based SW convergence framework embedded SMD (Solar Monitoring Device) for solar generation]

References

1.R. Panna, R. Thesrumluk and C. Chantrapornchai, “Development of Energy Saving Smart Home Prototype” IJSH Vol. 7, No.1, January 2013. 2.Namje Park, “Design and Development of Load Management Application based on Building Energy Management System”, IJSEIA Vol. 8, No.1, January 2014. 3.Kun Qian, Xudong Ma, Changhai Peng, Qing Ju and Mengyuan Xu, “A ZigBee-based Building Energy and Environment Monitoring System Integrated with Campus GIS”, IJSH Vol. 8, No.2, March 2014. 4.Yi-chao Jin, Ru-chuan Wang, Hai-ping Huang, Li-juan Sun, “Ubi-PowerMeter: A Novel Paradigm to Reduce Energy Consumption”, IJSH Vol. 4, No.1, January 2010. 5.IEEE standards association, “IEEE adaption of smart energy profile 2.0 application protocol standard”, IEEE Std 2030.5TM-2013.

36 Copyright © 2014 SERSC

http://www.mercubuana.ac.id