Open-Orange-Button / Orange-Button-Taxonomy

OpenAPI Orange Button taxonomy
https://Open-Orange-Button.github.io/Orange-Button-Taxonomy
Apache License 2.0
14 stars 19 forks source link

Rework EnergyConsumption and EnergyUsage #196

Closed cwhanse closed 1 year ago

cwhanse commented 1 year ago

Closes #129

In EnergyConsumption, replace SiteID with Scope, EnergyUsages with EnergyACArray

In EnergyUsage, add Scope and EnergyACArray, and remove EnergyAC.

The intent is that EnergyConsumption reports self-consumption, where as EnergyUsage is more general.

cwhanse commented 1 year ago

Todo: what becomes of EnergyUsage?

cwhanse commented 1 year ago

Todo: what becomes of EnergyUsage?

Keep and distinguish from EnergyConsumption by the Description. But we can't yet use Description with an Array object. https://github.com/Open-Orange-Button/Orange-Button-Editor/issues/29

cwhanse commented 1 year ago

209 is the follow-on PR that closes the Todo's here.