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

Flexmeasures upsamples data sent to the API in a lower resolution which is a multiple of the required sensor resolution. This doesn't apply to sensor measuring instantaneous values. This requires...

API

At the very least we need to set the versions of external CSS and JS dependencies in one place. One example is Leaflet, which currently gets loaded individually for the...

enhancement
good first issue
UI

PR #65 made first progress in clearing up how we talk about FlexMeasures' concepts of flexibility and its role. However, we can add more clarity. Here are a few terms...

documentation

Upon a new time window selection for a chart containing time series data, it is possible to determine what new data is needed and what old data is obsolete, and...

UI

We need a simple UI for data upload (think version 1 of something that can grow). The use case here is a (potential) customer who wants to try FlexMeasures on...

enhancement
Data
UI

[This page]( https://flexmeasures.readthedocs.io/en/latest/source.html) (which index.html links to at the bottom) says it documents all internal modules, but in fact only documents a few.

documentation

[CSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery) is a tricky security subject, but there is some due diligence we can do to improve security. [Flask-Security provides good advice](https://flask-security-too.readthedocs.io/en/stable/patterns.html). From the pro-tips at the end, I already...

good first issue
security

On the control page (hidden per default), we indicate one idea how schedules can be compared (w.r.t. to economic expectations) and then ordered. We made some mock images for this,...

UI

Right now we address assets a lot by their name (possibly because that is more user-friendly). This happens in our data model (aggregation class `Resource` is initialised with the name...

We document the API endpoints via Sphinx, but it would be much more developer-friendly to do that with the OpenAPI standard. Our preferred way is to use [ApiSpec](https://github.com/marshmallow-code/apispec) to generate...

documentation
API