HB exterior Modifier Subset Error message. ''Solution exception: Excepted modifier for _exterior_wall_. Got <class 'honeybee_energy.construction.opaque.OpaqueConstruction.>''


Hi there,
I am having some problems with HB exterior Modifier Subset. Error message is '‘Solution exception: Excepted modifier for exterior_wall. Got <class ‘honeybee_energy.construction.opaque.OpaqueConstruction.>’’

Does anyone have any idea?

Hi @Merve.

It looks like you are mixing Radiance Modifiers and Energy Constructions.

If you replace the ‘Exterior Modifier Subset’ component with an ‘Exterior Construction Subset’ component, it should work for you there.

best,
@edpmay

Thank you; it works. @edpmay

@edpmay I am having some problems with HB deconstruct ConstructionSet. Error message is '‘ Solution exception: Expected construction set. Got <class ‘honeybee_energy.construction.opaque.OpaqueConstruction’>

@Merve the input of deconstruct construction set, wants a construction set object. which you can make with these components, and also shown is deconstruct construction set being fed a construction set.


hopefully that helps
-trevor

Thank you @TrevorFedyna. It helps.