08-28-2024, 07:53 PM
I am trying to connect DHT22 to A32PRO. I connected three DHT22 pins in the following way:
data pin -> W1
VCC -> 3V3
GND -> GND
There is 10kOm pull up resistor between 3V3 and W1 installed.
This is how I configure DHT22 in ESPHOME:
sensor:
- platform: dht
pin: GPIO1
model: DHT22
temperature:
name: "Temperature"
humidity:
name: "Humidity"
update_interval: 10s
The status in Home Assistant is "unknown".
What am I doing wrong? Did I connected and configured correctly?
Thank you for explanation in advance.
data pin -> W1
VCC -> 3V3
GND -> GND
There is 10kOm pull up resistor between 3V3 and W1 installed.
This is how I configure DHT22 in ESPHOME:
sensor:
- platform: dht
pin: GPIO1
model: DHT22
temperature:
name: "Temperature"
humidity:
name: "Humidity"
update_interval: 10s
The status in Home Assistant is "unknown".
What am I doing wrong? Did I connected and configured correctly?
Thank you for explanation in advance.