Replies: 1 comment
-
I solve my issues. Here is what I discover and understood (correctly, I hope).
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My goal is to simulate the behaviour of a building based on the electricity consumption of its centralised HVAC System. I could not find any actuator in the EMS to control a HVAC system knowing its electrical consumption (which, I believe, would be nice to have).
I decided to use the
Sensible Load Request
actuator for Unitary HVAC System instead. My problem is that I do not understand the behaviour of this actuator. In the documentation, two internal variables were said to help, theUnitary HVAC Design Heating Capacity
andUnitary HVAC Design Cooling Capacity
. How do these help? What is their connection toSensible Load Request
?I also do not get why the output of those two variables is 220.95 W and 1 W, respectively, when I run my script. It does not make any sense in my case since the heating and cooling systems operates at several thousands of Watts during some time steps.
See output below (for one time step):
So my questions are:
Unitary HVAC Design Heating Capacity
andUnitary HVAC Design Cooling Capacity
return?Sensible Load Request
actuator?callback_after_predictor_after_hvac_managers
)?Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions