Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

yapan's profile - activity

2020-05-13 11:20:28 -0500 commented answer E+ Output:Variable - Single VAV Power Consumption

Thank you for clarifying this. Can I calculate the HVAC power consumption based on the heating energy transferred? If

2020-05-13 11:13:43 -0500 commented answer E+ Output:Variable - Single VAV Power Consumption

Thank you for clarifying this. Can I calculate the HVAC power consumption based on the heating energy transferred? Wha

2020-05-13 10:51:11 -0500 marked best answer E+ Output:Variable - Single VAV Power Consumption

Dear all,

In E+ 9.2.0, I'm wondering if I can output the power consumption of a single VAV box in a specific zone? I want to read this value into my python code at each timestep. So it will be great if I can output this value as a variable. I know we can output its power consumption as a subcategory of meter data. But, I assume this kind of meter data cannot be read at each timestep...

Any comments or suggestions will be very much appreciated.

Thank you for your time.

Best,

Yapan

OtherEquipment,
3ndFloor:Zone4 Equipment 1,  !- Name
Electricity,             !- Fuel Type
3ndFloor:Zone4,          !- Zone or ZoneList Name
Office_OpenOff_Equip,    !- Schedule Name
Watts/Area,              !- Design Level Calculation Method
,                        !- Design Level {W}
7.25,                    !- Power per Zone Floor Area {W/m2}
,                        !- Power per Person {W/person}
0,                       !- Fraction Latent
0.2,                     !- Fraction Radiant
0,                       !- Fraction Lost
0,                       !- Carbon Dioxide Generation Rate {m3/s-W}
ELECTRIC EQUIPMENT#3ndFloor:Zone4#05;  !- End-Use Subcategory


AirTerminal:SingleDuct:VAV:Reheat,
3ndFloor:Zone4 Single Duct VAV Reheat,  !- Name
On 24/7,                 !- Availability Schedule Name
3ndFloor:Zone4 Single Duct VAV Reheat Damper Outlet,  !- Damper Air Outlet Node Name
Air Loop Zone Splitter Outlet Node 2,  !- Air Inlet Node Name
0.268,                   !- Maximum Air Flow Rate {m3/s}
Constant,                !- Zone Minimum Air Flow Input Method
0.3,                     !- Constant Minimum Air Flow Fraction
,                        !- Fixed Minimum Air Flow Rate {m3/s}
Min supply air flow fraction schedule: Always 0.3,  !- Minimum Air Flow Fraction Schedule Name
Coil:Heating:Water,      !- Reheat Coil Object Type
3ndFloor:Zone4 Single Duct VAV Reheat Heating Coil,  !- Reheat Coil Name
autosize,                !- Maximum Hot Water or Steam Flow Rate {m3/s}
0,                       !- Minimum Hot Water or Steam Flow Rate {m3/s}
3ndFloor:Zone4 Single Duct VAV Reheat Supply Inlet,  !- Air Outlet Node Name
0.001,                   !- Convergence Tolerance
Normal,                  !- Damper Heating Action
,                        !- Maximum Flow per Zone Floor Area During Reheat {m3/s-m2}
,                        !- Maximum Flow Fraction During Reheat
35;                      !- Maximum Reheat Air Temperature {C}
2020-05-13 10:50:39 -0500 answered a question E+ Output:Variable - Single VAV Power Consumption

This issue was solved by adding the following code to the idf file. Thank you for your time. Output:Variable, 3ndFloor:

2020-05-13 01:01:28 -0500 asked a question E+ Output:Variable - Single VAV Power Consumption

E+ Output:Variable - Single VAV Power Consumption Dear all, In E+ 9.2.0, I'm wondering if I can output the power consu

2020-05-12 16:13:00 -0500 commented answer Basic example with pyfmi

Solved. Thank you.

2020-05-12 08:44:29 -0500 commented answer Python interacts with EnergyPlus

Hi Edwin, Thank you so much for this information. I will definitely check the methods you mentioned. Best, Yapan

2020-05-11 21:36:21 -0500 received badge  Student (source)
2020-05-11 20:50:54 -0500 marked best answer Python interacts with EnergyPlus

Hi, recently I'm working on a project to read and send variables to EnergyPlus simulation. I need my Python algorithm to talk with EnergyPlus at each simulation step. I ended up using pyEp to do this, but I have some problems to configure my EnergyPlus model (Version 9.2.0), Python cannot read variables from E+ when the simulation is running.

Could anyone share some comments or suggestions on this?

Your time are much appreciated.

Thank you so much.

2020-05-11 20:50:54 -0500 received badge  Scholar (source)
2020-05-11 09:03:14 -0500 commented answer Basic example with pyfmi

Hi, I'm also trying to export IDF as FMU, but got an error. It shows below, I'm wondering if you have any suggestion to

2020-05-08 14:16:36 -0500 commented question Python interacts with EnergyPlus

Hi, I got some comments from bcvtb google group (https://groups.google.com/forum/#!topic/bcvtb/XNQoGpiJGrM ). I plan to

2020-05-08 10:18:28 -0500 asked a question Python interacts with EnergyPlus

Python interacts with EnergyPlus Hi, recently I'm working on a project to read and send variables to EnergyPlus simulati

2020-05-07 08:33:04 -0500 commented question Reinforcement Learning Workflow with EnergyPlus

Hi, I'm wondering if you have any updates on this project/workflow? I'm also working on similar things. I checked pyEp,

2020-05-07 00:50:02 -0500 received badge  Supporter (source)