Configure to use either DHT22 or DHT11 #37
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original code in DHT22, but I have a DHT11 to use for outdoor measurements. Need some sort of config to read each one the right way?
DHT11: https://www.raspberrypi-spy.co.uk/2017/09/dht11-temperature-and-humidity-sensor-raspberry-pi/
Looks like it won't be hard to build this into a config file like #38.
See https://www.raspberrypi-spy.co.uk/2017/09/dht11-temperature-and-humidity-sensor-raspberry-pi/ for example; code here is
cbe48732e9/pi_temp.py (L63)
.