Dht11 interface with cayenne

Hi @mithun7somaj,

If you use that DHT library, you need to also install the Adafruit Sensor Library:

Also, reviewing your code, you should not use a 10 second delay in the main loop as Cayenne.Run() is what processes all the messages.

Try this instead:

Cheers,

Craig