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

I ran `make upgrade-deps`. Notes: - docs dependencies could not be updated, as there is a conflict between dependencies. This can wait, maybe it resolves itself. - From skimming the...

This issue is related to #476. Since the asset page no longer shows a bokeh plot of the latest state (instead, an altair plot of sensor data is shown), the...

bug
UI

In `flexmeasures/data/models/generic_assets.py", line 387, in search_beliefs`: ``` bdf = bdf.resample_events(min_resolution) ``` Fails with `ZeroDivisionError: integer division or modulo by zero`.

bug
Data

Follow-up from PR #451. The tutorial for scheduling a toy battery can be followed up with an example of scheduling within the context of a building with local production from...

documentation

[This simple view](https://github.com/FlexMeasures/flexmeasures/blob/main/flexmeasures/ui/views/logged_in_user.py) should show updated information about the user's account, and remove the old model asset count. In particular: - Show account name & roles - Count assets in...

good first issue
UI

From https://github.com/FlexMeasures/flexmeasures/pull/451#discussion_r952887454: The distinction between the timing of beliefs and the timing of events is critical to our data model, and we welcome tweaks to make it more understandable. I...

Data

internationalization is provided, if so, how to carry it out correctly?

UI

We have no page to show an account. Inspiration can be taken from the CLI command `show account` (show roles, assets and users). We might make the name editable, and...

UI