ESP32-2432s028 icon indicating copy to clipboard operation
ESP32-2432s028 copied to clipboard

FWIW DHT 11, or 22 sensors

Open Grey-Lancaster opened this issue 3 months ago • 0 comments

You can just use the provided 4 pin connector with a DHT sensor and still have a GPIO left over

sensor:
  # - platform: dallas
  #   address: xxxxxxxxxxx
  #   name: "CYD Temp" 
  - platform: dht
    pin: GPIO22
    model: AUTO_DETECT
    temperature:
      name: "CYD Temperature"    
    humidity:
      name: "CYD Humidity"
    update_interval: 60s  

Grey-Lancaster avatar Apr 23 '24 21:04 Grey-Lancaster