xbee3 + DHT11 micropython

Greetings to all!
I’m trying to create a mesh of xbee3 to measure temperature with DHT11 sensor.Both are connected to a grove development board.
Where can i find a module python to use DHT11 so that i can program xbee3 by micropython?

thanks!

You may need to check with the sensor company or within the Micro Python Library.

Reading a DHT11 device is not easy and would require some custom code. I recommend that you use instead a SHT-31 or similar I2c device to measure temperature and use the standard I2C library in Micropython for Digi. Here is sample code to read an I2C device.
https://www.digi.com/resources/documentation/digidocs/90002219/default.htm#reference/r_sample_program.htm?Highlight=I2C