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

When calling a report via CLI (`flexmeasures add report`), the default end time is now. This implicitly assumes an ex-post knowledge horizon, which does not yield a sensible end time...

bug
CLI
Reporting

For instance, in some places could have another column for the values with some NaN and dropping the NaN would drop, by default, any column having any NaN. To fix...

> what if we pass a list of multiple sensor IDs and delete them. Like `flexmeasures delete sensor --id [1,2]` I like it, but I see the question in the...

For user experience, I would expect the config settings `FLEXMEASURES_PLANNING_HORIZON` and `FLEXMEASURES_MAX_PLANNING_HORIZON` to work the same. _Originally posted by @nhoening in https://github.com/FlexMeasures/flexmeasures/pull/583#discussion_r1070167755_

A proof of concept, with a little styling. Still needs: - [x] File validation - [ ] Documentation - [ ] CSV template - [ ] Tests ([useful reference](https://github.com/apiflask/apiflask/pull/240/files#diff-e9a06d7d7611971d88090b3ac5438a868175000c0340ff81845c82087861cb92)) Follow-up...

API
UI
Still Needs Changelog Entry

Following up PR #680, It would be interesting to support extra validation rules in the function `validate_storage_constraints` ([here](https://github.com/FlexMeasures/flexmeasures/blob/main/flexmeasures/data/models/planning/storage.py#L431)), that expand case C from covering 1 step towards covering 1, 2,...

Scheduling

In the FM As a user I would like to be able to check the current settings for an asset: + Max (Dis-)charge power + Max capacity + Min/max SoC...

Following on the creation of the command `flexmeasures show reporters` (PR #686), this could be replicated for the `Forecaster` class. This command should look something like this: ### Command Syntax...

enhancement
CLI
Forecasting

Forecasters cannot be registered by plugins yet, but we want to follow the same concepts as for - reporters: see #641, for more details. - schedulers: see [documentation](https://flexmeasures.readthedocs.io/en/latest/plugin/customisation.html).

enhancement
Forecasting

This concerns [documentation/dev/api.rst](https://github.com/FlexMeasures/flexmeasures/pull/650/files/eb83957ec011d7656ad874114285871e32aba964#diff-867ed25c160eb11e0ea62d34b6cb312dea6c018545400904f32967d6d938ce74) Our approach to developing new API versions has seen some changes with v3, and therefore the documentation for creating new API versions will need some attention when...

documentation
development