Skip to content

Commit

Permalink
style: fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Oct 31, 2023
1 parent dc4bdc2 commit 93a374f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion documentation/api/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ API change log
v3.0-13 | 2023-10-31
""""""""""""""""""""

- Introduced the ``site-consumption-capacity`` and ``site-production-capacity`` to the ``flex-context``field for `/sensors/<id>/schedules/trigger` (POST).
- Introduced the ``site-consumption-capacity`` and ``site-production-capacity`` to the ``flex-context`` field for `/sensors/<id>/schedules/trigger` (POST).

v3.0-12 | 2023-09-20
""""""""""""""""""""
Expand Down
4 changes: 2 additions & 2 deletions documentation/api/notation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ With the flexibility context, we aim to describe the system in which the flexibl
- ``consumption-price-sensor`` ― the sensor which defines costs/revenues of consuming energy
- ``production-price-sensor`` ― the sensor which defines cost/revenues of producing energy
- ``site-power-capacity`` ― defaults to the Asset attribute ``capacity_in_mw`` ― maximum/minimum achievable power at the grid connection point.
- ``site-consumption-capacity`` ― defaults to the Asset attribute ``consumption_capacity_in_mw`` ― maximum consumption power at the grid connection point.
- ``site-production-capacity`` ― defaults to ``site-power-capacity`` or the Asset attribute ``production_capacity_in_mw`` ― maximum production power at the grid connection point.
- ``site-consumption-capacity`` ― defaults to ``site-power-capacity`` or otherwise to the Asset attribute ``consumption_capacity_in_mw`` ― maximum consumption power at the grid connection point.
- ``site-production-capacity`` ― defaults to ``site-power-capacity`` or otherwise to the Asset attribute ``production_capacity_in_mw`` ― maximum production power at the grid connection point.

These should be independent on the asset type and consequently also do not depend on which scheduling algorithm is being used.

Expand Down
2 changes: 1 addition & 1 deletion documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ v0.17.0 | November XX, 2023
New features
-------------

- Different site-level production and consumption limits can be defined for the storage scheduler via the API (``flex-context``) or the asset attributes [see `PR #884 <https://github.com/FlexMeasures/flexmeasures/pull/884>`_]
- Different site-level production and consumption limits can be defined for the storage scheduler via the API (``flex-context``) or via asset attributes [see `PR #884 <https://github.com/FlexMeasures/flexmeasures/pull/884>`_]
- Scheduling data better distinguishes (e.g. in chart tooltips) when a schedule was the result of a fallback mechanism, by splitting off the fallback mechanism from the main scheduler (as a separate job) [see `PR #846 <https://github.com/FlexMeasures/flexmeasures/pull/846>`_]

Infrastructure / Support
Expand Down

0 comments on commit 93a374f

Please sign in to comment.