-
Notifications
You must be signed in to change notification settings - Fork 209
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
Openstudio Forward translator failing to translate ElectricLoadCenter:Distribution Inverter name attribute #4175
Comments
inspection of in.osm reveals data model appears complete. Inspection of in.idf file reveals data model is incomplete. |
@chrisbalbach FWIW, we use PVWatts in the OS-HPXML workflow without a problem, see relevant code here. Maybe that will show you some way to avoid an EnergyPlus measure. |
@chrisbalbach Couple of questions/observations about your osm. Looks like you have 4
Perhaps you're intending to have exactly 2 |
My failed file appears to be due to an artifact of how the measure that inserts the ElectricLoad Distribution objects. Mea Culpa (operator error)... Closing issue. |
Addresses #4175, issues with ft for ElectricLoadCenter:Distribution
Issue overview
Models
Current Behavior
OpenStudio models using PVWatts Inverter Objects fail with the following error: (from eplusout.err)
** Severe ** ElectPowerLoadCenter constructor ElectricLoadCenter:Distribution="ELECTRIC LOAD CENTER DISTRIBUTION 1", invalid entry.
** ~~~ ** Inverter Name is blank, but buss type requires inverter.
** Fatal ** ElectPowerLoadCenter constructor Preceding errors terminate program
Expected Behavior
Model should simulate as expected, without EnergyPlus failure
Steps to Reproduce
See attached files - .
Possible Solution
It appears the forward translator is not properly handling the inverter assignment defined in the ElectricLoadCenterDistribution object.
Details
N/A
Environment
Some additional details about your environment for this issue (if relevant):
Context
Not able to properly model ElectricLoadCenterDistribution interaction with PV Watts generation scenarios w/o potentially resorting to a EnergyPlus measure as a work around.
Not able to properly model ElectricLoadCenterDistribution interaction with PV Watts + Simple Battery Storage either, which is a real drag. #
Proper operation of these features are needed to provide feedback for Grid Interactive Efficient Building Operation scenarios
The text was updated successfully, but these errors were encountered: