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

If a soc-sensor entity address is passed, we could persist SoC values, incorporated within the flex model that is sent along with the scheduling trigger, to the corresponding sensor. This...

API
Scheduling

This may be useful for referring to scheduling jobs that correspond to a specific UDI Event ID. This issue has its roots in https://github.com/FlexMeasures/flexmeasures/pull/396.

API
Scheduling

Among others, this serves the purpose of being able to find back schedules long after the schedule's temporary uuid has expired, using a combination of the `"start"` and `"prior"` filters,...

API
Scheduling

If I plot a time span with NaN values in the database I get a not very informative error: ``` uniplot/options.py", line 52, in __post_init__ assert self.y_max > self.y_min ```...

bug
CLI

The show beliefs task might be useful to export data to CSV files, as well. That might be useful, especially in the simulation use case. I'd add a parameter called...

Data
CLI

Current status: - Our `model_spec_factory` uses a `BoxCoxTransformation` on sensor data that is non-negative, and often zero, like wind speed and irradiance. - The decision to apply this transformation is...

The `capacity_in_mw` attribute is required in some parts of the code. This ticket will replace any logic using it, such that it becomes a completely optional attribute. It's at least...

Data

After we split tests into the ones which need a fresh database and those that do not, we are seeing some inconsistencies. The current example is in the api 2.0...

``` File "/home/seita/.virtualenvs/seita-flexmeasures/lib/python3.8/site-packages/flexmeasures/ui/crud/assets.py", line 208, in get latest_measurement_time_str, asset_plot_html = get_latest_power_as_plot(asset) File "/home/seita/.virtualenvs/seita-flexmeasures/lib/python3.8/site-packages/flexmeasures/ui/utils/plotting_utils.py", line 617, in get_latest_power_as_plot % Color( File "/home/seita/.virtualenvs/seita-flexmeasures/lib/python3.8/site-packages/colour.py", line 1021, in get_hex_l return rgb2hex(self.rgb, force_long=True) File "/home/seita/.virtualenvs/seita-flexmeasures/lib/python3.8/site-packages/colour.py",...

bug
UI

It looks like the fallback schedule only starts at the next PTU, causing a delay of up to 15 minutes (or 1 hour, if that is the `event_resolution` of the...

bug