DanielOgorchock / ST_Anything

ST_Anything is an Arduino library, sketch, and Device Type that works with your SmartThings ThingShield to create an all-in-one SmartThings device.
GNU General Public License v3.0
439 stars 448 forks source link

DHT22 DHT Timeout Error #101

Closed abdallas closed 6 years ago

abdallas commented 6 years ago

I am getting a timeout error witha DHT 22 sensor. If I use the Adafruit DHT22 library, the sensor works fine. Any Ideas?

vseven commented 6 years ago

Are you using the latest copy of the ST_Anything library? What chip are you using? What is the error? Can you post a copy of your sketch?

ogiewon commented 6 years ago

@vseven - This problem was discussed in the ST forum this morning and resolved. @abdallas is using an AM2320 sensor, not a DHT22. When a DHT22 was substituted, the problem was resolved.