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

prp92's profile - activity

2024-03-25 09:32:29 -0500 received badge  Popular Question (source)
2023-10-07 18:17:20 -0500 asked a question How to find the energy transfer rate from walls and windows?

How to find the energy transfer rate from walls and windows? Hi, I am trying to find the energy transfer rate from wall

2023-01-20 11:53:05 -0500 asked a question Is it possible to perform group Simulation in Python API?

Is it possible to perform group Simulation in Python API? Hi, Is it possible to do group simulation using Eplus Python

2023-01-20 11:50:49 -0500 commented question Same results for different IDF when simulated using EnergyPlus API

@Aaron Boranian Sure. I will change the post next time.

2023-01-17 14:51:12 -0500 commented question Same results for different IDF when simulated using EnergyPlus API

my code is as follows. for i in range(0,4499,1): api = EnergyPlusAPI() state = api.state_manager.new_state()

2023-01-17 14:50:27 -0500 commented question Same results for different IDF when simulated using EnergyPlus API

my code is as follows. for i in range(0,4499,1): api = EnergyPlusAPI() state = api.state_manager.new_state() api.state

2023-01-17 14:49:49 -0500 commented question Same results for different IDF when simulated using EnergyPlus API

building_list is the list containing all the file names of 4500 IDFs.

2023-01-17 14:48:51 -0500 commented question Same results for different IDF when simulated using EnergyPlus API

my code is as follows. for i in range(0,4499,1): api = EnergyPlusAPI() state = api.state_manager.new_state() api.state

2023-01-17 07:48:55 -0500 asked a question Same results for different IDF when simulated using EnergyPlus API

Same results for different IDF when simulated using EnergyPlus API Hi, I have 4500 different IDFs with different config

2023-01-13 09:51:56 -0500 edited question Change the Construction Name in Building Surface:Detailed using Python API

Change the Construction Name in Building Surface:Detailed using Python API Hello, I am currently researching a solution

2023-01-13 09:09:51 -0500 asked a question Change the Construction Name in Building Surface:Detailed using Python API

Change the Construction Name in Building Surface:Detailed using Python API Hello, I am currently researching a solution

2022-09-14 13:30:09 -0500 commented answer Output Variable associated with ZoneHVAC:Baseboard:Convective:Electric not working

This works. Thank you so much..

2022-09-14 13:29:50 -0500 marked best answer Output Variable associated with ZoneHVAC:Baseboard:Convective:Electric not working

Hi,

I am trying to setup a Baseboard Heater in EnergyPlus using the code as follows:

ZoneHVAC:Baseboard:Convective:Electric,
  Zone A BASEBOARD,  !- Name
  Zone A Heating Availability Sch,  !- Availability Schedule Name
  HeatingDesignCapacity,   !- Heating Design Capacity Method
  5000,                    !- Heating Design Capacity {W}
  ,                        !- Heating Design Capacity Per Floor Area {W/m2}
  ,                        !- Fraction of Autosized Heating Design Capacity
  0.97;                    !- Efficiency

There are many outputs available for this class and I am interested in the output HVAC,Sum,Baseboard Electric Energy [J]. I checked my RDD file and it is available.

But, whenever I try to request this output, I get the following error:

The following Report Variables were requested but not generated -- check.rdd file
**   ~~~   ** Either the IDF did not contain these elements, the variable name is misspelled,

I checked everything but EPlus is still throwing that error. Please help to fix this.

Thank you for your time..

2022-09-14 11:03:28 -0500 commented question Output Variable associated with ZoneHVAC:Baseboard:Convective:Electric not working

Hi @Julien My Output code is as follows. Output:Variable, Zone A, !- Key Value Baseboard Electric Energy,

2022-09-14 10:52:28 -0500 asked a question Output Variable associated with ZoneHVAC:Baseboard:Convective:Electric not working

Output Variable associated with ZoneHVAC:Baseboard:Convective:Electric not working Hi, I am trying to setup a Baseboard

2022-07-05 11:48:48 -0500 asked a question Variable Handle Error while using Python API in EPlus Version 22.1

Variable Handle Error while using Python API in EPlus Version 22.1 I tried to get variable handle for the zone mean air

2022-02-24 14:17:18 -0500 edited question What does "Door name - reverse definition" mean?

What does "Door name - reverse definition" mean? Hi.. I have a question about modelling internal doors in Energy Plus (

2022-02-24 14:15:12 -0500 commented question What does "Door name - reverse definition" mean?

@aaron-boranian Hi Aaron.. Sure, I will mention it.

2022-02-24 12:05:41 -0500 asked a question What does "Door name - reverse definition" mean?

What does "Door name - reverse definition" mean? Hi.. I have a question about modelling internal doors in Energy Plus.

2022-02-07 18:32:56 -0500 asked a question Natural Ventilation and HVAC system Usage

Natural Ventilation and HVAC system Usage Hi.. Natural Ventilation (passive) and HVAC (active) are two major methods of

2022-02-06 08:58:24 -0500 commented answer Changing schedule based on Artificial Neural Network using values from energy plus

Thank you everyone for your awesome help. The ANN schedule is finally working... with three input variables.

2022-02-04 11:14:33 -0500 commented answer Changing schedule based on Artificial Neural Network using values from energy plus

@mechyai I tried to see the actuator details using the link you posted earlier. I found the following. EnergyManagement

2022-02-04 11:14:33 -0500 received badge  Commentator
2022-02-04 10:47:05 -0500 commented answer Error: 'float' object has no attribute 'apply'

@ Aaron Hi Aaron, Is it possible to execute EnergyPlus from library "from pyenergyplus.api import EnergyPlusAPI" withou

2022-02-04 08:15:34 -0500 commented answer Error: 'float' object has no attribute 'apply'

@ Aaron Hi Aaron, If I am using python EMS, then I don't have to define EnergyManagementSystem:Actuator in the IDF fil

2022-02-04 08:13:10 -0500 commented answer Changing schedule based on Artificial Neural Network using values from energy plus

@mechyai I am particularly confused with actuator_key part of the handle. I set actuator_key as already existing dummy

2022-02-04 08:10:17 -0500 commented answer Changing schedule based on Artificial Neural Network using values from energy plus

@mechyai I used set_actuator_value and tried to run it. It is giving me following error. * Severe * Data Exchange API:

2022-02-04 06:25:34 -0500 commented answer Error: 'float' object has no attribute 'apply'

@ Aaron Hi Aaron, If I am using python EMS, then I don't have to define EnergyManagementSystem:Actuator in the IDF fil

2022-02-03 11:12:33 -0500 commented answer Error: 'float' object has no attribute 'apply'

@ Aaron thanks Aaron. your solution worked. But I got into another problem. The last line of the code : api.exchange.se

2022-02-02 12:17:46 -0500 edited question Error: 'float' object has no attribute 'apply'

Error: 'float' object has no attribute 'apply' Hi... I am trying to use ANN model to predict the window opening and clo

2022-02-02 12:17:46 -0500 received badge  Editor (source)
2022-02-02 12:14:25 -0500 asked a question Error: 'float' object has no attribute 'apply'

Error: 'float' object has no attribute 'apply' Hi... I am trying to use ANN model to predict the window opening and clo

2022-02-02 09:16:13 -0500 commented answer Changing schedule based on Artificial Neural Network using values from energy plus

@mechyai I can now import values from zone temperature and outdoor temperature and pass it into my ANN model. I can also

2022-02-01 09:23:32 -0500 marked best answer Changing schedule based on Artificial Neural Network using values from energy plus

Hi...

Is it possible to supply the indoor temperature, indoor RH and other values to the ANN model that can predict the opening and closing of the windows? I already have the model. I have to figure out how can I supply the indoor air parameters like temperature and RH from the energy plus to my ANN model. And also how to replace the Window Open/Close values predicted by ANN model as the schedule to window opening?

I believe this can be done using python but I am not sure how to start.

Thank you so much for your time.

2022-02-01 09:23:32 -0500 received badge  Scholar (source)
2022-02-01 09:09:47 -0500 commented answer Error in Running EnergyPlus in Python using API

This works.. thanks..