First time here? Check out the Help page!
1 | initial version |
If you want to exchange variables with EnergyPlus at the zone time step then you can either use the BCVTB (https://simulationresearch.lbl.gov/bcvtb), or export EnergyPlus as an FMU (http://simulationresearch.lbl.gov/fmu/EnergyPlus/export/).
For the latter, you will need a master algorithm such as PyFMI (https://pypi.python.org/pypi/PyFMI) or the BCVTB to couple the EnergyPlusFMU to your external script.
2 | No.2 Revision |
If you want to exchange variables with EnergyPlus at the zone time step then you can either use the BCVTB (https://simulationresearch.lbl.gov/bcvtb), or export EnergyPlus as an FMU (http://simulationresearch.lbl.gov/fmu/EnergyPlus/export/). The documentation of both tools explain how you need to expose the inputs/outputs which should be exchanged.
For the latter, you will need a master algorithm such as PyFMI (https://pypi.python.org/pypi/PyFMI) or the BCVTB to couple the EnergyPlusFMU to your external script.