Data, Controls, and Optimization:

Size: px
Start display at page:

Download "Data, Controls, and Optimization:"

Transcription

1 Data, Controls, and Optimization: Studies in Building Energy Management Scott Moura Assistant Professor ecal Director Civil & Environmental Engineering University of California, Berkeley Center for the Built Environment Brown Bag Lunch Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 1

2 Contributors to this Talk... UCB Students UCB Post-docs Visiting Ph.D. Visiting Scholar Colleagues Eric Burger Xiaosong Hu Chao Sun [Beijing Inst. of Tech.] Xiaohua Wu [Xihua University] Fengchun Sun [Beijing Inst. Tech.], Jae Wan Park [UC Davis] Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 2

3 Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 3

4 Vision for Future Energy Infrastructure Energy Resources and Generation Transmission & Distribution Building Systems Exhaustible Resources Distributed Generation Electrified Transportation Energy Storage Renewable Resources Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 4

5 Cyber Physical Systems Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 5

6 Outline 1 Forecasting Building Electric Demand 2 Residential Buildings with Solar & Storage 3 Integrating PEV Energy Storage with Buildings 4 Open Thoughts & Shameless Advertisements Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 6

7 The Electricity Demand Forecasting Problem Needs: A generalized framework for forecasting electricity across a diversity of buildings, with only hourly consumption and meteorological data Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 7

8 The Electricity Demand Forecasting Problem Needs: A generalized framework for forecasting electricity across a diversity of buildings, with only hourly consumption and meteorological data Reality: Buildings are highly diverse in design, size, type, use, etc. Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 7

9 The Electricity Demand Forecasting Problem Needs: A generalized framework for forecasting electricity across a diversity of buildings, with only hourly consumption and meteorological data Reality: Buildings are highly diverse in design, size, type, use, etc. Some Motivating Facts Emit Consume 48% of carbon emissions 39% of total energy 71% of electricity 54% of natural gas Netflix Prize 1M USD Award for Best Algorithm Predict Subscriber Movie Ratings (1 to 5 stars) Competing algorithms converged on similar concepts Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 7

10 The Electricity Demand Forecasting Problem Needs: A generalized framework for forecasting electricity across a diversity of buildings, with only hourly consumption and meteorological data Reality: Buildings are highly diverse in design, size, type, use, etc. Some Motivating Facts Emit Consume 48% of carbon emissions 39% of total energy 71% of electricity 54% of natural gas Netflix Prize 1M USD Award for Best Algorithm Predict Subscriber Movie Ratings (1 to 5 stars) Competing algorithms converged on similar concepts Punchline Apply lessons from open competition to building electricity forecasting Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 7

11 Electricity Demand Forecasting Power Demand (kw) Actual Demand 6 Hour Forecast 60 8/6/13 0h 8/6/13 12h 8/7/13 0h 8/7/13 12h 8/8/13 0h 8/8/13 12h Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 8

12 Stacked Ensemble Learning inspired by Netflix prize Suppose you have already constructed M forecasting models, with prediction output ŷ s R m, s = 1,, M. Consider a weighted sum of these models M ŷ Σ = θ s ŷ s with θ s R the weighting coefficient of sub-model s, for s = 1,, M. s=1 Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 9

13 Regression Employ Least Squares with L 2 regularization (a.k.a. Ridge regression for scikit-learn users) to learn weights θ s for s = 1,, M min θ ( N y i i=1 ) 2 M M θ s ŷ s,i + λ s=1 s=1 θ 2 s θ s R : weights for sub-model s, θ = [θ s ] s=1,,m y i R m : i th observed electricity demand ŷ s,i R m : i th predicted electricity demand for sub-model s i = 1,, N : where N is the number of data samples λ : Weight for regularization penalty Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 10

14 Regression Employ Least Squares with L 2 regularization (a.k.a. Ridge regression for scikit-learn users) to learn weights θ s for s = 1,, M min θ ( N y i i=1 ) 2 M M θ s ŷ s,i + λ s=1 s=1 θ 2 s θ s R : weights for sub-model s, θ = [θ s ] s=1,,m y i R m : i th observed electricity demand ŷ s,i R m : i th predicted electricity demand for sub-model s i = 1,, N : where N is the number of data samples λ : Weight for regularization penalty Consider fitting a model of Wurster on July 15 and September 15. Will the results be different? Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 10

15 Online/Real-time Regression Answer: YES! Building behavior evolves over time! So should the models! Compute time-varying weights using a retrospective moving horizon optimization min θ t ( T y t i i=1 ) 2 M M θ t,s ŷ s,t i + λ s=1 s=1 θ 2 t,s θ t,s R : weights at time-step t, for sub-model s, θ t = [θ t,s ] s=1,,m y t i R m : observed electricity demand at time step t i ŷ s,t i R m : predicted electricity demand for sub-model s, at time step t i i = 1,, T : where T is the length of the retrospective time horizon λ : Weight for regularization penalty Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 11

16 Electricity Demand Forecasting Train (offline): 8 buildings w/ 8 models each; data from 1/2013 to 6/2014 Test (online): Generate 6 hour forecasts; data from 7/2014 to 12/2014 MAPE = 100% 1 N N y i ŷ i,σ i=1 y i Birge Davis East Asian Library Hearst Mining Dwinelle Offices Sproul University Wheeler Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 12

17 Electricity Demand Forecasting Dwinelle Offices Actual Demand Ensemble Forecast, ŷ Σ,t Power Demand (kw) /5/13 12h 8/6/13 0h 8/6/13 12h 8/7/13 0h 8/7/13 12h Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 13

18 Electricity Demand Forecasting Time-Varying θ t,s Ridge Weights k-nn Weights θ 0.2 t,5 0.1 θ t,6 0.0 θ t,7 0.1 θ 0.2 t, /2013 8/2013 9/ / /2013 θ t,1 θ t,2 θ t,3 θ t,4 Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 14

19 Outline 1 Forecasting Building Electric Demand 2 Residential Buildings with Solar & Storage 3 Integrating PEV Energy Storage with Buildings 4 Open Thoughts & Shameless Advertisements Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 15

20 Solar+Storage - An Emergent Market Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 16

21 The Building Solar+Storage Problem Needs: Optimally manage energy flow between loads, solar, and storage. Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 17

22 The Building Solar+Storage Problem Needs: Optimally manage energy flow between loads, solar, and storage. Reality: Current controls are mostly heuristic - no models, no data. Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 17

23 The Building Solar+Storage Problem Needs: Optimally manage energy flow between loads, solar, and storage. Reality: Current controls are mostly heuristic - no models, no data. Some Motivating Facts Policy 50% renewables in CA by 2030, 100% in Hawaii by 2045 Climate 2011 Tsunami in Japan energy security and reliability Costs Li-ion battery pack costs decreasing toward 350 USD/kWh Data Over 50M (43%) of US homes have smart meters Hybrid Vehicles Photovoltaics/Grid Engine Home Demand Driver Power Demand Battery Storage Battery Storage Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 17

24 The Building Solar+Storage Problem Needs: Optimally manage energy flow between loads, solar, and storage. Reality: Current controls are mostly heuristic - no models, no data. Some Motivating Facts Policy 50% renewables in CA by 2030, 100% in Hawaii by 2045 Climate 2011 Tsunami in Japan energy security and reliability Costs Li-ion battery pack costs decreasing toward 350 USD/kWh Data Over 50M (43%) of US homes have smart meters Hybrid Vehicles Photovoltaics/Grid Engine Home Demand Driver Power Demand Battery Storage Battery Storage Punchline Apply & Extend 10 years of HEV Energy Management Control Research to Building Solar+Storage Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 17

25 Features of Published Energy Management Frameworks for Buildings Features [1] [2] [3] [4] [5] [6] [7] Our Paper Problem Formulation Lin Lin? Lin NL? Lin Lin thermal circuit Solver LP DP MILP GA MILP MILP LP? DP Battery Model Lin Lin (Int) Model Predictive Control Load Forecast Sensitivity on Load Forecast Error PV Generation Forecast Carbon Emission Reduction Gauss Noise Gauss Noise Lin Lin (Int) Lin (Int) Lin (Int) Lin (Int) Known Known Known Known Y (ANN) Known Y? Gauss Y (ANN) Known Battery Aging Y Y Y Blank = feature not used or not mentioned Y NL NL Y Y Y (API) Y WattTime Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 18

26 Residential Buildings with Solar & Storage Photovoltaic Arrays Cloud with information, algorithms... Load Demand Controller & Converters Utility Grid (a) Battery Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 19

27 Predictive Controller with Load/Weather Forecasting S T Hour of P day dem Day of Week PV Model P PV Load Forecaster P dem Predic0ve Controller P bab SOC Smart Home ngrid Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 20

28 Single-Family Home Energy Patterns in LA ElectricityiLoadiHkWY HourlyiLoad DailyiLoad MonthlyiLoad YeariAverage Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Month Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 21

29 Single-Family Home Energy Patterns in LA Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 21

30 Single-Family Home Energy Patterns in LA LoadLvs.LTemp FitLResult WeeklyLAverageLLoadL(kW) Noise WeeklyLAverageLTemperatureL( C) Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 21

31 Artificial Neural Network (ANN) X T a D w T d L h H(X,C,σ) w w w Future load demand. Y=P dem Input Layer Hidden Layer Output Layer Y = f ANN (X), X = [T a, D w, T d, L h ], Y = [P dem,k+1,, P dem,k+m ] Y = f ANN (X) = N a i H i ( X C i ) i=1 H i ( X C i ) = exp [ 1 ] 2σ X C 2 i 2 i Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 22

32 Short-term Forecast of Home Load 30 ba)-1 30 bb)-1 C AirATemperautreAonA AirATemperautreAonA LoadAbkW) ba)-2 RealALoad ForecastAL HourAofADayAonA Tuesday Hour of Day on Friday Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 23

33 Short-term Forecast of Home Load EmpiricaltCDF 1 0y8 0y6 0y4 0y2 haa RMSEtcdftoftLAtData RMSEtcdftoftBerkeleytData AveragetRMSE 0 0 0y2 0y4 0y6 0y8 1 1y2 RMSE 0y52 0y49 0y46 0y43 hba 0y InputtHistoricaltLoadtLength Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 23

34 Cloud-Enabled Control S T Hour of P day dem Day of Week PV Model P PV Load Forecaster P dem Predic0ve Controller P bab SOC Smart Home ngrid Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 24

35 Battery and Photovoltaic Cell Models battery d dt SOC(t) = I batt(t) Q, P batt (t) = V oc I batt (t) I 2 batt(t)r in, (a) OCV-R photovoltaics V d = V cell + I pv R s, [ ] I = I sc I s e ( qv d AkTpv(t) ) 1 ( ) 3 Tpv (t) I s = I s,r e T r qe bg Ak V d, R p ( 1 1 Tr Tpv(t) ), I sc = [I sc,r + K I (T pv (t) T r )] S pv(t) 1000, P pv (t) = n cell V cell (t)i(t) X. Hu, S. Li, and H. Peng, A comparative study of equivalent circuit models for Li-ion batteries, (b) Journal OCV-R-RC of Power Sources, vol. 198, pp , S I sc + V d (c) Impedance - R p R s I + V cell G. Vachtsevanos and K. Kalaitzakis, A hybrid photovoltaic simulator for utility interactive studies, IEEE Transactions on Energy Conversion, no. 2, pp , Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 25 -

36 Internet-based Data Feeds S T Hour of P day dem Day of Week PV Model P PV Load Forecaster P dem Predic0ve Controller P bab SOC Smart Home ngrid Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 26

37 Internet-based Data Feeds Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 26

38 Internet-based Data Feeds Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 26

39 Cloud-Enabled Control S T Hour of P day dem Day of Week PV Model P PV Load Forecaster P dem Predic0ve Controller P bab SOC Smart Home ngrid Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 27

40 Nonlinear MPC Formulation (k+hp) t min J k = [λ 1 ElecPrice(t)P grid (t) + λ 2 CO 2 (t)p grid (t)] 2 dt, k t Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 28

41 Nonlinear MPC Formulation (k+hp) t min J k = [λ 1 ElecPrice(t)P grid (t) + λ 2 CO 2 (t)p grid (t)] 2 dt, k t s. to SOC= I batt Q, 0=V oc I batt I 2 batt R in P batt, [Battery] 0 = h PV (P pv, S, T), [Photovoltaic] 0 = P grid + η dd η da P pv + η da P batt P dem, [Pwr Balance] Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 28

42 Nonlinear MPC Formulation (k+hp) t min J k = [λ 1 ElecPrice(t)P grid (t) + λ 2 CO 2 (t)p grid (t)] 2 dt, k t s. to SOC= I batt Q, 0=V oc I batt I 2 batt R in P batt, [Battery] 0 = h PV (P pv, S, T), [Photovoltaic] 0 = P grid + η dd η da P pv + η da P batt P dem, [Pwr Balance] SOC min SOC SOC max, I min batt I batt I max batt, P min batt P batt P max batt, P min grid P grid P max grid, Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 28

43 Nonlinear MPC Formulation (k+hp) t min J k = [λ 1 ElecPrice(t)P grid (t) + λ 2 CO 2 (t)p grid (t)] 2 dt, k t s. to SOC= I batt Q, 0=V oc I batt I 2 batt R in P batt, [Battery] 0 = h PV (P pv, S, T), [Photovoltaic] 0 = P grid + η dd η da P pv + η da P batt P dem, [Pwr Balance] SOC min SOC SOC max, I min batt I batt I max batt, P min batt P batt P max batt, P min grid P grid P max grid, ˆd ((k + n) t)=f forecast (d(k t),, d((k H h ) t)), n = 1,, H p Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 28

44 Nonlinear MPC Formulation (k+hp) t min J k = [λ 1 ElecPrice(t)P grid (t) + λ 2 CO 2 (t)p grid (t)] 2 dt, k t s. to SOC= I batt Q, 0=V oc I batt I 2 batt R in P batt, [Battery] 0 = h PV (P pv, S, T), [Photovoltaic] 0 = P grid + η dd η da P pv + η da P batt P dem, [Pwr Balance] SOC min SOC SOC max, I min batt I batt I max batt, P min batt P batt P max batt, P min grid P grid P max grid, ˆd ((k + n) t)=f forecast (d(k t),, d((k H h ) t)), n = 1,, H p state = SOC, control = P grid, disturbance = [P dem, S pv, T pv ] T t = 1 hr, H p = 6 hrs, H h = 6 hrs Solved via Dynamic Programming Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 28

45 Model Predictive Control w/ Cloud-enabled Forecasts Power7ykWG Load7Demand PV7Power Battery7Power Grid7Power SOC Cents&kWh 1 0f8 0f6 0f Electric7Rate7from7PGVE Monf Tuef Wedf Thuf Frif Satf Sunf Optimize for Grid Electricity Cost Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 29

46 Model Predictive Control w/ Cloud-enabled Forecasts PowergGkWb LoadgDemand PVgPower BatterygPower GridgPower SOC kg/kwh 1 0I8 0I6 0I4 0I55 CarbongEmissiongfromgCAISO 0I5 0I45 0I4 MonI TueI WedI ThuI FriI SatI SunI Optimize for Marginal CO 2 Produced from Power Plants Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 29

47 Load Forecasting - how accurate is accurate enough? NormalizediCostip)U DPiOptimal UniformiDistribution RBF NNiResult LoadiDemandiForecastiRMSE (kw) Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 30

48 Battery Health Aware (k+hp) t min J k = [λ ElecPrice(u, t) + (1 λ) Q loss (u)] 2 dt k t Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 31

49 Battery Health Aware Monthly Battery Capacity Loss (%) Utopia λ=1, Electric Cost Emphasis λ=0.89 λ=0.45 Battery Health Emphasis, λ= Monthly Electric Cost (USD) Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 31

50 Battery Health Aware Cell C rate (a) λ=1 λ=0.83 λ=0 Cumulative Grid Power (kw) (b) λ=1 λ=0.83 λ= Battery SOC 0 Off peak On peak Period C. Sun, F. Sun, S. J. Moura, Cloud Enabled Predictive Energy Management of a PV-Battery Smart Home Nanogrid in review. Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 31

51 Smart Home Demonstration UC Davis Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 32

52 Smart Home Demonstration UC Davis Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 32

53 Outline 1 Forecasting Building Electric Demand 2 Residential Buildings with Solar & Storage 3 Integrating PEV Energy Storage with Buildings 4 Open Thoughts & Shameless Advertisements Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 33

54 Stochastic PEV Energy Storage X. Wu, X. Hu, X. Yin, S. J. Moura, Stochastic Optimal Energy Management of Smart Home with PEV Energy Storage in review. Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 34

55 PEV-Home Nanogrid Operating Modes A) Household Electricity Demand B) Household Electricity Demand PEV Battery Utility Grid PEV Battery Utility Grid C) Household Electricity Demand D) Household Electricity Demand PEV Battery Utility Grid PEV Battery Utility Grid Renewable Energy A) Grid-to-Vehicle (G2V); B) Vehicle-to-Home (V2H); C) Vehicle-to-Grid (V2G); D) V2G w/ PV Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 35

56 Stochastic Mobility Needs Probability SOC at Plug out Time SOC at Plug in Time Transition Probability [%] plug-out time plug-in time 0 00:00 04:00 08:00 12:00 16:00 20:00 24:00 Time of Day Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 36

57 Stochastic Dynamic Programming Results 1 SOC Power[kW] Cost[cents] V2G V2H G2V No PEV 00:00 04:00 08:00 12:00 16:00 20:00 24:00 Time of Day X. Wu, X. Hu, X. Yin, S. J. Moura, Stochastic Optimal Energy Management of Smart Home with PEV Energy Storage in review. Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 37

58 Stochastic Dynamic Programming Results No PEV V2G V2H G2V Cost(cents) Summer Weekdays X. Wu, X. Hu, X. Yin, S. J. Moura, Stochastic Optimal Energy Management of Smart Home with PEV Energy Storage in review. Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 37

59 Outline 1 Forecasting Building Electric Demand 2 Residential Buildings with Solar & Storage 3 Integrating PEV Energy Storage with Buildings 4 Open Thoughts & Shameless Advertisements Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 38

60 Explicit Consideration of Occupant Comfort + Cost Challenge: How to quantify and learn occupant comfort? (a) Electricity Cost (b) Occupant Comfort Performance + Sensor Radio S, x, u Occupant Survey Microcontroller Plant Dynamics, e.g. 3 room bldg x[t] u[t] Control Algorithm Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 39

61 CE 186 DESIGN OF CYBER-PHYSICAL SYSTEMS Fall 2015 in Jacobs Hall (NEW!) Project-based Course on H/W, S/W and Energy Fleet of escooters Indoor environmental sensing node Smart refrigerator Learn hardware, software, algorithms, big data, cloud-based computing Topics Include: Energy Management and Power Systems Vehicle-to-Grid and Battery Models Internet-based Systems Data Collection and Analysis Berkeley Energy and Climate Lectures Curriculum Innovation Award Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 40

62 Sample Course Projects (S14/S15): Grey-box Model for a Single Room System Identification Temperature Prediction and Optimization Model for Night Flushing Development of a Stochastic Model to Predict Office Plug Load Profiles and Energy Consumption Home Energy Disaggregation Optimal Energy Control in an Residential Building Predictive Energy Demand Side Management for a Residential Photovoltaic and Battery Solution Energy Management in Commercial Buildings Building Materials for Decreased Boundary Losses to Ambient Environment Optimal Refrigeration Control for Soda Vending Machines Empirical Estimation of Electrified Heating Load Curves using Daily Natural Gas Consumption Data CE 295 ENERGY SYSTEMS & CONTROL SOC(t) ˆ = 1 Q I(t)+ (V (t) ˆV (t)) ˆV (t) = OCV ( SOC)+RI(t) ˆ min J = u NX k=0 cfuel(xk,uk)+celec(xk,uk) V (t) = 1 2 xt Qx V (t) apple cv (t) Topics Include: Energy Storage & Renewables Electrified Transportation & Bldg Energy Streaming data analytics Optimal control Spring 2016: 3 units Prof. Scott Moura Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 41

63 VISIT US! Energy, Controls, and Applications Lab (ecal) ecal.berkeley.edu Scott Moura ecal Data, Controls, and Optimization October 19, 2015 Slide 42

Introduction. TBSI Opening Ceremony. Scott Moura

Introduction. TBSI Opening Ceremony. Scott Moura Introduction TBSI Opening Ceremony Scott Moura Assistant Professor ecal Director Tsinghua Berkeley Shenzhen Institute Civil & Environmental Engineering University of California, Berkeley TBSI Opening Ceremony

More information

Data Enabled Predictive Energy Management of a PV-Battery Smart Home Nanogrid

Data Enabled Predictive Energy Management of a PV-Battery Smart Home Nanogrid Data Enabled Predictive Energy Management of a PV-Battery Smart Home Nanogrid Chao Sun, Fengchun Sun, and Scott J. Moura Abstract This paper proposes a data-enabled predictive energy management strategy

More information

Energy Scheduling for a Smart Home Applying Stochastic Model Predictive Control

Energy Scheduling for a Smart Home Applying Stochastic Model Predictive Control The Holcombe Department of Electrical and Computer Engineering Clemson University, Clemson, SC, USA Energy Scheduling for a Smart Home Applying Stochastic Model Predictive Control Mehdi Rahmani-andebili

More information

Optimal Design of Hybrid Energy System with PV/ Wind Turbine/ Storage: A Case Study

Optimal Design of Hybrid Energy System with PV/ Wind Turbine/ Storage: A Case Study Optimal Design of Hybrid Energy System with PV/ Wind Turbine/ Storage: A Case Study Presenter: Amit Kumar Tamang PhD Student Supervisor: Prof. Weihua Zhaung Smart Grid Research Group at BBCR September

More information

2016 UC Solar Research Symposium

2016 UC Solar Research Symposium 2016 UC Solar Research Symposium Beyond UCR s Sustainable Integrated Grid Initiative: Energy Management Projects in Southern California October 7, 2016 Presented by: Alfredo A. Martinez-Morales, Ph.D.

More information

Research Interests. Power Generation Planning Toward Future Smart Electricity Systems. Social Revolution, Technology Selection and Energy Consumption

Research Interests. Power Generation Planning Toward Future Smart Electricity Systems. Social Revolution, Technology Selection and Energy Consumption Research Interests Power Generation Planning Toward Future Smart Electricity Systems Electricity demand estimation based on bottom-up technology optimization selection Multi-objective optimization of power

More information

Implementing Dynamic Retail Electricity Prices

Implementing Dynamic Retail Electricity Prices Implementing Dynamic Retail Electricity Prices Quantify the Benefits of Demand-Side Energy Management Controllers Jingjie Xiao, Andrew L. Liu School of Industrial Engineering, Purdue University West Lafayette,

More information

Virginia Tech Research Center Arlington, Virginia, USA. PPT slides will be available at

Virginia Tech Research Center Arlington, Virginia, USA. PPT slides will be available at SMART BUILDINGS & A SMART CITY CONNECTED COMMUNITY Guest Professor Inaugural Lecture at Tsinghua University Professor Saifur Rahman Director, Virginia Tech Advanced Research Inst., USA President-elect,

More information

Facilitated Discussion on the Future of the Power Grid

Facilitated Discussion on the Future of the Power Grid Facilitated Discussion on the Future of the Power Grid EPRI Seminar: Integrated Grid Concept and Technology Development Tokyo Japan, August 20, 2015 Matt Wakefield, Director Information, Communication

More information

The impact of electric vehicle development on peak demand and the load curve under different scenarios of EV integration and recharging options

The impact of electric vehicle development on peak demand and the load curve under different scenarios of EV integration and recharging options The impact of electric vehicle development on peak demand and the load curve under different scenarios of EV integration and recharging options Electricity demand in France: a paradigm shift Electricity

More information

Discrete Optimal Control & Analysis of a PEM Fuel Cell to Grid (V2G) System

Discrete Optimal Control & Analysis of a PEM Fuel Cell to Grid (V2G) System Discrete Optimal Control & Analysis of a PEM Fuel Cell to Grid (V2G) System Scott Moura Siddartha Shankar ME 561 - Winter 2007 Professor Huei Peng April 24, 2007 ME 561 Design of Digital Control System,

More information

An approach for estimation of optimal energy flows in battery storage devices for electric vehicles in the smart grid

An approach for estimation of optimal energy flows in battery storage devices for electric vehicles in the smart grid An approach for estimation of optimal energy flows in battery storage devices for electric vehicles in the smart grid Gergana Vacheva 1,*, Hristiyan Kanchev 1, Nikolay Hinov 1 and Rad Stanev 2 1 Technical

More information

Smart Grid and Renewable Energy Workforce Development and Training Programs at Penn State University

Smart Grid and Renewable Energy Workforce Development and Training Programs at Penn State University GRIDSTAR: Grid-Smart Technology Application and Resource Center Smart Grid and Renewable Energy Workforce Development and Training Programs at Penn State University Principal Investigator: Dr. David Riley

More information

Commercial-in-Confidence Ashton Old Baths Financial Model - Detailed Cashflow

Commercial-in-Confidence Ashton Old Baths Financial Model - Detailed Cashflow Year 0 1 2 3 4 5 6 7 8 9 10 11 12 13 Oct-16 Nov-16 Dec-16 Jan-17 Feb-17 Mar-17 Apr-17 May-17 Jun-17 Jul-17 Aug-17 Sep-17 Oct-17 2,038 2,922 4,089 4,349 6,256 7,124 8,885 8,885 8,885 8,885 8,885 8,885 9,107

More information

Economics of Integrating Renewables DAN HARMS MANAGER OF RATE, TECHNOLOGY & ENERGY POLICY SEPTEMBER 2017

Economics of Integrating Renewables DAN HARMS MANAGER OF RATE, TECHNOLOGY & ENERGY POLICY SEPTEMBER 2017 Economics of Integrating Renewables DAN HARMS MANAGER OF RATE, TECHNOLOGY & ENERGY POLICY SEPTEMBER 2017 Presentation Outline Understanding LPEA s expenses and what drives them Economics of net metering

More information

FOR IMMEDIATE RELEASE

FOR IMMEDIATE RELEASE Article No. 6928 Available on www.roymorgan.com Roy Morgan Unemployment Profile Wednesday, 17 August 2016 Australian real unemployment jumps to 10.5% (up 0.9%) in July during post-election uncertainty

More information

The International Cost Estimating and Analysis Association (ICEAA) Southern California Chapter September 9, 2015

The International Cost Estimating and Analysis Association (ICEAA) Southern California Chapter September 9, 2015 Sustainable Integrated Grid Initiative (SIGI): Technical and Economic Challenges of Integrating Renewable Energy, Electric Vehicle Charging and Battery Energy Storage in a Modern Grid The International

More information

Modeling, Control Design, Estimation and Diagnostics Algorithms MATLAB/Simulink, dspace, Microsoft Office

Modeling, Control Design, Estimation and Diagnostics Algorithms MATLAB/Simulink, dspace, Microsoft Office Postdoctoral Researcher Energy, Controls, and Applications Lab Department of Civil and Enviromental Engineering University of California, Berkeley Office: 609 Davis Hall, University of California, Berkeley,

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates For Internal Use Only. FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

Virginia Tech Research Center Arlington, Virginia, USA

Virginia Tech Research Center Arlington, Virginia, USA SMART BUILDINGS AS BUILDING BLOCKS OF A SMART CITY Professor Saifur Rahman Virginia Tech Advanced Research Institute Electrical & Computer Engg Department National University of Singapore Singapore, 10

More information

Application and Prospect of Smart Grid in China

Application and Prospect of Smart Grid in China Application and Prospect of Smart Grid in China Wang yimin State Grid Corporation of China Washington DC May 31, 2013 1 1.Roadmap 2015-2020 2009-2010 Planning and Pilot 2011-2015 Roll-out Construction

More information

Operational Opportunities to Minimize Renewables Curtailments

Operational Opportunities to Minimize Renewables Curtailments Operational Opportunities to Minimize Renewables Curtailments Clyde Loutan Principal, Renewable Energy Integration July 24, 2017 2017 CAISO - Public Page 1 Agenda Background Real-time control performance

More information

CV - HONGCAI ZHANG. 626 Davis Hall, University of California, Berkeley, CA 94720, USA (+1) ,

CV - HONGCAI ZHANG. 626 Davis Hall, University of California, Berkeley, CA 94720, USA (+1) , RESEARCH INTERESTS CV - HONGCAI ZHANG 626 Davis Hall, University of California, Berkeley, CA 94720, USA (+1)510-230-9312, zhang-hc13@berkeley.edu, www.hongcaizhang.com. Interface of power and transportation

More information

SunRay Triangular. SunRay Triangular comes with tailored Smart City solutions, and is an ideal energy provider for streets and highways.

SunRay Triangular. SunRay Triangular comes with tailored Smart City solutions, and is an ideal energy provider for streets and highways. 01 SunRay Triangular SunRay Triangular is a customizable aluminium based solar mast characterized by vertically integrated photovoltaic cells mounted on all three faces of the triangular profile. SunRay

More information

Electric Transportation and Energy Storage

Electric Transportation and Energy Storage Electric Transportation and Energy Storage Eladio M. Knipping, Ph.D. Senior Technical Manager, Environment April 24, 2009 Fate of U.S. Electricity Production Generation Transmission Distribution Residence/

More information

By: Ibrahim Anwar Ibrahim Ihsan Abd Alfattah Omareya. The supervisor: Dr. Maher Khammash

By: Ibrahim Anwar Ibrahim Ihsan Abd Alfattah Omareya. The supervisor: Dr. Maher Khammash Investigations of the effects of supplying Jenin s power distribution network by a PV generator with respect to voltage level, power losses, P.F and harmonics By: Ibrahim Anwar Ibrahim Ihsan Abd Alfattah

More information

The Role of PHEV/BEV in Outage/Asset and Demand Side Management

The Role of PHEV/BEV in Outage/Asset and Demand Side Management The Role of PHEV/BEV in Outage/Asset and Demand Side Management Dr. Mladen Kezunovic Student: Qin Yan, Bei Zhang Texas A&M University EPCC, June 3-5, 2013 Bedford, PA Texas A&M University The University

More information

Distributed Storage Systems

Distributed Storage Systems Distributed Storage Systems Presented by: Dr. Dan Weinstock & Guy Lichtenstern 11/12/2017 Milestones of PV Industry 1839 1921 1954 1958 2000 2010 2015 2015 2017 Photovoltaic effect discovered by Edmond

More information

Electric Vehicle Grid Integration Research Analyzing PHEV Impacts on Distribution Transformers in Hawaii

Electric Vehicle Grid Integration Research Analyzing PHEV Impacts on Distribution Transformers in Hawaii Electric Vehicle Grid Integration Research Analyzing PHEV Impacts on Distribution Transformers in Hawaii Tony Markel Mike Kuss Mike Simpson Tony.Markel@nrel.gov Electric Vehicle Grid Integration National

More information

Offline and Online Optimization of Plug-in Hybrid Electric Vehicle Energy Usage (Home-to-Vehicle and Vehicle-to-Home)

Offline and Online Optimization of Plug-in Hybrid Electric Vehicle Energy Usage (Home-to-Vehicle and Vehicle-to-Home) Offline and Online Optimization of Plug-in Hybrid Electric Vehicle Energy Usage (Home-to-Vehicle and Vehicle-to-Home) Florence Berthold, Benjamin Blunier, David Bouquain, Sheldon Williamson, Abdellatif

More information

Demand Optimization. Jason W Black Nov 2, 2010 University of Notre Dame. December 3, 2010

Demand Optimization. Jason W Black Nov 2, 2010 University of Notre Dame. December 3, 2010 Demand Optimization Jason W Black (blackj@ge.com) Nov 2, 2010 University of Notre Dame 1 Background Demand response (DR) programs are designed to reduce peak demand by providing customers incentives to

More information

Smart community clustering for sharing local green energy. Yoshiki Yamagata, Hajime Seya and Sho Kuroda

Smart community clustering for sharing local green energy. Yoshiki Yamagata, Hajime Seya and Sho Kuroda 2014 International Conference and Utility Exhibition on "Green Energy for Sustainable Development" Smart community clustering for sharing local green energy Yoshiki Yamagata, Hajime Seya and Sho Kuroda

More information

NJ Solar Market Update As of 6/30/15

NJ Solar Market Update As of 6/30/15 NJ Solar Market Update As of 6/30/ Prepared by Charlie Garrison July 17, 20 SOLAR INSTALLED CAPACITY DATA The preliminary installed solar capacity as of 6/30/ is approximately 1,500.7 MW. Approximately

More information

NJ Solar Market Update

NJ Solar Market Update NJ Solar Market Update April 16, 20 Renewable Energy Committee Meeting Trenton, NJ Prepared by Charlie Garrison Solar Installed Capacity Data The preliminary installed solar capacity as of 3/31/ is approximately

More information

DIN W.-Nr AISI 304

DIN W.-Nr AISI 304 Position Qty. Description 1 SP 11-20 Product No.: 98809286 Submersible borehole pump, suitable for pumping clean water. Can be installed vertically or horizontally. All steel components are made in stainless

More information

DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT

DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT 1 3 rd International Workshop on Software Engineering Challenges for the Smart Grid (SE4SG @ ICSE 14) DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT

More information

The Future Sustainable Energy System Synergy between industry, researchers and students as a key to an efficient energy system transformation

The Future Sustainable Energy System Synergy between industry, researchers and students as a key to an efficient energy system transformation The Future Sustainable Energy System Synergy between industry, researchers and students as a key to an efficient energy system transformation Jacob Østergaard Professor and Head of Centre Technology and

More information

FOR IMMEDIATE RELEASE

FOR IMMEDIATE RELEASE Article No. 7845 Available on www.roymorgan.com Roy Morgan Unemployment Profile Friday, 18 January 2019 Unemployment in December is 9.7% and under-employment is 8.8% FOR IMMEDIATE RELEASE Australian unemployment

More information

Cutting Demand Charges with Battery Storage. June 5, 2018

Cutting Demand Charges with Battery Storage. June 5, 2018 Cutting Demand Charges with Battery Storage June 5, 2018 HOUSEKEEPING Use the orange arrow to open and close your control panel Join audio: Choose Mic & Speakers to use VoIP Choose Telephone and dial using

More information

Satadru Dey, Ph.D. Assistant Professor of Electrical Engineering. University of Colorado Denver

Satadru Dey, Ph.D. Assistant Professor of Electrical Engineering. University of Colorado Denver Contact Information Assistant Professor Department of Electrical Engineering University of Colorado Denver Office: Email: Webpage: 1200 Larimer St., NC 2622, Denver, CO-80204, USA satadru.dey@ucdenver.edu

More information

Yield Reduction Due to Shading:

Yield Reduction Due to Shading: x9 31 x SunPower 1 x Power-One SPR-E0-37 37 W TRIO-8.5-TL-OUTD 10 ; 1x13 1x13 1 x Power-One 10 ; -30 7.5kW 9 x SunPower 1 x Power-One SPR-E0-37 37 W 10 ; 59 7.5kW 7 x SunPower 1 x Power-One SPR-E0-37 37

More information

Modelling and Control of Ultracapacitor based Bidirectional DC-DC converter systems PhD Scholar : Saichand K

Modelling and Control of Ultracapacitor based Bidirectional DC-DC converter systems PhD Scholar : Saichand K Modelling and Control of Ultracapacitor based Bidirectional DC-DC converter systems PhD Scholar : Saichand K Advisor: Prof. Vinod John Department of Electrical Engineering, Indian Institute of Science,

More information

Behaviour of battery energy storage system with PV

Behaviour of battery energy storage system with PV IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. Issue 9, September 015. ISSN 348 7968 Behaviour of battery energy storage system with PV Satyendra Vishwakarma, Student

More information

ECE 5332 Communications and Control in Smart Grid

ECE 5332 Communications and Control in Smart Grid ECE 5332 Communications and Control in Smart Grid Department of Electrical & Computer Engineering Texas Tech University Spring 2012 A.H. Mohsenian Rad (U of T) Networking and Distributed Systems 1 Course

More information

FOR IMMEDIATE RELEASE

FOR IMMEDIATE RELEASE Article No. 7761 Available on www.roymorgan.com Roy Morgan Unemployment Profile Monday, 8 October 2018 Unemployment down to 9.4% in September off two-year high Australian employment has grown solidly over

More information

INTELLIGENT DC MICROGRID WITH SMART GRID COMMUNICATIONS: CONTROL STRATEGY CONSIDERATION AND DESIGN

INTELLIGENT DC MICROGRID WITH SMART GRID COMMUNICATIONS: CONTROL STRATEGY CONSIDERATION AND DESIGN INTELLIGENT DC MICROGRID WITH SMART GRID COMMUNICATIONS: CONTROL STRATEGY CONSIDERATION AND DESIGN Presented by: Amit Kumar Tamang, PhD Student Smart Grid Research Group-BBCR aktamang@uwaterloo.ca 1 Supervisor

More information

Graph #1. Micro-Generation Generating Units in Alberta 20

Graph #1. Micro-Generation Generating Units in Alberta 20 2, Graph #1. Micro-Generation Generating Units in Alberta 2 Cumulative # of Generating Units 1,9 1,8 1,7 1,6 1,5 1,4 1,3 1,2 1,1 1, 9 8 7 6 5 4 3 2 Number of MGG Units as of 216 Mar 31 Number of Solar

More information

Data Analytics of Real-World PV/Battery Systems

Data Analytics of Real-World PV/Battery Systems Data Analytics of Real-World PV/ Systems Miao Zhang, Zhixin Miao, Lingling Fan Department of Electrical Engineering, University of South Florida Abstract This paper presents data analytic results based

More information

Real-Time Simulation of A Modular Multilevel Converter Based Hybrid Energy Storage System

Real-Time Simulation of A Modular Multilevel Converter Based Hybrid Energy Storage System Real-Time Simulation of A Modular Multilevel Converter Based Hybrid Energy Storage System Feng Guo, PhD NEC Laboratories America, Inc. Cupertino, CA 5/13/2015 Outline Introduction Proposed MMC for Hybrid

More information

Dr. Tom Turrentine, Director Dr. Gil Tal, PEV Use Patterns & Infrastructure Needs, China Dr. Ken Kurani, Consumer Studies Dahlia Garas, Program

Dr. Tom Turrentine, Director Dr. Gil Tal, PEV Use Patterns & Infrastructure Needs, China Dr. Ken Kurani, Consumer Studies Dahlia Garas, Program Dr. Tom Turrentine, Director Dr. Gil Tal, PEV Use Patterns & Infrastructure Needs, China Dr. Ken Kurani, Consumer Studies Dahlia Garas, Program Director Dr. Alan Jenn, PEV Regulations & Incentive Structures

More information

Yield Reduction Due to Shading:

Yield Reduction Due to Shading: x Fronius International NA-E35L5 35 W FRONIUS IG Plus 20 V-3 2 0,0kW x Fronius International NA-E35L5 35 W FRONIUS IG Plus 20 V-3 4 0,0kW 84 x SHARP Corporation x Fronius International NA-E35L5 35 W FRONIUS

More information

Solar Plus: A Holistic Approach to Distributed Solar PV Eric O'Shaughnessy, Kristen Ardani, Dylan Cutler, Robert Margolis

Solar Plus: A Holistic Approach to Distributed Solar PV Eric O'Shaughnessy, Kristen Ardani, Dylan Cutler, Robert Margolis Solar Plus: A Holistic Approach to Distributed Solar PV Eric O'Shaughnessy, Kristen Ardani, Dylan Cutler, Robert Margolis NREL is a national laboratory of the U.S. Department of Energy, Office of Energy

More information

Energy Produced by PV Array (AC):

Energy Produced by PV Array (AC): 4x17 2x16 400 x PHOTON SOLAR 4 x KACO new energy PH-250P-60 (HDS) INT 250 W Powador 30,0 TL3 15 ; 0 25,0kW Location: Climate Data Record: PV Output: Gross/Active PV Surface Area: Antalya Antalya (1961-1990)

More information

Control and Protection Functions in a Strong and Robust Smart Grid

Control and Protection Functions in a Strong and Robust Smart Grid Control and Protection Functions in a Strong and Robust Smart Grid Invited Lecture at SGEPRI, SGCC, Nanjing, China, 12 Aug 2017 Professor Saifur Rahman Director, Virginia Tech Advanced Research Inst.,

More information

Predicting Solutions to the Optimal Power Flow Problem

Predicting Solutions to the Optimal Power Flow Problem Thomas Navidi Suvrat Bhooshan Aditya Garg Abstract Predicting Solutions to the Optimal Power Flow Problem This paper discusses an implementation of gradient boosting regression to predict the output of

More information

Virtual Power Plants Realising the value of distributed storage systems through and aggregation and integration

Virtual Power Plants Realising the value of distributed storage systems through and aggregation and integration Virtual Power Plants Realising the value of distributed storage systems through and aggregation and integration Martin Symes - Director of Sales, Australia and New Zealand AIE - Australian Institute of

More information

MONTHLY PERFORMANCE DASHBOARD

MONTHLY PERFORMANCE DASHBOARD AUSTIN ENERGY JULY MONTHLY PERFORMANCE DASHBOARD A report highlighting key Austin Energy metrics for e FY FINANCIAL HEALTH Standard and Poor s Bond Rating Austin Energy Rating AA AA Budget Based Revenues

More information

FOR IMMEDIATE RELEASE

FOR IMMEDIATE RELEASE Article No. 7353 Available on www.roymorgan.com Roy Morgan Unemployment Profile Wednesday, 11 October 2017 2.498 million Australians (18.9%) now unemployed or under-employed In September 1.202 million

More information

Impact Analysis of Electric Vehicle Charging on Distribution System

Impact Analysis of Electric Vehicle Charging on Distribution System Impact Analysis of Electric Vehicle on Distribution System Qin Yan Department of Electrical and Computer Engineering Texas A&M University College Station, TX USA judyqinyan2010@gmail.com Mladen Kezunovic

More information

Forecast the charging power demand for an electric vehicle. Dr. Wilson Maluenda, FH Vorarlberg; Philipp Österle, Illwerke VKW;

Forecast the charging power demand for an electric vehicle. Dr. Wilson Maluenda, FH Vorarlberg; Philipp Österle, Illwerke VKW; Forecast the charging power demand for an electric vehicle Dr. Wilson Maluenda, FH Vorarlberg; Philipp Österle, Illwerke VKW; Vienna, Bregenz; Austria 11.03.2015 Content Abstract... 1 Motivation... 2 Challenges...

More information

Meter Insights for Downtown Store

Meter Insights for Downtown Store Meter Insights for Downtown Store Commodity: Analysis Period: Prepared for: Report Date: Electricity 1 December 2013-31 December 2014 Arlington Mills 12 February 2015 Electricity use over the analysis

More information

Thomas Alston Director of Business and Policy Development. Presented By N. Scottsdale Rd, Suite 410 Scottsdale Arizona 85257

Thomas Alston Director of Business and Policy Development. Presented By N. Scottsdale Rd, Suite 410 Scottsdale Arizona 85257 Residential Solar Workshop May 7 th 2008 Thomas Alston Director of Business and Policy Development Presented By 1475 N. Scottsdale Rd, Suite 410 Scottsdale Arizona 85257 Workshop Agenda An Overview of

More information

FORECASTING AND CONTROL IN ENERGY SYSTEMS

FORECASTING AND CONTROL IN ENERGY SYSTEMS FORECASTING AND CONTROL IN ENERGY SYSTEMS EERA SP2 Workshop DTU - Lyngby OUTLINE Introduction Forecasting Load forecasting Wind/Sun power forecasts Electrical energy price forecasting Optimised power control

More information

PV Grid integration and the need for Demand Side Management (DSM) Mr. Nikolas Philippou FOSS / UCY

PV Grid integration and the need for Demand Side Management (DSM) Mr. Nikolas Philippou FOSS / UCY PV Grid integration and the need for Demand Side Management (DSM) Mr. Nikolas Philippou FOSS / UCY 2 13/05/2016 Motivation for enabling DSM High PV penetration may lead to stability and reliability problems

More information

Andrew Tang Smart Energy Web Pacific Gas and Electric Company September 18, 2009

Andrew Tang Smart Energy Web Pacific Gas and Electric Company September 18, 2009 Andrew Tang Smart Energy Web Pacific Gas and Electric Company September 18, 2009 Balancing Competing Priorities Environmental Sustainability Reliable Service Reasonable Cost Smart Grid 2 Challenges for

More information

Solar Microgrid Integrates Solar PV, Energy Storage, Smart Grid Functionality and Advanced Vehicle-to-Grid Capabilities

Solar Microgrid Integrates Solar PV, Energy Storage, Smart Grid Functionality and Advanced Vehicle-to-Grid Capabilities Case Study Solar Microgrid Integrates Solar PV, Energy Storage, Smart Grid Functionality and Advanced Vehicle-to-Grid Capabilities Project awarded Maryland Energy Administration s prestigious Game Changer

More information

The Enabling Role of ICT for Fully Electric Vehicles

The Enabling Role of ICT for Fully Electric Vehicles Electric vehicles new trends in mobility The Enabling Role of ICT for Fully Electric Vehicles Assistant Professor: Igor Mishkovski Electric Vehicles o The differences between the 2 nd and 3 rd generation

More information

Renewable energy. and the smart grid. Presentation 3 rd Asian IAEE. 21 February 2012 Kyoto, Japan. Perry Sioshansi Menlo Energy Economics

Renewable energy. and the smart grid. Presentation 3 rd Asian IAEE. 21 February 2012 Kyoto, Japan. Perry Sioshansi Menlo Energy Economics Renewable energy and the smart grid Presentation 3 rd Asian IAEE 21 February 2012 Kyoto, Japan Perry Sioshansi Menlo Energy Economics San Francisco CA www.menloenergy.com Pleasure to be in Kyoto Always

More information

Presented by Eric Englert Puget Sound Energy September 11, 2002

Presented by Eric Englert Puget Sound Energy September 11, 2002 Results from PSE s First Year of Time of Use Program Presented by Eric Englert Puget Sound Energy September 11, 2002 Puget Sound Energy Overview 973,489 Total Electric Customers 908,949 are AMR Capable

More information

Would you like to be free and enjoy electrical comforts just like at home?

Would you like to be free and enjoy electrical comforts just like at home? Would you like to be free and enjoy electrical comforts just like at home? EFOY COMFORT 365 days of freedom away from the grid EFOY COMFORT. The fully automatic, silent power supplier works anywhere, in

More information

WIM #37 was operational for the entire month of September Volume was computed using all monthly data.

WIM #37 was operational for the entire month of September Volume was computed using all monthly data. SEPTEMBER 2016 WIM Site Location WIM #37 is located on I-94 near Otsego in Wright county. The WIM is located only on the westbound (WB) side of I-94, meaning that all data mentioned in this report pertains

More information

Residential Load Profiles

Residential Load Profiles Residential Load Profiles TABLE OF CONTENTS PAGE 1 BACKGROUND... 1 2 DATA COLLECTION AND ASSUMPTIONS... 1 3 ANALYSIS AND RESULTS... 2 3.1 Load Profiles... 2 3.2 Calculation of Monthly Electricity Bills...

More information

Enable Utility Industry Transformation

Enable Utility Industry Transformation 1 Advanced Power Electronics Systems Enable Utility Industry Transformation Wanda Reder IEEE Fellow, Member NAE S&C Electric Company - Chief Strategy Officer, Wanda.reder@sandc.com November 9, 2017 2 Overview

More information

Modelling and Simulation of Hybrid Wind Solar Energy System using MPPT

Modelling and Simulation of Hybrid Wind Solar Energy System using MPPT Indian Journal of Science and Technology, Vol 8(23), DOI: 10.17485/ijst/2015/v8i23/71277, September 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Modelling and Simulation of Hybrid Wind Solar

More information

Features of PSEC Educational Programs

Features of PSEC Educational Programs Power Systems & Energy Course 2018 These intensive four-week programs are designed to strike the necessary balance between energy systems engineering theory and relevant, real-world applications. With

More information

Modeling, Design, and Control of Hybrid Energy Systems and Wireless Power Transfer systems

Modeling, Design, and Control of Hybrid Energy Systems and Wireless Power Transfer systems Modeling, Design, and Control of Hybrid Energy Systems and Wireless Power Transfer systems Chengbin Ma, Ph.D. Assistant Professor Univ. of Michigan-SJTU Joint Institute, Shanghai Jiao Tong University (SJTU),

More information

Energy Management Through Peak Shaving and Demand Response: New Opportunities for Energy Savings at Manufacturing and Distribution Facilities

Energy Management Through Peak Shaving and Demand Response: New Opportunities for Energy Savings at Manufacturing and Distribution Facilities Energy Management Through Peak Shaving and Demand Response: New Opportunities for Energy Savings at Manufacturing and Distribution Facilities By: Nasser Kutkut, PhD, DBA Advanced Charging Technologies

More information

Zero Emission Bus Deployment Best Practices and Lessons Learned from Around the World

Zero Emission Bus Deployment Best Practices and Lessons Learned from Around the World Zero Emission Bus Deployment Best Practices and Lessons Learned from Around the World Steve Clermont, Director, Senior Project Manager Lauren Justice, Project Manager October 10, 2017 About CTE Mission:

More information

Continuous Efficiency Improvement Loop

Continuous Efficiency Improvement Loop Make Data Driven, Continuous Efficiency Improvements as Standard Practice: Technical Loop Lessons Learned & Databases Update Building(s) Benchmarking (Fleet Databases) Energy Use & Performance Deviation

More information

Microgrids Outback Power Technologies

Microgrids Outback Power Technologies Microgrids Outback Power Technologies Microgrids - Definition EPRI defines microgrids as a power system with distributed resources serving one or more customers that can operate as an independent electrical

More information

Australian Solar Cooling Interest Group (ausscig) Conference Queensland Solar City

Australian Solar Cooling Interest Group (ausscig) Conference Queensland Solar City Townsville: Queensland Solar City ausscig Conference 2011 1 The Townsville: Queensland Solar City project is part of the Australian Government Solar Cities program. Ergon Energy would like to acknowledge

More information

Darebin Solar Saver Program

Darebin Solar Saver Program Darebin Solar Saver Program Round 1 2013-2014 Pilot with 292 households Ratepayers who are eligible for Rate rebate typically pensioners Use Special Charge Scheme legislation Round 2 2015-2016 182 households

More information

Storage in the energy market

Storage in the energy market Storage in the energy market Richard Green Energy Transitions 216, Trondheim 1 including The long-run impact of energy storage on prices and capacity Richard Green and Iain Staffell Imperial College Business

More information

Flexible Capacity Needs and Availability Assessment Hours Technical Study for 2020

Flexible Capacity Needs and Availability Assessment Hours Technical Study for 2020 Flexible Capacity Needs and Availability Assessment Hours Technical Study for 2020 Clyde Loutan Principal, Renewable Energy Integration Hong Zhou Market Development Analyst, Lead Amber Motley Manager,

More information

Real Time Power and Intelligent Systems Laboratory

Real Time Power and Intelligent Systems Laboratory Real Time Power and Intelligent Systems Laboratory G. Kumar Venayagamoorthy, PhD, MBA, FIET, FSAIEE Duke Energy Distinguished Professor & Director and Founder of the Real-Time Power and Intelligent Systems

More information

SOC estimation of LiFePO 4 Li-ion battery using BP Neural Network

SOC estimation of LiFePO 4 Li-ion battery using BP Neural Network EVS28 KINTEX, Korea, May 3-6, 2015 SOC estimation of LiFePO 4 Li-ion battery using BP Neural Network Liun Qian, Yuan Si, Lihong Qiu. School of Mechanical and Automotive Engineering, Hefei University of

More information

Effects of Smart Grid Technology on the Bulk Power System

Effects of Smart Grid Technology on the Bulk Power System Effects of Smart Grid Technology on the Bulk Power System Rana Mukerji Senior Vice President Market Structures New York Independent System Operator Union College 2013 Environmental Science, Policy & Engineering

More information

MONTHLY PERFORMANCE DASHBOARD

MONTHLY PERFORMANCE DASHBOARD AUSTIN ENERGY MONTHLY PERFORMANCE DASHBOARD A report highlighting key Austin Energy metrics for uary FY 219 FINANCIAL HEALTH Standard and Poor s Bond Rating Austin Energy Rating AA AA Budget Based Revenues

More information

Oxford case study on storing and sharing solar-generated electricity: Insights from Project ERIC. Energy Storage Summit, 28 April 2016 Twickenham

Oxford case study on storing and sharing solar-generated electricity: Insights from Project ERIC. Energy Storage Summit, 28 April 2016 Twickenham Oxford case study on storing and sharing solar-generated electricity: Insights from Project ERIC Energy Storage Summit, 28 April 2016 Twickenham Drivers for the project from the local authority s perspectives

More information

Analysis of Big Data Streams to Obtain Braking Reliability Information July 2013, for 2017 Train Protection 1 / 25

Analysis of Big Data Streams to Obtain Braking Reliability Information July 2013, for 2017 Train Protection 1 / 25 Analysis of Big Data Streams to Obtain Braking Reliability Information for Train Protection Systems Prof. Dr. Raphael Pfaff Aachen University of Applied Sciences pfaff@fh-aachen.de www.raphaelpfaff.net

More information

PSERC Webinar - September 27,

PSERC Webinar - September 27, PSERC Webinar - September 27, 2011 1 [1]. S. Meliopoulos, J. Meisel and T. Overbye, Power System Level Impacts of Plug-In Hybrid Vehicles (Final Project Report), PSERC Document 09-12, Oct. 2009. PSERC

More information

Modeling and Comparison of Dynamics of AC and DC Coupled Remote Hybrid Power Systems

Modeling and Comparison of Dynamics of AC and DC Coupled Remote Hybrid Power Systems Modeling and Comparison of Dynamics of AC and DC Coupled Remote Hybrid Power Systems Presenter: Tanjila Haque Supervisor : Dr. Tariq Iqbal Faculty of Engineering and Applied Science Memorial University

More information

Multi-agent systems and smart grid modeling. Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK

Multi-agent systems and smart grid modeling. Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK Multi-agent systems and smart grid modeling Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK Challenges in electricity grids Fundamental changes in electricity grids: 1. Increasing uncertainty

More information

Conclusions. Fall 2010

Conclusions. Fall 2010 Conclusions ECEN 2060 Fall 2010 ECEN 2060 Topics Introduction to electric power system Photovoltaic (PV) power systems Energy efficient lighting Wind power systems Hybrid and electric vehicles 2 Electric

More information

CPES Initiative on Sustainable Buildings and Nanogrids

CPES Initiative on Sustainable Buildings and Nanogrids Center for Power Electronics Systems Bradley Department of Electrical and Computer Engineerung College of Engineering Virginia Tech, Blacksburg, Virginia, USA CPES Initiative on Sustainable Buildings and

More information

This presentation was given as part of a workshop on February 7, Presenters were:

This presentation was given as part of a workshop on February 7, Presenters were: This presentation was given as part of a workshop on February 7, 2018. Presenters were: Andrew Valainis, Montana Renewable Energy Association Bryan Von Lossberg, Renewable Energy Consultant Paul Herendeen,

More information

Hydrogen Fuel Cells for Cars, Trucks, and Buses

Hydrogen Fuel Cells for Cars, Trucks, and Buses Hydrogen Fuel Cells for Cars, Trucks, and Buses Western Washington State Clean Cities Webinar December 20, 2017 Timothy Lipman, PhD Co-Director - TSRC telipman@berkeley.edu Tim Lipman Bio Overview BA in

More information

DYNAMIC MODELING RESIDENTIAL DATA AND APPLICATION

DYNAMIC MODELING RESIDENTIAL DATA AND APPLICATION DYNAMIC MODELING RESIDENTIAL DATA AND APPLICATION The introduction of the reversible or regenerative fuel cell (RFC) provides a new component that is analogous to rechargeable batteries and may serve well

More information

Solar Power for Home...

Solar Power for Home... Solar Power for Home......and making sure it does not interfere with ham radio hobby. XARC meeting September 8, 2016 Steve Verzulli KA1CNF Topics covered Types of Panels Is it practical for our area How

More information