-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add <auc:PrimaryFuel> Element to Plants #111
Add <auc:PrimaryFuel> Element to Plants #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Users may need to specify a fuel, but the way to do that within the schema is to connect to a ResourceUse, which can already be done. This may be an area where the current implementation is too roundabout and needs to be streamlined, but for full generality here the solution needs to use ResouceUse.
@markborkum We're discussing this internally, it may be that the roundabout approach is not good enough here. We should have more concrete feedback later today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After further discussion, we'll just go ahead with this as-is and not make things more complicated. Will merge once CI comes back.
Merging now, thanks @markborkum! |
See
proposals/2019/Add PrimaryFuel to HeatingPlantType and CoolingPlantType.md
for details.