Scheduling
Scheduling is the main value-drive of FlexMeasures. We have two major types of schedulers built-in, for storage devices (usually batteries or hot water storage) and processes (usually in industry).
FlexMeasures computes schedules for energy systems that consist of multiple devices that consume and/or produce electricity. We model a device as an asset with a power sensor, and compute schedules only for flexible devices, while taking into account inflexible devices.
Describing flexibility
To compute a schedule, FlexMeasures first needs to assess the flexibility state of the system. This is described by:
The flex-context ― information about the system as a whole, in order to assess the value of activating flexibility.
Flex-models ― information about the state and possible actions of the flexible device. We will discuss these per scheduled device type.
This information goes beyond the usual time series recorded by an asset’s sensors. It can be sent to FlexMeasures through the API when triggering schedule computation. Also, this information can be persisted on the FlexMeasures data model (in the db), and is editable through the UI (actually, that is design work in progress, currently possible with the flex context).
Let’s dive into the details ― what can you tell FlexMeasures about your optimization problem?
The flex-context
The flex-context is independent of the type of flexible device that is optimized, or which scheduler is used.
With the flexibility context, we aim to describe the system in which the flexible assets operate, such as its physical and contractual limitations.
Fields can have fixed values, but some fields can also point to sensors, so they will always represent the dynamics of the asset’s environment (as long as that sensor has current data). The full list of flex-context fields follows below. For more details on the possible formats for field values, see Variable quantities.
Where should you set these fields? Within requests to the API or by editing the relevant asset in the UI. If they are not sent in via the API (one of the endpoints triggering schedule computation), the scheduler will look them up on the flex-context field of the asset. And if the asset belongs to a larger system (a hierarchy of assets), the scheduler will also search if parent assets have them set.
Field |
Example value |
Description |
|---|---|---|
|
|
Power sensors representing devices that are relevant, but not flexible in the timing of their demand/supply. For example, a sensor recording rooftop solar power that is connected behind the main meter, and whose production falls under the same contract as the flexible device(s) being scheduled. Their power demand cannot be adjusted but still matters for finding the best schedule for other devices. Must be a list of integers. |
|
|
The electricity price applied to the site’s aggregate consumption. Can be (a sensor recording) market prices, but also CO₂ intensity—whatever fits your optimization problem. [1] |
|
|
The electricity price applied to the site’s aggregate production. Can be (a sensor recording) market prices, but also CO₂ intensity—whatever fits your optimization problem, as long as the unit matches the |
|
|
Maximum achievable power at the site’s grid connection point, in either direction. Becomes a hard constraint in the optimization problem, which is especially suitable for physical limitations. [3] [4] |
|
|
Maximum consumption power at the site’s grid connection point.
If |
|
|
Maximum production power at the site’s grid connection point.
If |
|
|
The site’s previously achieved achieved peak consumption. This value forms the baseline for new peak charges, since any peaks up to this level represent sunk costs. Defaults to 0 kW. |
|
|
If True (default is
We recommend to set this field to |
|
|
This penalty value is used to discourage the violation of the |
|
|
This penalty value is used to discourage the violation of the |
|
|
Per-kW price applied to any consumption that exceeds the site’s previously achieved peak consumption. This price reflects the cost of increasing the site’s peak further and is used by the scheduler to motivate peak shaving. It must use the same currency as the other price settings and cannot be negative. For large connections, this price is usually stated explicitly on the tariff sheets of their network operator. [6] |
|
|
The site’s previously achieved achieved peak production. This value forms the baseline for new peak charges, since any peaks up to this level represent sunk costs. Defaults to 0 kW. |
|
|
Per-kW price applied to any production that exceeds the site’s previously achieved peak production. This price reflects the cost of increasing the site’s peak further and is used by the scheduler to motivate peak shaving. It must use the same currency as the other price settings and cannot be negative. For large connections, this price is usually stated explicitly on the tariff sheets of their network operator. [6] |
|
|
This penalty value is used to discourage the violation of |
|
|
This penalty value is used to discourage the violation of |
|
|
This penalty value is used to discourage the violation of the |
|
|
This penalty value is used to discourage the violation of the |
Note
If no (symmetric, consumption and production) site capacity is defined (also not as defaults), the scheduler will not enforce any bound on the site power. The flexible device can still have its own power limit defined in its flex-model.
The flex-models & corresponding schedulers
FlexMeasures comes with a storage scheduler and a process scheduler, which work with flex models for storages and loads, respectively.
The storage scheduler is suitable for batteries and EV chargers, and is automatically selected when scheduling an asset with one of the following asset types: "battery", "one-way_evse" and "two-way_evse".
The process scheduler is suitable for shiftable, breakable and inflexible loads, and is automatically selected for asset types "process" and "load".
We describe the respective flex models below.
These fields can be configured in the UI editor on the asset properties page or sent through the API (one of the endpoints to trigger schedule computation, or using the FlexMeasures client) or through the CLI (the command to add schedules).
Storage
For storage devices, the FlexMeasures scheduler deals with the state of charge (SoC) for an optimal outcome. You can do a lot with this ― examples for storage devices are:
batteries
EV batteries connected to charge points
hot water storage (“heat batteries”, where the SoC relates to the water temperature)
pumped hydro storage (SoC is the water level)
water basins (here, SoC is supposed to be low, as water is being pumped out)
buffers of energy-intensive chemicals that are needed in other industry processes
The flex-model for storage devices describes to the scheduler what the flexible asset’s state is,
and what constraints or preferences should be taken into account.
The full list of flex-model fields for the storage scheduler follows below. For more details on the possible formats for field values, see Variable quantities.
Field |
Example value |
Description |
|---|---|---|
|
|
The (estimated) state of charge at the beginning of the schedule (for storage devices, this defaults to 0). Usually added to each scheduling request. [9] |
|
|
[Deprecated field] The unit used to interpret any SoC related flex-model value that does not mention a unit itself (only applies to numeric values, so not to string values).
To avoid using this field, mention the unit in each field explicitly (for instance, |
|
|
A constant and non-negotiable lower boundary for all values in the schedule (for storage devices, this defaults to 0).
If used, this is regarded as an unsurpassable physical limitation.
To set softer boundaries, use the |
|
|
A constant and non-negotiable upper boundary for all values in the schedule (for storage devices, this defaults to max soc-target, if that is provided).
If used, this is regarded as an unsurpassable physical limitation.
To set softer boundaries, use the |
|
|
Set points that form lower boundaries, e.g. to target a full car battery in the morning.
If a |
|
|
Set points that form upper boundaries at certain times, e.g. to target an empty heat buffer before a maintenance window.
If a |
|
|
Exact set point(s) of the storage’s state of charge that the scheduler needs to realize. These are hard constraints, which means that any infeasible state-of-charge targets would prevent a complete schedule from being computed. |
|
|
SoC gain per time step, e.g. from a secondary energy source. Useful if energy is inserted by an external process (in-flow). This field allows setting multiple components, either fixed or dynamic, which add up to an aggregated gain. This field represents an energy flow (for instance, in kW) rather than saying something about an (allowed) energy state (for instance, in kWh). The SoC gain is unaffected by the charging efficiency. |
|
|
SoC drain per time step, e.g. from a load or heat sink. Useful if energy is extracted by an external process or there are dissipating losses (out-flow). This field allows setting multiple components, either fixed or dynamic, which add up to an aggregated usage. This field represents an energy flow (for instance, in kW) rather than saying something about an (allowed) energy state (for instance, in kWh). The SoC drain is unaffected by the discharging efficiency. |
|
|
Below 100%, this represents roundtrip losses (of charging & discharging), usually used for batteries. Can be a percentage or a ratio in the range [0,1]. Defaults to 100% (no roundtrip loss). [9] |
|
|
One-way conversion efficiency from electricity to the storage’s state of charge. Can be a percentage, a ratio in the range [0,1], or a coefficient of performance (>1). Defaults to 100% (no conversion loss). |
|
|
One-way conversion efficiency from the storage’s state of charge to electricity. Defaults to 100% (no conversion loss). |
|
|
The efficiency of keeping the storage’s state of charge at its present level, used to encode losses over time. As a result, each time step the energy is held longer leads to higher losses. This setting is crucial to some sorts of energy storage, e.g. thermal buffers. To give an example, when this setting is at 95% (or 0.95), this means a loss of 5% per time step. Defaults to 100% (no storage loss over time). Note that the storage efficiency used by the scheduler is applied over each time step equal to the sensor resolution. For example, a storage efficiency of 95 percent per (absolute) day, for scheduling a 1-hour resolution sensor, should be passed as a storage efficiency of \(0.95^{1/24} = 0.997865\). |
|
|
Tie-breaking policy to apply if conditions are stable, which signals a preference to charge sooner rather than later (defaults to True). It also signals a preference to discharge later. Boolean option only. |
|
|
Tie-breaking policy to apply if conditions are stable, which signals a preference to curtail both consumption and production later, whichever is applicable (defaults to True). Boolean option only. |
|
|
Device-level power constraint. How much power can be applied to this asset. [11] |
|
|
Device-level power constraint on consumption. How much power can be drawn by this asset. [11] |
|
|
Device-level power constraint on production. How much power can be supplied by this asset. For PV curtailment, set this to reference your sensor containing PV power forecasts. [11] |
Can only be set as a fixed quantity.
In case this field defines partially overlapping time periods, the maximum value is selected. See Variable quantities.
In case this field defines partially overlapping time periods, the minimum value is selected. See Variable quantities.
For more details on the possible formats for field values, see Variable quantities.
Usually, not the whole flexibility model is needed. FlexMeasures can infer missing values in the flex model, and even get them (as default) from the sensor’s attributes.
You can add new storage schedules with the CLI command flexmeasures add schedule.
If you model devices that buffer energy (e.g. thermal energy storage systems connected to heat pumps), we can use the same flexibility parameters described above for storage devices. However, here are some tips to model a buffer correctly:
Describe the thermal energy content in kWh or MWh.
Set
soc-minimato the accumulative usage forecast.Set
charging-efficiencyto the sensor describing the COP values.Set
storage-efficiencyto a value below 100% to model (heat) loss.
What happens if the flex model describes an infeasible problem for the storage scheduler? Excellent question!
It is highly important for a robust operation that these situations still lead to a somewhat good outcome.
From our practical experience, we derived a StorageFallbackScheduler.
It simplifies an infeasible situation by just starting to charge, discharge, or do neither,
depending on the first target state of charge and the capabilities of the asset.
Of course, we also log a failure in the scheduling job, so it’s important to take note of these failures. Often, mis-configured flex models are the reason.
For a hands-on tutorial on using some of the storage flex-model fields, head over to A flex-modeling tutorial for storage: Vehicle-to-grid use case and the API documentation for triggering schedules.
Finally, are you interested in the linear programming details behind the storage scheduler?
Then head over to Storage device scheduler: Linear model!
You can also review the current flex-model for storage in the code, at flexmeasures.data.schemas.scheduling.storage.StorageFlexModelSchema.
Shiftable loads (processes)
For processes that can be shifted or interrupted, but have to happen at a constant rate (of consumption), FlexMeasures provides the ProcessScheduler.
Some examples from practice (usually industry) could be:
A centrifuge’s daily work of combing through sludge water. Depends on amount of sludge present.
Production processes with a target amount of output until the end of the current shift. The target usually comes out of production planning.
Application of coating under hot temperature, with fixed number of times it needs to happen before some deadline.
Field |
Example value |
Description |
|---|---|---|
|
|
Nominal power of the load. |
|
|
Time that the load needs to lasts. |
|
|
Objective of the scheduler, to maximize ( |
|
|
Time periods in which the load cannot be scheduled to run. |
|
|
Is the load inflexible and should it run as soon as possible? Or can the process’s start time be shifted? Or can it even be broken up into smaller segments? |
You can review the current flex-model for processes in the code, at flexmeasures.data.schemas.scheduling.process.ProcessSchedulerFlexModelSchema.
You can add new shiftable-process schedules with the CLI command flexmeasures add schedule. Make sure to use the --scheduler ProcessScheduler option to use the in-built process scheduler.
Note
Currently, the ProcessScheduler uses only the consumption-price field of the flex-context, so it ignores any site capacities and inflexible devices.
Work on other schedulers
We believe the two schedulers (and their flex-models) we describe here are covering a lot of use cases already. Here are some thoughts on further innovation:
Writing your own scheduler. You can always write your own scheduler (see Plugin Customization). You then might want to add your own flex model, as well. FlexMeasures will let the scheduler decide which flexibility model is relevant and how it should be validated.
We also aim to model situations with more than one flexible asset, and that have different types of flexibility (e.g. EV charging and smart heating in the same site). This is ongoing architecture design work, and therefore happens in development settings, until we are happy with the outcomes. Thoughts welcome :)
Aggregating flexibility of a group of assets (e.g. a neighborhood) and optimizing its aggregated usage (e.g. for grid congestion support) is also an exciting direction for expansion.