HB Annual Load - North

Hi, I just realised the HB Annual Load doesn’t have an input of “North”, unlike other recipes like daylight and PMV. Does it mean that I have to rotate the building such that the north is along the y-axis for HB Annual Load simulations?

1 Like

I can add one if it becomes a pain point for a lot of people but it only takes a line of code if you want to change this now. You’ll just add a north_ input for the component and, at some point after this line:

… you’ll add:

_sim_par_.north_angle  = north_
1 Like

As luck would have it, I was already refactoring this component today in order to add support for Process loads. So I added in a _north_ input that functions just like all of the other _north_ inputs.

You should be able to get the update with the LB Versioner before the end of today.