AM2120 Temperature Sensor - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A8 (https://www.kincony.com/forum/forumdisplay.php?fid=23) +--- Thread: AM2120 Temperature Sensor (/showthread.php?tid=3018) |
AM2120 Temperature Sensor - mrteaiot - 06-24-2023 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.. RE: AM2120 Temperature Sensor - admin - 06-24-2023 ESPHome support AM2320 , not AM2120 RE: AM2120 Temperature Sensor - mrteaiot - 06-24-2023 What is mean that I cannot use this sensor AM2120 at all? Is there a way to get around this using ESPHome codes? RE: AM2120 Temperature Sensor - admin - 06-24-2023 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. |