Victor
Victor
## Description The command `flexmeasures show beliefs` adds the sensor ID in case of trying to export sensors with the same name. However, if we want to hand this over...
## Description Running against the simulation DB with 196 Assets and 59 users, the existing code takes about 134s to load the asset page. With the changes introduced in this...
The recently created `QuantityOrSensor` Marshmallow class (https://github.com/FlexMeasures/flexmeasures/pull/897) allows defining a field with a Sensor or with a quantity. This enables the use of Sensors (time-varying data) or fixed values (quantities)...
The command `flexmeasures show beliefs` can be used to save the data from beliefs as CSV. It takes a sensor or list of sensors as part of its input and,...
PR https://github.com/FlexMeasures/flexmeasures/pull/846 introduces a new way to handle fallback schedulers: schedule a fallback job on failure of the main schedule. Moreover, exposes this information via the API by returning the...
In general, we are using underscore for the DB entities attributes and deserialized attributes and dashed for serialized data. However, DB attributes are in a serialized form (e.g. we could...
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...
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...
Currently, the API forbid users to use a storage power sensor that doesn't belong to them. Nonetheless, we are not checking that the entities within the `flex-context` and `flex-model` are...
PR https://github.com/FlexMeasures/flexmeasures/pull/897 introduces the possibility to define device-level power constraints as sensors. This is interesting enough to create a small section in the documentation about how to apply this new...