One other thing I wanted to note. In the case of my DHT11 modules (I have 6), there was a notable offset between the different units when located next to each other. I found that the temperature could vary by 2-3°F and ~10%RH from unit to unit. For my use, I collected data for all sensors in a variety of environments that would book end my use conditions (approximately 32-90°F, 0-100%RH). I selected the 3 modules that matched the best and added offsets in my code to make the data match better.
If your installation is not relative (one unit compared to another) and the exact set point is not sensitive, you should be able to ignore this. Also, DHT22 are supposed to be more accurate so HOPEFULLY this won't be an issue.
Be aware that these sensors can fail, though I don't recall the MTBF. If they do, your code might see error values that you are not currently looking for.