Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To obtain an estimate of the flow temperature, the device measures the flow temperature every 5 minutes and calculates the average since the last radio communication. It then adds the user-specified flow offset.

Code Blockmathblock
(\text{average since last radio communication)} + \text{offset

...

})

To compute the motor movement, the device then applies a Proportional Controller Gain algorithm to compute the motor movement:

Mathblock
(P * \text{Temperature Difference} * 4) \text{  %}

...