Skip to content

Releases: energychain/STROMDAO_EAFs

v0.6.3

30 Jan 01:33
Compare
Choose a tag to compare

0.6.3 (2024-01-30)

Bug Fixes

  • Datatables of PWA are now visible. Using CDNs for Chart JS. (f962a00)
  • Handling of internal balance sum now in homogenized field balancesum allowing to calculate internal energy exchange of a balancing point. (93e52e5)
  • PWA supports "Standard" and prosumer view. (8ac0986)

v0.6.2

28 Jan 12:19
Compare
Choose a tag to compare

0.6.2 (2024-01-28)

v0.6.1

28 Jan 02:57
Compare
Choose a tag to compare

0.6.1 (2024-01-28)

Bug Fixes

  • Adding assets method to allow searching for metering service (59f9b42)
  • Avoid throwing exception in case balance could not be sealed. Blocks energy community operation. (7b770e5)
  • Balance UI Chart is now left=old right=new (4b5488b)
  • debit.assets search allows prefix search on meterId field. (195e520)
  • detach from metering call for balancing removed to allow tracing. (temp) (a77c0a9)
  • Increase timeout (now 60s) to allow operation on slow Influx servers like on a RPi. (87ce563)
  • Local GET API Request handler for isSealed must be issealed not balance (2533941)
  • Missing ";" in meritorder service (3332b31)
  • Missing assetId on contract call from meritorder. (2a504b9)
  • Missing balancing of MOL/contract based transactions. (2bfddaf)

v0.6.0

25 Jan 13:54
Compare
Choose a tag to compare

0.6.0 (2024-01-25)

Features

  • Adding fulltext search of balancing points to admin ui. (39ae2ee)
  • Allow searching for balancing points using partial assetIds (da6aaf9)
  • Implement Balancing Group Management with Contract & MeritOrder Services (62b2ffe)
  • Initial implementation of Merit Order List - needs to be triggered by balancing service. Initial implementation of contract service (power purchase agreements) - will give contracts that are used in balancing via merit order list (mol). (5be6fef)

Bug Fixes

  • adding type in asset search query. (19d35fa)
  • Missing id parameter handling in case mongodb is used to persist (stateful operation) (3ccb85a)
  • Putting contract into MOL (replace MOL if already exists). (c60a444)
  • Removed typo in meritorder preventing updates of existing MOL (1ad81c5)

v0.5.6

24 Jan 01:14
Compare
Choose a tag to compare

0.5.6 (2024-01-24)

Features

  • CO2 emission visible on admin ui. QR Code for certificate transfer/download of electricity products. (7b4b7c9)

v0.5.5

22 Jan 14:58
94b63ca
Compare
Choose a tag to compare

0.5.5 (2024-01-22)

Features

  • Added carbon accounting support to balancing service (untested). (0dbb118)
  • Handling CO2eq information if dynamic source provides it. Implemented for the green power index (GSI https://gruenstromindex.de/). Provides actual information for carbon accounting parallel to the energy balancing (not implmented so far). (f157ee1)
  • Settlement service handles co2eq information from dynamic pricing source (if available). (1681678)

Bug Fixes

  • Added missing co2eq column in tariff model caused settlement to not provide co2eq information to upstream services like loadprofile or balancing. (b3bdb73)
  • Balancing addSettlement and loadprofile requires rounded values for co2eq to prevent floating point operations in downstream processing. (3ebda96)
  • #18 (d32819d)
  • Missing balance tags for carbon accounting in models (5f5a70f)
  • Missing co2eq handling in metering service and readings_model. (1e4a3fa)
  • Missing search handler for global search in case no meter. (1e672f8)
  • Reworked search handling for free text search and finding in transactions of balancing. (459b2d9)

v0.5.4

19 Jan 15:10
Compare
Choose a tag to compare

0.5.4 (2024-01-19)

Features

  • balancing.latestBalances Returns the top n balances sealed models for a given asset ID. (c6ade19)
  • UI Upgrade to match to new balancing concept. Allows to navigate through balances from near history. (422b6df)

v0.5.3

19 Jan 01:57
Compare
Choose a tag to compare

0.5.3 (2024-01-19)

Features

  • auto sealing of simple meter reading based addSettlement calls to balancing. (f4bd29d)
  • Re-implemented auto seal. Auto Seal is an optional parameter to the addSettlement method of balancing. The epoch n-value will be automatically sealed. Useful for meter readings - might be used with other balancing points in the future, but not implemented so far. (93efb97)

Bug Fixes

  • Add counter partner for closed balances (983cdd0)
  • Handling of closing booking in energy balancing. (dafc569)
  • Handling of sealed balances. In case addSettlement is performed with a partner having a sealed balance a null will be returned instead of a transaction statement. (139e252)
  • Missing parameter in counter statement (99e2984)

v0.5.1

15 Jan 16:14
Compare
Choose a tag to compare

0.5.1 (2024-01-15)

Features

  • Balancing directions added (ce1a792)

v0.5.0

15 Jan 01:04
Compare
Choose a tag to compare

0.5.0 (2024-01-15)

Bug Fixes

  • _id and id requirement for balancing_model. Fails with stateful backend (if MongoDB). (39dfd49)
  • Added counter balancing update (d477ba2)