Controller:WaterCoil
I have done quite a bit of diving through the questions. This question is similar to "Find Root Simple Controller: Controller Water Coil Error" question, but I have already tried implementing those recommendation and am still seeing the errors. Unlike that question, this system uses a CentralHeatPumpSystem with ChillerHeaterPerformance:Electric:EIR modules.
Here is the error I am getting. It is repeated for each Controller:WaterCoil.
** Severe ** FindRootSimpleController: Controller error for controller = "CONTROLLER HOT WATER COIL 3"
** ~~~ ** Environment=RUN PERIOD 1, at Simulation time=01/01 00:00 - 00:10
** ~~~ ** Controller function is inconsistent with user specified controller action = Normal action
** ~~~ ** Actuator will be set to maximum action
** ~~~ ** Controller control type=Temperature
** ~~~ ** Controller temperature setpoint = 11.95 [C]
** ~~~ ** Controller sensed temperature = -2.53 [C]
** ~~~ ** Controller actuator mass flow rate set to 2.09 [kg/s]
** ~~~ ** Controller actuator temperature = -8.06 [C]
** ~~~ ** The entering hot water temperature (controller actuator temperature) should be above the setpoint temperature
I tried adjusting the action of the controller from normal to reverse, but this did not remove the error. I also tried adjusting the setpoint managers to make sure they were being set at the correct temperature. Any other ideas on how to solve this error?