Smoothing the Energy Consumption: Peak Demand Reduction in Smart Grid

Total Page:16

File Type:pdf, Size:1020Kb

Smoothing the Energy Consumption: Peak Demand Reduction in Smart Grid Smoothing the Energy Consumption: Peak Demand Reduction in Smart Grid Shaojie Tangy, Qiuyuan Huangz, Xiang-Yang Liy∗, Dapeng Wuz yDepartment of Computer Science, Illinois Institute of Technology, USA ∗School of Software, TNLIST, Tsinghua University zDepartment of Electrical & Computer Engineering, University of Florida Abstract—Assume that a set of Demand Response Switch In this work, we study two energy consumption schedule (DRS) devices are deployed in smart meters for autonomous problems. The first problem is Peak Demand Minimization demand side management within one house. The DRS devices problem. For this problem, we assume that all appliances or are able to sense and control the activity of each appliance. We propose a set of appliance scheduling algorithms to 1) minimize jobs must be scheduled within a given finite time duration. Our the peak power consumption under a fixed delay requirement, goal is to find an appliance scheduling strategy that will mini- and 2) minimize the delay under a fixed peak demand constraint. mize the peak demand while not violating the delay constraint. For both problems, we first prove that they are NP-Hard. Then Here the peak demand is defined as the largest power demand we propose a set of approximation algorithms with constant at any time instant. The other problem studied in this work is approximation ratios. We conduct extensive simulations using both real-life appliance energy consumption data trace and called Delay Minimization problem, which is a dual problem synthetic data to evaluate the performance of our algorithms. to the first one. Essentially, we assume that there is a pre- Extensive evaluations verify that the schedules obtained by our defined maximum peak demand constraint, and the objective is methods significantly reduce the peak demand or delay compared to design an appliance scheduling strategy that will minimize with naive greedy algorithm or randomized algorithm. the delay while not violating the peak demand constraint. We first prove that both problems are NP Hard. We further I. INTRODUCTION propose several approximation algorithms (MP algorithm for It was reported by U.S. Department of Energy in 2008 minimizing the peak demand, and MD1 and MD2 algorithms [25] that energy consumptions from buildings account for ap- for minimizing the delay) which can achieve constant approx- proximately 74% of the nation’s total electricity consumption. imation ratios on the performances. We then briefly discuss Unfortunately, due to inefficient energy consumption pattern in the online setting of energy consumption scheduling problem. most buildings, billions of dollars were wasted. To improve en- Under online setting, a simple yet efficient greedy algorithm ergy usage efficiency, two different approaches could be used: is proposed. This algorithm has a constant competitive ratio reducing consumption and shifting consumption [18]. Notice for online delay minimization problem. We conduct extensive that reducing consumption could be achieved through either evaluations to study the performances of our methods using more careful consumption behaviors or constructing more both real-life appliance energy consumption data trace and energy-efficient appliances. For example, we could encourage synthetic data. Extensive evaluations verify that the schedules people to use less energy consuming appliances. In this work, obtained by our methods significantly reduce the peak demand we are particularly interested at the second approach. As or delay compared with naive greedy algorithm or randomized a complimentary approach to the first one, we stress the algorithm. For example, MP algorithm achieves an average of importance of reducing peak demand through shifting heavy- more than 30% savings on peak power consumption compared load appliances to off-peak hours, which makes it easy for to the Greedy algorithm, both in small-scale and large-scale e- power generation to match the demand. valuations. MD1 and MD2 algorithms outperform the Greedy Energy consumption or load scheduling have been well algorithm by more than 50% and 40% savings on execution studied since thirty years ago [5], [9] [28]. However, recent time respectively. advancements in smart metering and smart grid infrastructure allow us to adopt fine-grained energy consumption scheduling. In this work, we aim at optimally scheduling the household or The paper is organized as follows. Section II and Sec- industry energy consumption in each appliance in order to re- tion III introduce the system model, motivation and problem duce the peak energy consumption or demand. We assume that formulation. Section IV and Section V describe our scheduling several appliances within one building access to one energy schemes for both peak demand minimization problem and resource. Each appliance is equipped with a Demand Response delay minimization problem. We investigate online setting Switch (DRS) device. The DRS devices are connected to the of both problems in Section VI. Extensive evaluation results power line and are able to communicate with each other. based on real data trace are reported in Section VII. We review The DRS devices will follow the optimal energy consumption related work in Section VIII and conclude the paper with some schedule to coordinate each appliance. future work directions in Section IX. II. SYSTEM MODEL III. PROBLEM FORMULATION We consider a discrete time system and a time period In this paper, we first study the Peak Demand Minimiza- [0;T ] during which n electrical jobs or appliance, J = tion Problem for peak demand reduction. We assume that fJ1;J2; ··· ;Jng, should be scheduled. Here T typically is time horizon is finite with duration T since users do not want 24 hours. We adopt similar notations used in [6] in the to delay their jobs forever. rest of this paper: the i-th job J has a demand profile D i i Problem 1 (Peak Demand Minimization Problem). Compute parameterized by (d ; τ ), where d denotes J ’s instantaneous i i i i starting time s for each job J to minimize the peak demand power consumption and τ represents its duration. When the i i n D . Then the optimization problem for minimizing peak job J is scheduled to start at time s , it specifies a power P eak i i demand during a finite horizon T > 0, is formulated as: consumption function: Problem: Peak Demand Minimization Scheduling Di(t) = di · I[si;si+τi](t); Objective: Minimize DP eak subject to: 8 where I[a;b](t) is a step function that has value 1 at the interval (1) D (t) = d I (t) > i i [si;si+τi] [a; b] 0 > n and elsewhere. We assume that the job cannot be <>(2) D(t) P D (t) = P d I (t) s , i i i=1 i [si;si+τi] interrupted once it starts. In general, the starting time i should (3) 0 ≤ s ≤ T − τ s d s d > i i satisfy ti ≤ si ≤ ti , where ti and ti represent the earliest > :(3) DP eak = max D(t) and latest starting time of the job. In this work, we aim at t2[0;T ] assigning each job Ji a starting time 0 ≤ si ≤ T − τi under We first show that even when all durations τn are equal, various constraints to reduce the peak demand. Consequently, finding an optimal schedule is still an NP-hard problem (i.e., under a given schedule, the total load on the network at time can be reduced to the Subset-Sum problem). instance t is Lemma 1. The Peak Demand Minimization Problem is NP- n n X X Hard. D(t) , Di(t) = di · I[si;si+τi](t): i=1 i=1 Proof: We will reduce our problem from the Subset-Sum Problem: Given a set of integers A = fI1; ··· ;Ing, determine We next reveal the motivations of this study by introducing whether there exists a subset Ac of numbers from A such that two widely adopted utility cost model. For each of those the sum of those numbers models, in order to reduce the utility cost, it is essential to find X X an energy consumption scheduling with small peak demand. Ii = Ii=2 I 2Ac I 2A Utility Cost Model I: Let C represent the utility cost from a i i group of appliances. In a demand based tariff for commercial Then given an input as listed above, we construct a peak energy customers [21], the utility cost is calculated by demand minimization problem as follows: In the constructed case, there are n jobs J1; ··· ;Jn each of which has identical C = pu · DT ot + pd · DP eak duration T=2. We assume the demand of each job di = Ii. We want to decide if there is a schedule with peak demand where D = max D(t) is the peak aggregate de- P P eak t2[0;T ] Ii=2, which clearly is the minimum. P Ii2A mand and DT ot = t2[0;T ] D(t) represents the total energy Clearly if there exists a subset of numbers from A such that consumption, pu the usage price, and pd the demand price. P P the sum of those numbers c I = I =2, we are Ii2A i Ii2A i Usually, pd is significantly higher than pu, e.g., in Pennsyl- able to find a scheduling with minimum height P I =2 Ii2A i vania, pd is 240 times pu [21]. The penalty for high peak by scheduling all jobs in Ac at time 0, and scheduling all power consumption is particularly significant, which motivates remained jobs at time T=2. On the other hand, if there exists research on reduction of peak power consumption. Clearly, a scheduling with height P I =2, we can pick those jobs Ii2A i given a fixed amount of total demands, the utility bill is that start from time 0 and the union of their demands must be minimized when the peak power consumption is minimized a feasible Ac.
Recommended publications
  • Bioenergy's Role in Balancing the Electricity Grid and Providing Storage Options – an EU Perspective
    Bioenergy's role in balancing the electricity grid and providing storage options – an EU perspective Front cover information panel IEA Bioenergy: Task 41P6: 2017: 01 Bioenergy's role in balancing the electricity grid and providing storage options – an EU perspective Antti Arasto, David Chiaramonti, Juha Kiviluoma, Eric van den Heuvel, Lars Waldheim, Kyriakos Maniatis, Kai Sipilä Copyright © 2017 IEA Bioenergy. All rights Reserved Published by IEA Bioenergy IEA Bioenergy, also known as the Technology Collaboration Programme (TCP) for a Programme of Research, Development and Demonstration on Bioenergy, functions within a Framework created by the International Energy Agency (IEA). Views, findings and publications of IEA Bioenergy do not necessarily represent the views or policies of the IEA Secretariat or of its individual Member countries. Foreword The global energy supply system is currently in transition from one that relies on polluting and depleting inputs to a system that relies on non-polluting and non-depleting inputs that are dominantly abundant and intermittent. Optimising the stability and cost-effectiveness of such a future system requires seamless integration and control of various energy inputs. The role of energy supply management is therefore expected to increase in the future to ensure that customers will continue to receive the desired quality of energy at the required time. The COP21 Paris Agreement gives momentum to renewables. The IPCC has reported that with current GHG emissions it will take 5 years before the carbon budget is used for +1,5C and 20 years for +2C. The IEA has recently published the Medium- Term Renewable Energy Market Report 2016, launched on 25.10.2016 in Singapore.
    [Show full text]
  • A New Era for Wind Power in the United States
    Chapter 3 Wind Vision: A New Era for Wind Power in the United States 1 Photo from iStock 7943575 1 This page is intentionally left blank 3 Impacts of the Wind Vision Summary Chapter 3 of the Wind Vision identifies and quantifies an array of impacts associated with continued deployment of wind energy. This 3 | Summary Chapter chapter provides a detailed accounting of the methods applied and results from this work. Costs, benefits, and other impacts are assessed for a future scenario that is consistent with economic modeling outcomes detailed in Chapter 1 of the Wind Vision, as well as exist- ing industry construction and manufacturing capacity, and past research. Impacts reported here are intended to facilitate informed discus- sions of the broad-based value of wind energy as part of the nation’s electricity future. The primary tool used to evaluate impacts is the National Renewable Energy Laboratory’s (NREL’s) Regional Energy Deployment System (ReEDS) model. ReEDS is a capacity expan- sion model that simulates the construction and operation of generation and transmission capacity to meet electricity demand. In addition to the ReEDS model, other methods are applied to analyze and quantify additional impacts. Modeling analysis is focused on the Wind Vision Study Scenario (referred to as the Study Scenario) and the Baseline Scenario. The Study Scenario is defined as wind penetration, as a share of annual end-use electricity demand, of 10% by 2020, 20% by 2030, and 35% by 2050. In contrast, the Baseline Scenario holds the installed capacity of wind constant at levels observed through year-end 2013.
    [Show full text]
  • Innovation Landscape for a Renewable-Powered Future: Solutions to Integrate Variable Renewables
    INNOVATION LANDSCAPE FOR A RENEWABLE-POWERED FUTURE: SOLUTIONS TO INTEGRATE VARIABLE RENEWABLES SUMMARY FOR POLICY MAKERS POLICY FOR SUMMARY INNOVATION LANDSCAPE FOR A RENEWABLE POWER FUTURE Copyright © IRENA 2019 Unless otherwise stated, material in this publication may be freely used, shared, copied, reproduced, printed and/or stored, provided that appropriate acknowledgement is given of IRENA as the source and copyright holder. Material in this publication that is attributed to third parties may be subject to separate terms of use and restrictions, and appropriate permissions from these third parties may need to be secured before any use of such material. Citation: IRENA (2019), Innovation landscape for a renewable-powered future: Solutions to integrate variable renewables. Summary for policy makers. International Renewable Energy Agency, Abu Dhabi. Disclaimer This publication and the material herein are provided “as is”. All reasonable precautions have been taken by IRENA to verify the reliability of the material in this publication. However, neither IRENA nor any of its officials, agents, data or other third-party content providers provides a warranty of any kind, either expressed or implied, and they accept no responsibility or liability for any consequence of use of the publication or material herein. The information contained herein does not necessarily represent the views of the Members of IRENA. The mention of specific companies or certain projects or products does not imply that they are endorsed or recommended by IRENA in preference to others of a similar nature that are not mentioned. The designations employed and the presentation of material herein do not imply the expression of any opinion on the part of IRENA concerning the legal status of any region, country, territory, city or area or of its authorities, or concerning the delimitation of frontiers or boundaries.
    [Show full text]
  • 2019 Clean Energy Plan
    2019 Clean Energy Plan A Brighter Energy Future for Michigan Solar Gardens power plant at This Clean Energy Plan charts Grand Valley State University. a course for Consumers Energy to embrace the opportunities and meet the challenges of a new era, while safely serving Michigan with affordable, reliable energy for decades to come. Executive Summary A New Energy Future for Michigan Consumers Energy is seizing a once-in-a-generation opportunity to redefine our company and to help reshape Michigan’s energy future. We’re viewing the world through a wider lens — considering how our decisions impact people, the planet and our state’s prosperity. At a time of unprecedented change in the energy industry, we’re uniquely positioned to act as a driving force for good and take the lead on what it means to run a clean and lean energy company. This Clean Energy Plan, filed under Michigan’s Integrated Resource Plan law, details our proposed strategy to meet customers’ long-term energy needs for years to come. We developed our plan by gathering input from a diverse group of key stakeholders to build a deeper understanding of our shared goals and modeling a variety of future scenarios. Our Clean Energy Plan aligns with our Triple Bottom Line strategy (people, planet, prosperity). By 2040, we plan to: • End coal use to generate electricity. • Reduce carbon emissions by 90 percent from 2005 levels. • Meet customers’ needs with 90 percent clean energy resources. Consumers Energy 2019 Clean Energy Plan • Executive Summary • 2 The Process Integrated Resource Planning Process We developed the Clean Energy Plan for 2019–2040 considering people, the planet and Identify Goals Load Forecast Existing Resources Michigan’s prosperity by modeling a variety of assumptions, such as market prices, energy Determine Need for New Resources demand and levels of clean energy resources (wind, solar, batteries and energy waste Supply Transmission and Distribution Demand reduction).
    [Show full text]
  • Electric Power Grid Modernization Trends, Challenges, and Opportunities
    Electric Power Grid Modernization Trends, Challenges, and Opportunities Michael I. Henderson, Damir Novosel, and Mariesa L. Crow November 2017. This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 United States License. Background The traditional electric power grid connected large central generating stations through a high- voltage (HV) transmission system to a distribution system that directly fed customer demand. Generating stations consisted primarily of steam stations that used fossil fuels and hydro turbines that turned high inertia turbines to produce electricity. The transmission system grew from local and regional grids into a large interconnected network that was managed by coordinated operating and planning procedures. Peak demand and energy consumption grew at predictable rates, and technology evolved in a relatively well-defined operational and regulatory environment. Ove the last hundred years, there have been considerable technological advances for the bulk power grid. The power grid has been continually updated with new technologies including increased efficient and environmentally friendly generating sources higher voltage equipment power electronics in the form of HV direct current (HVdc) and flexible alternating current transmission systems (FACTS) advancements in computerized monitoring, protection, control, and grid management techniques for planning, real-time operations, and maintenance methods of demand response and energy-efficient load management. The rate of change in the electric power industry continues to accelerate annually. Drivers for Change Public policies, economics, and technological innovations are driving the rapid rate of change in the electric power system. The power system advances toward the goal of supplying reliable electricity from increasingly clean and inexpensive resources. The electrical power system has transitioned to the new two-way power flow system with a fast rate and continues to move forward (Figure 1).
    [Show full text]
  • Electricity Market Report July 2021 INTERNATIONAL ENERGY AGENCY
    Electricity Market Report July 2021 INTERNATIONAL ENERGY AGENCY The IEA examines the full spectrum of IEA member countries: Spain energy issues including oil, gas and Australia Sweden coal supply and demand, renewable Austria Switzerland energy technologies, electricity Belgium Turkey markets, energy efficiency, access to Canada United Kingdom energy, demand side management Czech Republic United States and much more. Through its work, the Denmark IEA advocates policies that will Estonia IEA association countries: enhance the reliability, affordability Finland Brazil and sustainability of energy in its 30 France China member countries, 8 association Germany India countries and beyond. Greece Indonesia Hungary Morocco Please note that this publication is Ireland Singapore subject to specific restrictions that Italy South Africa limit its use and distribution. The Japan Thailand terms and conditions are available Korea online at www.iea.org/t&c/ Luxembourg Mexico This publication and any map included herein are Netherlands without prejudice to the status of or sovereignty New Zealand over any territory, to the delimitation of international frontiers and boundaries and to the Norway name of any territory, city or area. Poland Portugal Slovak Republic Source: IEA. All rights reserved. International Energy Agency Website: www.iea.org Electricity Market Report – July 2021 Abstract Abstract When the IEA published its first Electricity Market Report in December 2020, large parts of the world were in the midst of the Covid-19 pandemic and its resulting lockdowns. Half a year later, electricity demand around the world is rebounding or even exceeding pre-pandemic levels, especially in emerging and developing economies. But the situation remains volatile, with Covid-19 still causing disruptions.
    [Show full text]
  • Power Trends 2019: Reliability and a Greener Grid
    THE NEW YORK ISO ANNUAL GRID & MARKETS REPORT Reliability and a Greener Grid Power Trends 2019 New York Independent System Operator THE NEW YORK INDEPENDENT SYSTEM OPERATOR (NYISO) is a not-for-profit corporation responsible for operating the state’s bulk electricity grid, administering New York’s competitive wholesale electricity markets, conducting comprehensive long-term planning for the state’s electric power system, and advancing the technological infrastructure of the electric system serving the Empire State. FOR MORE INFORMATION, VISIT: www.nyiso.com/power-trends FOLLOW US: twitter.com/NewYorkISO linkedin.com/company/nyiso © COPYRIGHT 2019 NEW YORK INDEPENDENT SYSTEM OPERATOR, INC. Permission to use for fair use purposes, such as educational, political, public policy or news coverage, is granted. Proper attribution is required: “Power Trends 2019, published by the New York Independent System Operator.” All rights expressly reserved. From the CEO Welcome to the 2019 edition of Power Trends, the New York Independent System Operator’s (NYISO) annual state of the grid and markets report. This report provides the facts and analysis necessary to understand the many factors shaping New York’s complex electric system. Power Trends is a critical element in fulfilling the NYISO’s mission ROBERT FERNANDEZ as the authoritative source of information on New York’s wholesale electric markets and bulk power system. This report provides relevant Power Trends 2019 data and unbiased analysis that is key to understanding the current electric system and essential when contemplating its future. will provide policymakers, stakeholders and market participants with the NYISO’s perspective on the electric system as public policy initiatives accelerate change.
    [Show full text]
  • United Republic of Tanzania
    United Republic of Tanzania POWER SYSTEM MASTER PLAN 2012 UPDATE Produced by: Ministry of Energy and Minerals May 2013 LIST OF ABBREVIATIONS AfDB African Development Bank BoT Bank of Tanzania CCM Chama Cha Mapinduzi COSS Cost of Service Study DSM Demand-side Management EAPMP East Africa Power Master Plan EEPCo Ethiopia Electric Power Company EPC Engineering, Procurement and Construction Contract ERT Energizing Rural Transformation ESKOM Electricity Supply Company (RSA) EWURA Energy and Water Utilities Regulatory Authority FYDP Five Years Development Plan GoT Government of the United Republic of Tanzania GWh Gigawatt-hours = 1,000,000,000 watt-hours GWh Gigawatt-hours = 1,000,000,000 watt-hours IDC Interest During Construction IPP Independent Power Producer IPTL Independent Power Tanzania Limited KPLC Kenya Power and Lighting Company kWh Kilowatt-hours = 1,000 watt-hours LTPP Long Term Plan Perspective MCA-T Millennium Challenge Account Tanzania MEM Ministry of Energy and Minerals MKUKUTA Mkakati wa Kukuza Uchumi na Kupunguza Umasikini Tanzania MKUZA Mkakati wa Kukuza Uchumi Zanzibar MoF Ministry of Finance MPEE Ministry of Planning, Economy and Empowerment MPIP Medium-Term Public Investment Plan MVA Mega Volt Ampere MVAr Mega Volt Ampere Reactive MW Megawatt = 1000,000 watts MWh Megawatt-hours = 1,000,000 watt-hours NBS National Bureau of Statistics NDC National Development Corporation NGO Non-Governmental Organisations POPC President‘s Office Planning Commission PPA Power Purchase Agreement i PPP Public Private Partnership PSMP Power System Master Plan R&D Research and Development REA Rural Energy Agency REB Rural Energy Board REF Rural Energy Fund SADC Southern African Development Community SAPP South African Power Pool SEZ Special Economic Zone SME Small and Medium Enterprises SNC SNC-Lavalin International Inc.
    [Show full text]
  • Strategies for Plug-In Electric Vehicle-To-Grid (V2G) and Photovoltaics (PV) for Peak Demand Reduction in Urban Regions in a Smart Grid Environment
    Chapter 7 Strategies for Plug-in Electric Vehicle-to-Grid (V2G) and Photovoltaics (PV) for Peak Demand Reduction in Urban Regions in a Smart Grid Environment Ricardo Rüther, Luiz Carlos Pereira Junior, Alice Helena Bittencourt, Lukas Drude and Isis Portolan dos Santos Abstract The strategy of using Plug-in Electric Vehicles (PEVs) for vehicle-to- grid (V2G) energy transfer in a smart grid environment can offer grid support to distribution utilities, and opens a new revenue opportunity for PEV owners. V2G has the potential of reducing grid operation costs in demand-constrained urban feeders where peak-electricity prices are high. Photovoltaic (PV) solar energy con- version can also assist urban distribution grids in shaving energy demand peaks when and where there is a good match between the solar irradiation resource availability and electricity demands. This is particularly relevant in urban areas, where air-conditioning is the predominant load, and on-site generation a wel- come resource. Building-integrated photovoltaics (BIPV) plus short-term storage can offer additional grid support in the early evening, when solar irradiation is no longer available, but loads peak. When PEVs become a widespread technology, they will represent new electrical energy demands for generation, transmission and R. Rüther () · L.C.P. Junior · A.H. Bittencourt Grupo de Pesquisa Estratégica em Energia Solar, Universidade Federal de Santa Catarina, Caixa Postal 476, Florianópolis, SC 88040-900, Brazil e-mail: [email protected] L.C.P. Junior e-mail: [email protected] A.H. Bittencourt e-mail: [email protected] L. Drude Universität Paderborn, Warburger Straße 100, 33098 Paderborn, Germany e-mail: [email protected] I.P.
    [Show full text]
  • Chapter 10, Peak Demand and Time-Differentiated Energy
    Chapter 10: Peak Demand and Time-Differentiated Energy Savings Cross-Cutting Protocols Frank Stern, Navigant Consulting Subcontract Report NREL/SR-7A30-53827 April 2013 Chapter 10 – Table of Contents 1 Introduction .............................................................................................................................2 2 Purpose of Peak Demand and Time-differentiated Energy Savings .......................................3 3 Key Concepts ..........................................................................................................................5 4 Methods of Determining Peak Demand and Time-Differentiated Energy Impacts ...............7 4.1 Engineering Algorithms ................................................................................................... 7 4.2 Hourly Building Simulation Modeling ............................................................................ 7 4.3 Billing Data Analysis ....................................................................................................... 8 4.4 Interval Metered Data Analysis ....................................................................................... 8 4.5 End-Use Metered Data Analysis ...................................................................................... 8 4.6 Survey Data on Hours of Use .......................................................................................... 9 4.7 Combined Approaches ..................................................................................................... 9
    [Show full text]
  • An Optimization Based Power Usage Scheduling Strategy Using Photovoltaic-Battery System for Demand-Side Management in Smart Grid
    energies Article An Optimization Based Power Usage Scheduling Strategy Using Photovoltaic-Battery System for Demand-Side Management in Smart Grid Sajjad Ali 1,2 , Imran Khan 3 , Sadaqat Jan 4 and Ghulam Hafeez 3,5,* 1 Department of Telecommunication Engineering, University of Engineering and Technology, Peshawar 25000, Pakistan; [email protected] 2 Department of Telecommunication Engineering, University of Engineering and Technology, Mardan 23200, Pakistan 3 Department of Electrical Engineering, University of Engineering and Technology, Mardan 23200, Pakistan; [email protected] 4 Department of Computer Software Engineering, University of Engineering and Technology, Mardan 23200, Pakistan; [email protected] 5 Department of Electrical and Computer Engineering, COMSATS University Islamabad, Islamabad 44000, Pakistan * Correspondence: [email protected] or [email protected]; Tel.: +92-300-5003574 or +92-348-8818497 Abstract: Due to rapid population growth, technology, and economic development, electricity demand is rising, causing a gap between energy production and demand. With the emergence of the smart grid, residents can schedule their energy usage in response to the Demand Response (DR) program offered by a utility company to cope with the gap between demand and supply. This work first proposes a novel optimization-based energy management framework that adapts Citation: An Optimization Based consumer power usage patterns using real-time pricing signals and generation from utility and Power Usage Scheduling Strategy photovoltaic-battery systems to minimize electricity cost, to reduce carbon emission, and to mitigate Using Photovoltaic-Battery System peak power consumption subjected to alleviating rebound peak generation. Secondly, a Hybrid for Demand-Side Management in Genetic Ant Colony Optimization (HGACO) algorithm is proposed to solve the complete scheduling Smart Grid.
    [Show full text]
  • HARNESSING HYDROPOWER the Earth’S Natural Resource
    HARNESSING HYDROPOWER The Earth’s Natural Resource WESTERN AREA POWER ADMINISTRATION DAM AND HYDRO POWERPLANT SWITCHYARD INDEPENDENT POWER PRODUCER ELECTRIC COOP-OWNED OR OR INVESTOR-OWNED UTILITY MUNICIPAL UTILITY-OWNED GENERATION GENERATION HIGH-VOLTAGE TRANSMISSION DISTRIBUTION UTILITY SUBSTATION FARM HOME SMALL BUSINESS HOW ELECTRICITY REACHES YOU The hydropower system begins at a dam, where the powerplant converts the force of flowing water into electricity. Transmission lines carry electricity from the dam to a switchyard, which increases voltage for transmission across the country. Electricity is delivered to local utilities at substations, which decrease voltage for safe distribution to homes and businesses in cities, towns and rural areas. It provides light, runs electric motors, computers and appliances, and operates pumps to irrigate crops, using the same water originally used to generate that power. INTRODUCTION he growth of civilization has been linked to our ability to capture and use the force of flowing water to our benefit. Power from rushing water was first harnessed to process T food and provide energy for factories and plants. Over time that water power also became useful for efficient hydroelectric generation. Because the fuel for hydropower is supplied by nature’s own self-renewing hydrologic cycle—rain and snow filling the rivers, rivers rushing to the seas and water evaporating again to form clouds—it is an environmentally clean, renewable and economical energy source. Today hydroelectric plants use water power to produce seven percent of the nation’s electrical supply. HISTORY OF HYDROPOWER The water-driven machine is an ancient invention. In fact, the water- wheel was the first application of power- driven machinery.
    [Show full text]