You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using measures across different standards / building types does not always work as expected. The few I have come to find which are broken are:
Add daylight controls
Add energy recovery
Replace HVAC system type to PZHP only
Replace HVAC system type to VRF
Replace HVAC with GSHP and DOAS Only
Daylight Controls Error
Building 151
Attempting to run Add daylight controls with an <auc:OccupancyClassification>Retail</auc:OccupancyClassification does not work because there are multiple retail space types (they don't get squashed into a 'Whole Building' space type like SmallOffice, etc.). The WorkflowMaker.set_argument_detail method should be modified.
[15:02:26.839323 ERROR] Could not set argument 'space_type' to value 'RetailStandalone CBES T24 2001'
Energy Recovery Errors
Building 151
[15:06:15.662485 ERROR] undefined method `getSensibleEffectivenessat100CoolingAirFlow' for #<OpenStudio::Model::HeatExchangerAirToAirSensibleAndLatent:0x00007fa52097f0f0>
PZHP Errors
Building 151
================ ZONES THAT MATCHED THE FILTER ================ [14:01:13.077073 ERROR] undefined method `each' for nil:NilClass /Users/cmosiman/Github/BuildingSync/BuildingSync-gem/.bundle/install/ruby/2.5.0/bundler/gems/openstudio-ee-gem-4d47e51086df/lib/measures/add_apszhp_to_each_zone/measure.rb:221:in `run'
VRF Errors
Building 151
[15:08:28.017378 ERROR] Could not find argument 'Retail Back_Space -' in argument_map
GSHP and DOAS
Building 151
[14:16:30.675876 ERROR] Could not find argument 'Retail Back_Space -' in argument_map
The text was updated successfully, but these errors were encountered:
corymosiman12
changed the title
Add testing and docs to demonstrate supported measures
Broken Measures
Jan 21, 2021
Using measures across different standards / building types does not always work as expected. The few I have come to find which are broken are:
Add daylight controls
Add energy recovery
Replace HVAC system type to PZHP only
Replace HVAC system type to VRF
Replace HVAC with GSHP and DOAS Only
Daylight Controls Error
Add daylight controls
with an<auc:OccupancyClassification>Retail</auc:OccupancyClassification
does not work because there are multiple retail space types (they don't get squashed into a 'Whole Building' space type like SmallOffice, etc.). TheWorkflowMaker.set_argument_detail
method should be modified.Energy Recovery Errors
PZHP Errors
VRF Errors
GSHP and DOAS
The text was updated successfully, but these errors were encountered: