1

I need help creating a custom meter using an Output Variable. [closed]

The Output Variable is Refrigeration Case Lighing

PFHUTCHINS's avatar
83
PFHUTCHINS
asked 2019-02-06 18:46:27 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2019-02-07 07:37:34 -0500
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "duplicate question" by PFHUTCHINS 2019-03-07 11:28:31 -0500

Comments

add a comment see more comments

1 Answer

2

Try this: Meter:Custom,RefrigLighting,Electricity,Nameofcasefromobject,NameofvariablefromRDDfile; Output:Meter,RefrigLighting,Hourly;

Note: you'll need to determine the "Nameofcasefromobject" and "NameofvariablefromRDDfile" by referencing the IDF and RDD files.

I think you can accumulate ALL such values by using the "star / asterisk" wild card: Meter:Custom,RefrigLighting,Electricity,*,NameofvariablefromRDDfile; Output:Meter,RefrigLighting,Hourly;

Jim Dirkes's avatar
3.5k
Jim Dirkes
answered 2019-02-07 05:51:01 -0500, updated 2019-02-07 05:54:23 -0500
edit flag offensive 0 remove flag delete link

Comments

I'm a rookie at EnergyPlus, so bear with me. Where does this statement go and exactly where will I see the results? I've been trying to use the "Add Output Variable" Open Studio measure and I can't find any results or errors.

PFHUTCHINS's avatar PFHUTCHINS (2019-02-09 12:55:40 -0500) edit
add a comment see more comments