Page 1 of 1

MQTT Temp+Hum sent to Domoticz. Values logged but current values not displayed

Posted: Sunday 08 January 2023 23:22
by ccaru
I wonder if anybody can help me: I am testing a WEMOS D1 with MQTT to send some temperature + humidity values into Domoticz.

I am able to send the values and they are being received and logged into Domoticz, but Domoticz is not displaying the current values in the dashboard and temperature screens.

Here is an example of the MQTT message I am sending :

{"idx":2289,"svalue":"41.2;32"}

If I look into the log, i can see 41.2 as temperature and 32 as humidity, but i do not see these values on the main page. Any ideas?

thanks in advance for any feedback!
Claude

Re: MQTT Temp+Hum sent to Domoticz. Values logged but current values not displayed

Posted: Monday 09 January 2023 0:47
by waltervl
A temp + Hum device needs 3 values. See https://www.domoticz.com/wiki/Domoticz_ ... 2Fhumidity

Re: MQTT Temp+Hum sent to Domoticz. Values logged but current values not displayed

Posted: Monday 09 January 2023 7:41
by ccaru
Many thanks :) that fixed it!

{"idx":2289,"svalue":"41.2;32;0"}