• Tidak ada hasil yang ditemukan

3:00 9:00 15:00 21:00Weekends

Dalam dokumen The Adaptive Charging Network Research Portal: (Halaman 101-105)

Arrivals Departures

Figure 6.1: Average arrivals and departures per hour for the period May 1, 2018 - October 1, 2018 (54 EVSEs). On weekdays we see a peak in arrivals between 7:00 - 10:00 followed by a peak in departures between 16:00 - 19:00. The Caltech ACN also has a much smaller peak in arrivals beginning around 18:00, which is made up of community members who use the site in the evening, including some patrons of the nearby campus gym. Weekends, however, have a more uniform distribution of arrivals and departures.

Table 6.1: Average Statistics for EV Charging Test Cases Per Day May 1, 2018 - Oct. 1, 2018

Mean Daily Sessions

Mean Session Duration (hours)

Mean Session Energy (kWh)

Mean Daily Energy (kWh)

Max Concurrent Sessions

Sun 41.32 3.94 10.05 415.06 18

Mon 71.00 6.14 9.54 677.13 42

Tues 76.73 6.24 8.94 685.79 47

Wed 75.45 6.22 8.75 660.16 44

Thurs 78.50 5.96 8.47 665.21 42

Fri 77.18 6.71 9.04 697.41 43

Sat 43.32 5.01 10.15 439.59 18

level-1 chargers, which would be too slow on weekends and for low laxity weekday sessions, or small numbers of level-2 chargers, which would be insufficient for the number of concurrent sessions on weekdays.

In the physical system, we rely on users to estimate their departure time and energy request. In this section, we will assume that drivers are accurate in their predictions.

This allows us to isolate the performance of the algorithm from the accuracy of the user inputs. In Chapter 8, we will discuss how we can use machine learning to improve predictions based on historical data.

Objective Functions

We will consider two common operator objectives within these case studies, charging users as quickly as possible and minimizing costs subject to time-of-use tariffs and demand charge. In 6.3 we will also consider a load flattening objective.

Quick Charge.

We first consider the objective of maximizing total energy delivered when infras- tructure is oversubscribed. This is a common use case when electricity prices are static or when user satisfaction is the primary concern. To optimize for this operator objective, we use the Adaptive Scheduling Algorithm (ASA) (Alg. 1) with the utility function

π‘ˆQC(π‘Ÿ) :=𝑒𝑄𝐢(π‘Ÿ) +10βˆ’12𝑒𝐸 𝑆(π‘Ÿ)

Hereπ‘ˆπ‘„πΆ encourages the system to deliver energy as quickly as possible, which helps free capacity for future arrivals. We include the regularizer𝑒𝐸 𝑆(π‘Ÿ)to promote equal sharing between similar EVs and force a unique solution. We refer to this algorithm as ASA-QC. We set the weight of the𝑒𝐸 𝑆(π‘Ÿ)term to be small enough to ensure a strict hierarchy of terms in the objective.

Cost Minimization.

Next, we consider the case where a site host would like to minimize their operating costs. This case study will consider the Southern California Edison TOU EV-4 tariff schedule for separately metered EV charging systems between 20-500 kW, shown in Table 6.2 [96]. In each case, we assume that the charging system operator has a fixed revenue of $0.30/kWh and only delivers energy when their marginal cost is less than this revenue.

In order to maximize profit, we use the objective

π‘ˆPM :=𝑒𝐸 𝐢+𝑒𝐷𝐢 +10βˆ’6𝑒𝑄𝐢+10βˆ’12𝑒𝐸 𝑆 (6.3) We denote the ASA algorithm with this objective ASA-PM.

The revenue term πœ‹ in𝑒𝐸 𝐢 can have several interpretations. In the most straight- forward case, πœ‹ is simply the price paid by users. However, πœ‹ can also include

Table 6.2: SCE EV TOU-4 Rate Schedule for EV Charging

Summer Winter

Period Time Range Weekday Weekend Weekday Weekend

Off-Peak 23:00 - 8:00 $0.056 / kWh $0.056 / kWh $0.061 / kWh $0.061 / kWh Mid-Peak 8:00 - 12:00

18:00 - 23:00 $0.092 / kWh $0.056 / kWh $0.075 / kWh $0.061 / kWh Peak 12:00 - 18:00 $0.267 / kWh $0.056 /kWh $0.087 / kWh $0.061 / kWh

Demand Charge Monthly $15.51 / kW

subsidies by employers, governments, automakers, or carbon credits through pro- grams like the California Low-Carbon Fuel Standard (LCFS). For example, LCFS credits for EV charging have averaged between $0.13 - $0.16 / kWh in 2018-2019.

In these cases, the algorithm might not meet some energy demands if the marginal price of that energy exceedsπœ‹. This is especially important when demand charge is considered since the marginal cost can be extremely high if it causes a spike above the previous monthly peak. Alternatively,πœ‹can be set to a very high value (greater than the maximum marginal cost of energy) and act as a non-completion penalty.

When this is the case, the algorithm will attempt to minimize costs while meeting all energy demands (when it is feasible to do so).

In 𝑒𝐷𝐢, ˆ𝑃, and π‘ž0 are tunable parameters. The demand charge proxy ˆ𝑃 controls the trade-off between energy costs and demand charges in the online problem. If

Λ†

𝑃is high, i.e., ˆ𝑃 = 𝑃, the algorithm will only increase its peak when it absolutely must. However, if ˆ𝑃 is too low, e.g., ˆ𝑃 = 0, the algorithm will increase its peak significantly even if doing so will only lead to a small decrease in energy costs. We propose the following heuristic, ˆ𝑃=𝑃/(π·π‘βˆ’π‘‘), where𝐷𝑝be the number of days in the billing period, and 𝑑 be the index of the current day. This heuristic is based on a simple amortization. At the beginning of the billing period, any increase in the demand charge can be spread over𝐷𝑝days. The next day it can only be spread over π·π‘βˆ’1 days, and so on. Thus, this heuristic encourages any increases in demand charge to occur early in the billing period, which allows the algorithm to decrease energy costs in the remainder of the billing period by concentrating charging during low-cost times.

For the peak hint,π‘ž0, We will consider one version of the algorithm without a peak hint, e.g.,π‘ž0=0, and one where the peak hint is 75% of the optimal peak calculated using data from the previous month. This percentage is chosen based on maximum historic month-to-month variability in the optimal peak (+11%/-16%).

We also include the quick charge objective as a regularizer, which encourages the scheduling algorithm to front-load charging within a TOU period. To ensure that this regularizer does not lead to a large increase in cost, we use a coefficient of 10βˆ’6. This results in a maximum increase in value of $0.000050 / kWh, three orders of magnitude lower than the minimum cost of energy in Table 6.2.

Impact of Three-Phase Models

As we saw in Section 2.4, unbalance can be a major concern in large-scale charging systems. However, to date, most algorithms proposed in the literature implicitly assume single-phase or balanced three-phase operation.

To see why these assumptions are insufficient for practical systems, we consider two versions of ASA-QC. In the first, ASA-QC only ensures that the total power draw is less than the transformer’s capacity (70 kW), which is sufficient for a single-phase or balanced system. In the second, ASA-QC uses the full three-phase system model that includes individual line constraints. This experiment’s results are shown in Fig. 6.2, where we can see that only considering maximum power draw leads to significant constraint violations in line currents. However, by using an algorithm that considers the full three-phase model, we ensure these line constraints are not violated at the cost of not fully utilizing the 70 kW transformer’s capacity due to unbalance.

This motivates us to consider algorithms that incorporate unbalanced three-phase constraints. These constraints are necessary to ensure safety and can significantly impact the performance of an algorithm. To see this, we will consider the percentage of user energy demands met when infrastructure constraints are binding. We use this metric to evaluate six algorithms over a range of possible transformer capacities based on the real charging workload of the Caltech ACN from September 2018. To demonstrate the effect of infrastructure models, we conduct this experiment with single-phase and three-phase models, as shown in Fig. 6.3. Here we can see that in the single-phase case, EDF, LLF, and ASA-QC all perform near optimally2, exceeding the performance of Round Robin and FCFS by up to 8.6%. However, the subplot on the right tells a different story. Here we see that the ASA-QC can match the offline optimal performance as before, while EDF and LLF both underperform.

2Here optimally is defined as the maximum amount of energy that an algorithm with perfect foresight could deliver subject to constraints. It is found by solving (6.1) with perfect knowledge for all EVs in the simulation. We useπ‘ˆ(π‘Ÿ)=Í

π‘–βˆˆVΛ†π‘Žπ‘™π‘™, π‘‘βˆˆ Tπ‘Ÿπ‘–(𝑑).

0 50

Single Phase Constraints Three Phase Constriants

0 100

7:00 10:00 13:00 16:00 0

200

7:00 10:00 13:00 16:00

Dalam dokumen The Adaptive Charging Network Research Portal: (Halaman 101-105)