An Item in the Thermometers Category

MqttThermometer

The MqttThermometer receives MQTT messages from a MqttClient, with temperature as a numeric value.

Message format

Simply a numeric value.
Decimals allowed, and will be rounded to one decimal.
No unit (°) allowed.

Examples:

“12” in the message shows as “12.0 °C”.
“12.0” in the message shows as “12.0 °C”.
“12.57” in the message shows as “12.6 °C”.
“12.5°C” in the message will not work.

Attributes

See also

NetHomeServer
MqttClient