-
Notifications
You must be signed in to change notification settings - Fork 18
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
Lighting fraction improvements #165
Conversation
…ons can now be defined, each with a lighting type, location, and fraction value.
The intended use of the new inputs is not as clear as the old inputs. For instance, you could reasonably interpret that the intent is to sum fractions to one within each location. I assume that the intent is to sum fractions to one across the entire building. In that case it seems it would be easier to use counts than to figure out fractions for each type and location combination. |
@GamalielL Thanks for looking this over and great point about the ambiguity of the fractions. In hindsight, you're right that it is confusing. The problem with requiring counts rather than fractions is that some software tools only collect fractions as inputs and I'd prefer not to force them to make assumptions during HPXML export (or force them to change their interface). I also just realized that my proposed changes here are really no different than simply adding the fraction field to the So now I'm thinking that I should revert my changes and simply add a |
That definitely sounds better. I understand the need to have fraction as
an alternative to counts. I had forgot that the LightingLocation list was
was so simple. I agree that it could make sense to specify fractions
separately for location on the level of those particular enumerations. It
wouldn't make sense to do it room-by-room.
ᐧ
…On Fri, Feb 8, 2019 at 10:59 AM Scott Horowitz ***@***.***> wrote:
@GamalielL <https://github.com/GamalielL> Thanks for looking this over
and great point about the ambiguity of the fractions. In hindsight, you're
right that it is confusing. The problem with requiring counts rather than
fractions is that some software tools only collect fractions as inputs and
I'd prefer not to force them to make assumptions during HPXML export (or
force them to change their interface).
I also just realized that my proposed changes here are really no different
than simply adding the fraction field to the LightingGroup element.
So now I'm thinking that I should revert my changes and simply add a
FractionInLocation field to the LightingGroup element with a description
that makes it clear that the fractions should sum to 1 for a given location
if you are using fractions instead of counts. If the Location field is
not specified, then presumably the fractions apply for the whole building.
This would be a non-breaking change then. Ideally, we'd also mark the
LightingFractions element as deprecated for v4, since it's superseded by
this more flexible approach.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#165 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AJQHDJpYzibpFXP1NeKuDsNX8f1KaVSxks5vLZ7KgaJpZM4aqkbC>
.
--
Gamaliel Lodge
OptiMiser LLC
www.optimiserenergy.com
|
…Marks LightingFractions as deprecated. Adds ERI Tier I and ERI Tier II as certification enumerations. Replaces use of LightingThirdPartyCertification with LightingFixtureThirdPartyCertification, which has all the former enumeration choices plus more.
OK, I am much happier with this now. It's fewer changes and is no longer a breaking change. I updated the PR title/description to reflect the current state. |
@shorowit One small typo in the example: I think you should use |
@lirainer Oops. Yes, that's definitely a typo. I'll fix it, thanks. |
Should we remove |
The goal of this change is to allow specifying, e.g.,:
The changes are as follows:
FractionofUnitsInLocation
element toLightingGroup
. Description: "The fraction of lighting units in the specified Location, where all the fractions for the Location sum to 1. If a Location is not specified, fractions apply to the entire building."Location
enumeration choice.LightingGroup/ThirdPartyCertifications
andLightingFixture/ThirdPartyCertifications
. Adds "ERI Tier I" and "ERI Tier II" as enumerations choices.LightingFractions
(superseded by this proposal).Example: