-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The feedin sinks of DSOs are never used, resulting in high excess energy eventhough there is a feedin tariff.
This is because in C1.define_sink() the DSO feedin sinks are defined with OptimizeCap=False.
- Check where
C1.define_sink()is used - Change the attibution of
OptimizeCap=FalseinC1.define_sink()- do there have to be any exceptions? - Make sure only the previously unused excess energy is fed into the grid, but other functions are not harmed
Checklist to make sure that the bug report ist complete:
- OS: Win10
- Branch: dev, updated on 2020-09-02
❌ If applicable: Attach full error message
❌ If applicable: Share screenshots/images of your problem
❌ If applicable: Share used input data
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working