경제성장 및 생활수준의 변화에 따라 전력수요는 매년 증가하는 추세이나, 전력발전을 위한 자원의 한계와 환경문제로 인해 전력공급의 어려움은 점차 커지고 있다. 이를 해소하기 위해 전력에너지를 효율적으로 사용하기 위한 방법으로 수요반응 및 스마트 그리드를 위한 기술 발전이 이루어지고 있다. 최대수요전력 관리장치는 수요시한내 최대수요전력을 감시하고 제어함으로써 전력수용가의 전력에너지 효율성 향상과, 비용 최적화를 목적으로 하는 장비이다. 이 장비의 주요기능은 다음과 같다. 첫째, 전력계측기를 통해 계측된 전력사용량을 실시간으로 모니터링하여 목표전력 대비 최대수요전력을 비교 판단한다. 둘째, 과거 전력사용량 및 전력사용 추세를 기반으로 수요전력량을 예측한다. 셋째, 실시간 모니터링한 전력사용량과, 예측 수요전력량을 기반으로 목표전력 대비 최대수요전력이 초과할 우려가 있을 경우, 운용자에게 단계별로 경보를 알린다. 넷째, 목표전력 대비 최대수요전력을 초과하는 등 전력효율성 향상을 위해 필요시 전력부하설비를 자동 및 수동으로 제어한다. 이러한 기능은 수요반응 및 스마트 그리드와 같은 전력에너지 관리시스템에서 필요로 하는 요소를 충족하고 있다. viii 그러나 현재 설치되어 운영중인 최대수요전력 관리장치는 고가의 장비 비용, 장비 운영상 전문인력 필요, 로컬내에서만 서비스가 가능한 서비스의 확장성 결여 등의 한계가 있다. 본 논문에서는 이러한 문제를 해결하기 위해, 저가의 오픈하드웨어와 엣지컴퓨팅 과 클라우드컴퓨팅이 결합된 형태의 엣지클라우드를 활용하여, 최대수요전력 관리 장치의 실시간 전력사용량 모니터링, 수요전력량 예측, 단계별 경보, 전력부하설비 제어 기능을 서비스할 수 있는 방안을 제안한다. 먼저 서비스의 확장성을 위해, 엣지클라우드 환경에서의 특징 및 각 레이어별 역할 및 서비스를 분석하여 최대수요전력 관리를 위한 시스템 아키텍처를 설계하고, 장비 비용을 낮추기 위해, 전력계측기를 초 단위의 전력을 계측할 수 있는 장비 에서 1 분 단위의 전력을 계측할 수 있는 장비로 변경하여, 1 분 단위로 계측된 전력사용량을 기반으로 수요전력을 예측하기 위한 모델을 설계하였다. 예측 모델 설계시, 시계열 데이터 예측에 우수한 RNN 기반의 LSTM 및 GRU 알고리즘과, 모델의 성능을 높이기 위해 날짜정보 및 1 분단위 기상정보(온도, 습도)를 고려한 다양한 형태의 모델을 정의하였고, 각 모델별 학습 및 예측결과를 비교, 검증하여 다양한 상황에 맞는 최적의 모델을 선정하였다. 이러한 연구결과를 바탕으로 오픈하드웨어와 엣지클라우드를 활용한 환경에서 최대수요전력 관리시스템의 각 기능요소들을 구현하여, 기존 최대수요전력 관리장치를 대체할 수 있음을 확인하였다.
The demand for electricity is increasing every year along with economic growth and changes of life quailty. But difficulties in power supply are gradually increasing due to the limitations of resources for power generation and environmental issues. In order to solve this problem, technology development for demand response and smart grid is emerged as a method for efficient usage of power energy. The demand controller is an equipment that aims to improve power energy efficiency and optimize cost by monitoring and controlling the maximum demand power within the demand time limit. The main functions of this equipment are as follows. x First, the power consumption measured through a power meter is monitored in real time to compare and determine the maximum demanded power against the target power. Second, it predicts the amount of power demand based on the past power consumption and power usage trends. Third, if there is a concern that the maximum power demand will exceed the target power based on the real-time monitored power consumption, and the predicted power demand, an alert is notified to the operator step by step. Fourth, the power load facility is automatically and manually controlled when necessary to improve power efficiency, such as exceeding the maximum demanded power compared to the target power. These functions meet the elements required in power energy management systems such as demand response and smart grids. However, the demand controller which is installed and operating recently has limitations such as high cost of equipment, the need for professional manpower for equipment operation, and lack of scalability of services that can only be serviced locally. In this paper, to resolve these problems, with using low-cost open hardware applied to edge computing working together with cloud computing, I propose a method that services the demand controller function that has real- time power consumption monitoring, power demand forecasting, step-by- step alarm, the load facility control xi
For the scalability of the service, we design the system architecture for the maximum demand power management by analyzing the characteristics of the edge cloud environment and the roles and services of each layer. and to lower the cost of equipment, the power meter was changed from a device that can measure power in seconds to a device that can measure power in minutes. As a result, a model was designed to predict the power demand based on the power consumption measured every minute. When designing a predictive model, various types of models were defined that considered the RNN-based LSTM and GRU algorithms excellent for predicting time series data. Also I considered that date information and meteorological information (temperature, humidity) per minute to improve the model''s performance. and the optimal model for various situations was selected by comparing and verifying the learning and prediction results for each model. Based on these research results, it was confirmed that each functional element of the maximum power demand management system can be implemented in an environment using open hardware and edge cloud to replace the existing the demand controller system.
I. 서론 1II. 이론적 배경 72.1 기존 최대수요전력 관리장치의 한계점 72.2 최대수요전력 관리를 위한 엣지클라우드 활용 방안 82.3 수요전력 예측 방안 9III. 연구방법 113.1 엣지클라우드 기반의 최대수요전력 관리시스템 구축 방안 113.1.1 엣지클라우드 레이어별 컴퓨팅 장비 및 서비스 123.1.2 최대수요전력 관리시스템의 데이터 흐름 133.1.3 최대수요전력 관리시스템 구축 환경 143.2 수요전력 예측 모델 설계 방안 153.2.1 데이터 수집 153.2.2 수요전력 예측 모델 알고리즘 153.3 연구내용 173.3.1 엣지클라우드 기반의 최대수요전력 관리시스템 설계 173.3.2 수요전력 예측 모델 설계 19IV. 연구결과 384.1 엣지클라우드 기반의 최대수요전력 관리시스템 384.2 수요전력 예측 모델 394.2.1 1 분 단위 전력사용량 예측 결과 394.2.2 5 분 단위 전력사용량 예측 결과 404.2.3 예측 모델 및 예측 결과 분석 42V. 결론 43참고 문헌 45Abstract 49감사의 글 52