{% extends "base.html" %} {% set active_page = "control" %} {% block title %} Balancing actions {% endblock %} {% block divs %}

About

This page shows you which balancing actions you can take to valorise on identified opportunities. Possible actions are listed in order books for future time slots. You can check the expected value of each action, as well as the expected effect on the power profile of your portfolio.

{% if documentation_exists %}

Need help understanding this page? Check out the documentation.

{% endif %}

Controls

Placed order summary

Load (MWh) Expected value (KRW)
Total 2.4 160,000

Control actions on asset level (by AGR for SUP)

This is a mockup of intended functionality (expected: M3) and still subject to change. Only the upcoming hour between 04:00 AM and 05:00 AM can be selected.
{% if user_is_admin %} As the aggregator, you can check the effects of several actions (of both offshore and battery), but only perform the following sequence of actions:
  1. First, order 2MW of offshore wind curtailment.
  2. Then, order 1MW of battery shifting.
Refresh the page to return to the initial conditions.
{% else: %} As a prosumer, only the assets you own are listed, and only if the aggregator placed an order action for them. {% endif %}
{% if user_is_admin or "charging" in user_email: %} {% endif %} {% if user_is_admin or "wind" in user_email: %} {% endif %} {% if user_is_admin %} {% endif %}
Asset ESCo Volume Actions Expected value
Seongsan Ilchulbong ESCo 1
Ordered: 1.1MW
Shift consumption
{% if user_is_admin %} Cancel {% endif %}
76,000
SamDal ESCo 1
Ordered: 1.3MW
Curtail production
{% if user_is_admin %} Cancel {% endif %}
84,000
Suwon ESCo 1
Curtail production
{% if user_is_admin %} Order {% endif %}
70,000
{% if user_is_admin %} Check {% endif %}
Battery storage unit ESCo 2
Shift consumption
Order
10.000
Check
... ... ... ...
{% if user_is_admin %} {% endif %}
{% endblock %}