flexmeasures icon indicating copy to clipboard operation
flexmeasures copied to clipboard

The intelligent & developer-friendly EMS to support real-time energy flexibility apps, rapidly and scalable.

Results 201 flexmeasures issues
Sort by recently updated
recently updated
newest added

Currently, the `StorageScheduler` is saving the power flows of the storage but not the state of charge. Even though there is a direct relation, it's not trivial as we could...

API
Scheduling

In https://github.com/FlexMeasures/flexmeasures/discussions/990, we discuss adding most fields in flex-model and flex-context to the data model, in order to give users less API dev work and more power to review and...

API
Data
Scheduling

## Description Refactor the flow in which the app config is loaded. This solves the issue where the documentation was unable to build by using a separate flow/function for the...

## Description In #953 (see https://github.com/FlexMeasures/flexmeasures/pull/953#discussion_r1479405353) we saw we would like to start using Mermaid in our docs. I have tried that, following the instructions at https://github.com/mgaitan/sphinxcontrib-mermaid, but I could...

documentation
good first issue

PR https://github.com/FlexMeasures/flexmeasures/pull/996 introduced the possibility of defnining the `soc-maxima`, `soc-minima` and `soc-targets` as sensors via the API. Currently, the CLI command `flexmeasures add schedule for-storage` doesn't support defining any of...

Scheduling
CLI

Since https://github.com/FlexMeasures/flexmeasures/pull/985 it is possible to set up dynamic site capacities for the storage scheduler to be taking into account. This would be worth expanding our collection of example tutorials....

documentation
Scheduling

While upgrading a server from FlexMeasures 0.14 to 0.15, I ran into a `ModuleNotFoundError: No module named 'email_validator.deliverability'`, which can be resolved by upgrading the email-validator package to the version...

documentation
upgrading

Update the *soc-max* and *soc-min* fields in the flex-model to use the `QuantityOrSensor` schema. For backwards compatibility, it should remain possible to specify a numeric value, in which the case...

API
Scheduling
CLI

I'm noticing the `/users` (and the `/assets`) page can take seconds to load if there are many organisation accounts. Internally, the `/api/v3_0/users?account_id=` endpoint is getting called as many times as...

UI
multi-tenancy

We sometimes come across infeasible scheduling problems, most often due to a set of SoC constraints that cannot be solved. Our idea is to replace hard (SoC) constraints with additional...

API
Scheduling