Exterior lighting in HB_OS

Hi all, I wanted to model and show in OS report the exterior Lighting Component . Do we have any workflow or HB Component to assign exterior lighting that could be seen under OS app as seen below!

@chris any update on this?

Hey @Asisnath ,

There’s no native support for this in honeybee-schema, though you can kinda fudge it with a Process Load with a lost_fraction of 1. Alternatively, you can just add it with a few lines of the Openstudio SDK inside a GHPython component like so:


sample_add_ext_lighting.gh (70.4 KB)

Maybe we’ll also just add it to honeybee-schema at some point.

1 Like