.
The DHT sensors are relatively cheap but are very unreliable and inaccurate. The DHT11 is ok for tinkering around with but I would not recommend using it for anything serious. It can vary by several degrees from sensor to sensor and the rate at which humidity updates to new conditions is really slow. The DHT22 has slightly better specs but cost several times more purportedly because of the cost/time to calibrate.
Your right the DHT 11 sensors are very unreliable! when I picked these up I got a couple as I found them for the price of one(suspect the vendor was just trying to unload them). I connected one to a Pi 3B+ and one to a Zero W, the sensors are less then a foot apart but humidity values on the 2 are 10% points or more different. The temperature values are 2.0C° more or less different then each other but I suspect that would depend on the in both cases module.
Still the only thing I wished to use this for was a indoor temperature estimation in the city. The DHT11 will work in my city place but not at my off grid place due to the extreme temperatures experienced in the winter inside when I'm not there.
The DHT22 sensors are by far much better for Humidity (at least the ones I have) they are less then .5% different from each other.
The temperature values are about .5C° or less different from each other. Still that can be a large discrepancy depending on the actual temperature. However for what I'm planning, it should be OK and work fine
Both sensors I would not recommended for any serious monitoring.
I'm still waiting on my BME280 sensor so I'll post my finding when I get it. I most likely will use it to create a weather station at my off grid place.
The HG downloadable DHT sensor programs seem to have a couple of issues. One is the C# library which from my research say it is very unreliable and is looking to be out dated with the latest HG code. The other seems to be the sensor widget as I attempted to use this when creating a new HG DHT program. In both cases program code sees there is info but widget reports (displays) NANA for humidity and NANA C for temperature.
I haven't dug into the HG Sensor widget code as yet to see what, if anything may going on with it.