8000 Add `LightingGroup/Load` element by shorowit · Pull Request #366 · hpxmlwg/hpxml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add LightingGroup/Load element #366

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

Merged
merged 3 commits into from
Jun 12, 2023
Merged

Add LightingGroup/Load element #366

merged 3 commits into from
Jun 12, 2023

Conversation

shorowit
Copy link
Contributor

Adds a LightingGroup/Load element, similar to the PlugLoad/Load element. Allows specifying the lighting usage in kWh/yr or W. (There is an existing LightingGroup/AverageWattage element, but it's W per unit and thus requires the number of units, which may not be known/collected, to obtain the total wattage.)

E.g.:

<LightingGroup>
    <SystemIdentifier id='LightingGroup'/>
    <Location>interior</Location>
    <Load>
        <Units>kWh/year</Units>
        <Value>620</Value>
    </Load>
</LightingGroup>

@nmerket
Copy link
Contributor
nmerket commented May 12, 2023

@nmerket nmerket merged commit 1e35bac into master Jun 12, 2023
@nmerket nmerket deleted the lighting_load branch June 12, 2023 22:34
63FB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0