NodeMCU + MQTT + Multi DHT sensors

I’m having a test with a cable cat 5 L= 10mt. and a power adaptor 5V 2.1A.
Is working but, the temperature is about 0,5°-1°C higher than the sensors with a short cable.
The humidity is more or less the same than other sensors.
For Google App, there is no way than configure the items as thermostat, but is possible to create a rules only for google?
TnX all for the help.

Jad

P.S. after 30 min the temperature is quite the same then the other sensors.

…yes it takes a while, until the sensors working well. If you still observe differences, you can adjust

in this case I make an adjustment of “- .5” for the temperature.

The slash “/” is more or less philosophical. I think it depends on how your Controller-Subscribe is declared. If you use it this way /%sysname%/# you will need the slash, if using in that way %sysname%/# no slash is needed. Also other possibilities are usable, i.e. %sysname%_%unit%/# means “Unit-Name”, “_” the underscore-sign as a seperator and %unit% which is the unit number

which ends in esp_lolin_1. As I’m using it in this way I didn’t noticed the issue @crnjan posted, but it’s a good hint.

I think that now this 3D has become a sort of tutorial.
To complete my configurations are the following:
My sensors:


Unit name:

MQTT parameter:

Thing create by paper UI:

Chanel create by paper UI:

Jad