In the following situations, the device will estimate the room temperature:

See FPORT 0x08 for the Temperature Estimation Algorithm, and for adjustment of the algorithm.

To achieve the instructed room temperature, the device applies the PID algorithm.

--uriencoded--e = \text%7BSetPoint Temperature%7D - \text%7BAmbient Temperature%7D
\text{Valve Percent} =  K_p * e(t) + K_I *  \sum_{}^{} e(t) + K_d * \Big( e(t)-e(t-1) \Big) + \text{Offset Percent}

See FPORT 0x07 for adjustment of the PID coefficients and Offset Percent.

The device considers moving the motor every 5 minutes.

PID Flow Chart