Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AM2120 Temperature Sensor
#1
Sad 
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..
Reply
#2
ESPHome support AM2320 , not AM2120
Reply
#3
What is mean that I cannot use this sensor AM2120 at all? Is there a way to get around this using ESPHome codes?
Reply
#4
you can check your sensor model at here: https://esphome.io/index.html#environmental
if not listed, so that not support by ESPHome. if you want to use, you can feedback to ESPHome github.
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)