Releases: energychain/STROMDAO_EAFs
Releases · energychain/STROMDAO_EAFs
v0.6.3
v0.6.2
v0.6.1
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
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
v0.5.6
v0.5.5
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
v0.5.3
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)