As a side note, any reason you’re using the DHT11, over the DHT22? I’ve personally used the DHT22 for some sensor nodes, and they work amazingly well! Here’s a compairison.
I have received both the temperature and humidity values from the sensor, just the number of samples from temperature is less than humidity. The values of both temperature and humidity are okay but need some calibration using the offset.
I use DHT11 just because it is cheaper. I have a real thermometer so I used it to calibrate the DHT11 sensor. However, the temperature value seems did not change.
Looking through the code, it looks like the sensor is designed to update once every 30 seconds, is this about accurate with what you’re seeing?
At what frequency are the sensors updating; Also could it be possible that the temperature isn’t changing, so it appears to not be updating?
Lastly, there’s some debug code written into the component. You could try enabling debug logging for this component. More on how to do that here. If you are able to get debug logging enabled, please post the relevant logs here.
edit: It looks like the component is designed to add the value, with the offset, then round it to the first decimal point. Here’s the actual code: