Description
BUG DESCRIPTION
Hello *. I have a problem with my DHT22. After some time (hours, days) I get null values from sensor. So I attached 2 sensors to my raspberry pi via GPIO2, 27.
The results are confusing:
If one sensors show null, one other may keep reporting good values!
Reboot of rpi does not help at all.
Hard reset (Power off / on) of rpi always works.
Power reset (3.3-5V off / on) of a sensor only SOMETIMES works.
Data reset (pull cable and replug) of sensor works almost always.
If data reset (on ONE sensor) works, other null sensor will start reporting good values as well!
EXPECTED BEHAVIOR
Get both values.
THE SAME ISSUES
I had found the same issue on github
arendst/Tasmota#5619
Those guiys was make some change in reading algorythm, i was try to make the same changes, but i found that i can't make any changes to
/usr/local/lib/python3.7/dist-packages/adafruit_blinka/microcontroller/bcm283x/pulseio/libgpiod_pulsein
i'm not sure if i am going right way.
I think those guys find a way out
arendst/Tasmota#7440