Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid Controller upgrade #1

Open
CJKohler opened this issue Feb 24, 2017 · 1 comment
Open

Grid Controller upgrade #1

CJKohler opened this issue Feb 24, 2017 · 1 comment
Assignees

Comments

@CJKohler
Copy link

CJKohler commented Feb 24, 2017

Modify GC so it can take multiple power sources with each a price, capacity
enabled/disabled state is represented by the capacity, set to 0 if it is disabled.
Conceptually a utility meter is like another generator, generic powersource class
Price blending logic: start with “available” power source with lowest price, max out capacity, add next available more expensive power source, continue up until you meet the load. Need to figure out how to handle battery.
Implement both marginal and average pricing algorithm, with a parameter on the grid controller to indicate which algorithm to use for a given scenario

Create the utility meter class from the “PowerSource” baseclass

https://docs.google.com/a/lbl.gov/document/d/141om3E5fSy1yjgEWe0jHpfPxsP903EpA-zvpqBZDoIU/edit?usp=sharing

@bnordman
Copy link
Collaborator

bnordman commented Feb 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants