In applications where dual utility feeds are available, each with its own meter, how would I use submeterOf? Technically, each of the downstream meters would be a submeterOf each of the utility meters, but I can only reference one meter in this method.
Ideas? Is this problem solved somewhere already?
Brian FrankFri 19 Jun 2015
Maybe I misunderstand, but what it sounds like you are talking about a "virtual main meter" which aggregates two separate utility submeters? In that case you would define a virtual main meter and it would get the siteMeter tag (in SkySpark we typically use computed histories to aggregate its submeters on the fly). Then the two utility meters would reference that virtual meter via the submeterOf tag.
Brian Turner Fri 19 Jun 2015
In applications where dual utility feeds are available, each with its own meter, how would I use submeterOf? Technically, each of the downstream meters would be a submeterOf each of the utility meters, but I can only reference one meter in this method.
Ideas? Is this problem solved somewhere already?
Brian Frank Fri 19 Jun 2015
Maybe I misunderstand, but what it sounds like you are talking about a "virtual main meter" which aggregates two separate utility submeters? In that case you would define a virtual main meter and it would get the
siteMeter
tag (in SkySpark we typically use computed histories to aggregate its submeters on the fly). Then the two utility meters would reference that virtual meter via thesubmeterOf
tag.