06-24-2023, 06:02 AM
I bought this AM2120 Temperature and Humidity Sensor and I am not able to get it to read input sensor on my ESPHOME. I have bought AM2301 and it works fine with the same ESPHOME code as below:
- platform: dht
pin: 33
model: AM2302 ## New Sensor AM2120 NOT WORKING - NA reading
temperature:
name: "S4-Temp"
accuracy_decimals: 1
humidity:
name: "S4-Humidity"
accuracy_decimals: 1
update_interval: 30s
Do I use the wrong code for my board?
Thanks..
- platform: dht
pin: 33
model: AM2302 ## New Sensor AM2120 NOT WORKING - NA reading
temperature:
name: "S4-Temp"
accuracy_decimals: 1
humidity:
name: "S4-Humidity"
accuracy_decimals: 1
update_interval: 30s
Do I use the wrong code for my board?
Thanks..