{% block copyright_notice %} FlexMeasures technology is created by Seita Energy Flexibility, in cooperation with A1 Engineering © . {% endblock copyright_notice %} {% block about %} About FlexMeasures.

About FlexMeasures

In a world with renewable energy, flexibility is crucial for cost and CO₂ reduction. Planning ahead allows flexible devices to profit from scheduling the best flexible actions (such as shifting or curtailing energy use).

The {{ FLEXMEASURES_PLATFORM_NAME }} Platform is a tool for businesses operating energy devices. Its purpose is to realise the best value for device owners by scheduling balancing actions. For instance, if the devices draw from or supply to the power grid, {{ FLEXMEASURES_PLATFORM_NAME }} can assist in selling balancing services to energy markets. It fulfills this purpose with three services: Monitoring, forecasting and scheduling. {{ FLEXMEASURES_PLATFORM_NAME }} is designed as open-source software to empower energy service companies while they maintain autonomy over their operations and their technology roadmap. Read more here.

{{ FLEXMEASURES_PLATFORM_NAME }} is compliant with the Universal Smart Energy Framework (USEF), a “flexibility market design for the trading and commoditisation of energy flexibility and the architecture, tools and rules to make it work effectively. USEF fits on top of most market models and is already being adopted across Europe to accelerate and future-proof smart energy projects.”

{% if current_user.has_role('anonymous') and current_user.has_role('CPO') %}

This demo is tuned to operators of charge points for electric vehicles (EVs). The terminology used follows the Open Charge Point Interface (OCPI). This dashboard shows you the locations of all charge points connected to the platform and how they are doing. Each charge point contains multiple chargers—called Electric Vehicle Supply Equipment (EVSE) in OCPI—which are monitored individually (click on a charge point location to reveal its EVSE).

{{ FLEXMEASURES_PLATFORM_NAME }} supports automated scheduling of charging profiles through its API. Charging profiles are optimised against applicable market conditions like wholesale prices and contracted (time-of-use) tariffs. Charging preferences can be set to reflect whether EV owners are in a hurry or parking for some time.

{% endif %}
{% endblock about %} {% block credits %} Credits.

Credits

Images from Seita

FlexMeasures on laptop - image by Bobby Drake

Images from Unsplash

Tesla charging station - image by Chase Lewis
Wind turbines on top of mountain - image by TJ K.

Icons from Flaticon

Wind turbine - icon by Good Ware (made to spin by Seita)
Coins - icons by Pixelmeetup
Other icons by Freepik
We did our best to give credit to the original photographers and illustrators for the images included on this website. If we have not properly credited an original photographer or illustrator, please notifiy us and we will make the appropriate changes necessary.
{% endblock credits %}
{% block support %} {% if FLEXMEASURES_SUPPORT_PAGE %} Get Support . {% endif %} {% endblock support %} {% block signup %} {% if FLEXMEASURES_SIGNUP_PAGE %} Sign up . {% endif %} {% endblock signup %} {% block termsofservice %} {% if FLEXMEASURES_TOS_PAGE %} Terms of Service. {% endif %} {% endblock termsofservice %} {% block technical_info %} {# We might render templates from plugins, where this meta info is not available #} {% if app_running_since %} This app is running since {{ app_running_since }} {% endif %} {% if (flexmeasures_version or git_version) and not current_user.has_role('anonymous') %} {% if flexmeasures_version %} on version {{ flexmeasures_version }}. {% else %} {% if git_version != "Unknown" %} on version {{ git_version }}+{{ git_commits_since }}. {% else %} on revision {{ git_hash }}. {% endif %} {% endif %} {% endif %} {% if loaded_plugins %} Loaded plugins: {{ loaded_plugins }}. {% endif %} {% endblock technical_info %}
{% block logo %}
FlexMeasures
{% endblock logo %}