Update v1.1.0
EnergyPlus 9.5.0 can be used by Energym!
Patch Notes
- IDF files included in Energym have been updated using EnergyPlus IDF converter. Thanks, @miguems and @jajimer for that information.
- This update to Energyplus 9.5.0 changes some variable names such as
Facility Total HVAC Electric Demand Power
; its new name isFacility Total HVAC Electricity Demand Rate
. This has been changed where needed. opyplus
library doesn't contain the new IDD file for Energyplus 9.5.0, so this file has been manually specified in the code (using an ENV variable).- The IDF update changes runperiods, so year start and end are specified now. The simulator has been updated in order to manage this correctly.
- The Dockerfile and devcontainer now use Energyplus version 9.5.0.
- Some tests have been updated in order to respect compatibility.