Open kad99kev opened 4 months ago
@kad99kev Please attach a zip of idf files (and outputs if you like) so we can reproduce the problem. Also it would be helpful to mention specific results (dates/times) where you see the issue, and mention what weather file you are using.
ZIP file with IDF - Datacenter_issue.zip
I am using the USA_AZ_Davis-Monthan.AFB.722745_TMY3.epw weather file. I am running this using a reinforcement learning library called Sinergym. So in RL terms, at every timestep when I send control signals to the heating and cooling setpoints, only the West Zone seems to follow the policy given, while the East Zone does not.
Thank you!
The zip you shared has a single idf, which is actually an epJSON file. It has zero output variables.
Anyways, adding a couple of output variables myself, I guess the issue you're seeing is that the Temperature of the East zone is consistently way above the thermostat cooling setpoint of 23.0, right?
The same for 2ZoneDataCenterHVAC_wEconomizer.idf
Yes, that is precisely the issue that I've been noticing. I tried upgrading to EnergyPlus v24 but I noticed the same issue there as well.
Hi! Any new updates on this issue?
Hello! Thank you for your work on EnergyPlus!
I wanted to raise an issue about controlling the setpoints of the East Zone of the Datacenter. It seems that when we change the setpoints, only the West Zone responds to the changes, the East Zone consistently has higher temperature values. I am using a Python library called Sinergym, and raise an issue there as well. But they claim it to be an EnergyPlus issue. I was wondering if you could provide some clarity behind the reason for this.
Even when updating from 23.1 to 24.1 the issue persists This was the issue I raised when I initially found the issue
Any advice or clarity on this would be greatly appreciated! Thank you once again!