Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Every MLR003 device contains a “Thermoelectic Generator (TEG)” element, which generates electrical energy when there is a temperature difference.

  • The TEG harvests energy from the temperature difference between the heating flow temperature and the ambient temperature (usually room temperature).

  • The MLR003 comes with an aluminium housing as a functional part to generate electrical energy.

  • The actuator has a valve-side temperature sensor to determine the flow pipe temperature and an ambient sensor to determine the temperature away from the flow pipe. Because the ambient sensor is surrounded by the aluminium housing and is still very close to the radiator, when the radiator is heating, the value measured by the ambient sensor is higher than the actual room temperature. Thus an algorithm is applied to estimate the room temperature.

  • A controllable offset for the flow sensor is available to compensate for devices which are mounted above exposed hot water pipes. It can be set by sending an FPORT 0x08 Downlink.

  • To obtain an estimate of the ambient temperature, the device measures the flow temperature every 5 minutes and performs a moving average across the last 30 minutes. It then performs the following computation

    Orah footnote
    an.spaceKeyMH
    textAmbient Estimate Calculation
    id0cv82peijaks

    image-20240705-142429.pngImage Removed

Mathblock
anchor
alignmentleft
--uriencoded--\begin%7Baligned%7D
\text%7BFlow Temperature Estimate%7D(t) = \frac%7B\sum_%7Bi = t - 5%7D%5e%7Bt%7D%7B\text%7BFlow Sensor Raw Value%7D(i)%7D%7D%7B6%7D + \text%7BFlow Offset%7D

\\
\\
\\

\text%7BAmbient Temperature Internal%7D(t) = \text%7BAmbient Sensor Raw Value%7D(t) * (\frac %7B\text%7BAmbient Sensor Raw Value%7D(t)%7D %7B\text%7BFlow Temperature Estimate%7D(t)%7D)%5e%7B1.2%7D

\\
\\
\\

\text%7BAmbient Temperature Estimate%7D(t) = \frac%7B\sum_%7B i = t-3%7D%5e%7Bt%7D
%7B\text%7BAmbient Temperature Internal%7D(i)%7D%7D%7B4%7D

\end%7Baligned%7D

Byte

Uplink in FPORT #1

Details

Description

2

FSRV

Flow Sensor Raw Value

The uncompensated flow temperature measured at the valve side

3

FTMP

Flow Temperature Value

The flow moving average, with offset applied

Moving Average of Flow Sensor Raw Value + OFFSET (set via FPORT 0x08)

Default OFFSET = 0

4

ASRV

Ambient Sensor Raw Value

The uncompensated ambient sensor value

5

ATMP

Ambient Temperature Value

Ambient Temperature calculated from

Orah footnotes display

...