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

sz1980's profile - activity

2023-05-29 16:20:33 -0500 received badge  Teacher (source)
2023-05-28 06:32:09 -0500 edited question Run EnergyPlus continuously

Run EnergyPlus continuously I am trying to build a testbed for a controller and to run EnergyPlus therein for many years

2023-05-28 05:56:09 -0500 asked a question Run EnergyPlus continuously

Run EnergyPlus continuously I am trying to build a testbed for a controller and to run EnergyPlus therein for many years

2023-05-28 05:37:59 -0500 marked best answer Python API error handling (to stderr)

Hi,

I am working with the Python API 0.2 and EnergyPlus 22.1.0.

I need to do some value checking (if values are finite) inside of my callback functions. What I noticed is, that (a) ValueErrors in Python code do not get recognized during a run (nor after one), (2) the stderr does not print them either, and (3) the api.runtime.issue_severe() does not stop EnergyPlus or prints the error message to stderr.

Is there any way to let EnergyPlus in case of a Python error stop and print the error to the stderr or as an alternative, let Python stop EnergyPlus?

Thanks for any help here

2023-05-28 05:37:59 -0500 received badge  Scholar (source)
2023-05-28 05:37:30 -0500 answered a question Python API error handling (to stderr)

This has been answered in the related GitHub issue. In v23.2. there will be a stop_energyplus() method in the Runtime AP

2023-05-24 08:29:16 -0500 edited question Python API error handling (to stderr)

Python API error handling (to stderr) Hi, I am working with the Python API 0.2 and EnergyPlus 22.1.0. I need to do s

2023-05-24 08:29:16 -0500 received badge  Editor (source)
2023-05-04 06:46:06 -0500 asked a question Python API error handling (to stderr)

Python API error handling (to stderr) Hi, I am working with the Python API 0.2 and EnergyPlus 22.1.0. I need to do s

2023-03-29 03:19:16 -0500 received badge  Supporter (source)
2023-03-16 04:51:53 -0500 commented question EnergyPlus simulation calculates 367 instead of 365 days

@Aaron Boranian Where can I see in the IDF if they get used? Also, if a year does not start on a Sunday, but I configure

2023-03-16 04:51:26 -0500 commented question EnergyPlus simulation calculates 367 instead of 365 days

@Aaron Boranian, thanks a lot for this hint and the explanation. A CSV is not returned from the simulation, but the ESO

2023-03-16 04:50:39 -0500 commented question EnergyPlus simulation calculates 367 instead of 365 days

@Aaron Boranian, thanks a lot for this hint and the explanation. A CSV is not returned from the simulation, but the ESO

2023-03-16 04:47:13 -0500 answered a question EnergyPlus simulation calculates 367 instead of 365 days

@Aaron Boranian, thanks a lot for this cue and the explanation. A CSV is not returned from the simulation, but the ESO c

2023-03-09 10:08:41 -0500 received badge  Student (source)
2023-03-09 09:48:41 -0500 asked a question EnergyPlus simulation calculates 367 instead of 365 days

EnergyPlus simulation calculates 367 instead of 367 days Hi everyone, I am right now sitting at an issue that I cannot