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 179 flexmeasures issues
Sort by recently updated
recently updated
newest added

Context: Request a schedule with current SoC: 36% (of 59 kWh) Target (calendar item) 80% within two hours (unreachable). Result: Fallback schedule with all 0 values. Expected result: Schedule that...

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)...

Data
refactoring

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,...

CLI

For some automation purposes (e.g. sending links to specific days in an email) it would be great to adapt [the asset page](https://github.com/FlexMeasures/flexmeasures/blob/main/flexmeasures/ui/crud/assets.py#L270) with two optional GET parameters, so the start...

UI

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...

documentation

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...

Data

I completed my tech spike. I couldn't (figure out how to) decorate only the trigger method of our FlaskView, so I worked around that by decorating the entire SensorAPI and...

For the hosting section, we can show visually what nodes/VMs live in a typical FlexMeasures hosting: - web workers - queue workers - cron job workers - Postgres DB -...

documentation

We don't use it for FLASK_ENV anymore, so it seems we might be able to stop using it. People can use .flexmeasures.cfg for any setting, I believe. Changes should mostly...

### Discussed in https://github.com/FlexMeasures/flexmeasures/discussions/916 Originally posted by **kyros32** November 29, 2023 Hello Flexers, **1) I was wondering, how can I use SoC data --soc-at-start from a sensor?** **Instead of this:**...

CLI