There is support for the DHT series with OneWire interface but has there been firmware support for the DHT series Grove with I2C interface such as the DHT-20? The Grove DHT series with OneWire is End Of Life.
dht(pin,module_type) only supports the OneWire and I2C are private functions in the library.
Actually the readme says it it is for grovepi, so perhaps try the install for Di_sensors and then try passing “I2C” for the port to that “GoPiGo3 Example” - it might just work!
You are correct. The installation in the readme does install the di_sensor modules. I have verified the modules do get included for GrovePi compile. I have not tested the code yet. I will update when I have. McZ