First time here? Check out the Help page!
1 | initial version |
You can use Output:Meter for this, if you are looking for a single value for the home. In particular:
Output:Meter,Heating:*,Hourly;
Output:Meter,Cooling:*,Hourly;
Let's break down the first one Output:Meter,Heating*,Hourly;
:
<EndUseType>:<ResourceType>:<name>
. You are asking to report the End Use Heating
and using a wildcard to return all ResourceType (fuels)Look at the documentation I linked above for more information (and more options), and after a succesful run you can also look at the *.mtd
file that is created by E+. You can also look at the Output Details and Examples Volume for eplusout.mtd documentation.
2 | No.2 Revision |
You can use Output:Meter for this, if you are looking for a single total value for the home. In particular:particular, these meters will be of interest
Output:Meter,Heating:*,Hourly;
Output:Meter,Cooling:*,Hourly;
Let's break down the first one Output:Meter,Heating*,Hourly;
:
<EndUseType>:<ResourceType>:<name>
. You are asking to report the End Use Heating
and using a wildcard to return all ResourceType (fuels)You might want to be more specific, for example Heating:Gas
to return the gas consumption used for heating (if you have a boiler for example). Or Heating:EnergyTransfer
if you want to look at the energy actually used to condition your zones.
Look at the documentation I linked above for more information (and more options), and after a succesful run you can options). You should also look at the Output Details and Examples Volume for eplusout.mtd documentation: after a successful run you can look at the *.mtd
eplusout.mtd
file that is created by E+. You can also look at the Output Details E+ which will show you available meters and Examples Volume for eplusout.mtd documentation.