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

When the endpoints from #433 exist, we can add these abilities to the sensor page, and also allow users to add sensors from the asset page.

good first issue

... or links to their definition on [this page](https://flexmeasures.readthedocs.io/en/latest/views/analytics.html?highlight=WAPE#metrics).

documentation
good first issue

@ArdJonker suggested to move part of our y-axis label to the chart title, because the labels can be quite lengthy with respect to the chart height. For example: ![image](https://user-images.githubusercontent.com/30658763/173592161-016186bc-23fe-4fab-a3a5-a4daea6cad32.png) ![image](https://user-images.githubusercontent.com/30658763/173593983-b476554c-0e55-486a-93d3-a65b5c34b4f7.png)...

Our default bar chart for sensor data sets the bar width to the sensor resolution, which results in invisible data for sensors recording instantaneous measurements (i.e. with event resolution =...

Data
UI

A server which runs multiple services should not show all services at once. This mostly concerns the menu. Note that this PR does not implement authorization, but access routing. Also...

UI
Plugin support

We use Cbc 2.9. That seems to be at least three years old, according to https://github.com/coin-or/Cbc/releases We should upgrade to a newer version, 2.10.x, and see if it works. Then...

Scheduling
Continuous Integration

Third party == not from within account. Our most important example: We need to add a possibility in `Sensor.__acl__` for third parties such as Meter Data Companies to receive the...

Data
Auth

We want to allow certain users to see what normal accounts can see. Use case: Our customer is the supplier to a bunch of other (client) accounts on the server....

API
Data
security

I got a bug report for a broken password reset feature on one of our servers: ``` SMTPRecipientsRefused : [...] Sender address rejected: not owned by user [...]" ``` It...

documentation
good first issue
Auth

Move deserialization of targets into TargetSchema. See todo in `api/v3_0/sensors.py`.

API