AHT20 sensor

Hey, I have a problem with the AHT20 sensor on ESP8266. Does anyone have any idea why it’s not working?

i2c:
sda: GPIO4
scl: GPIO5
scan: true

sensor:

  • platform: aht10
    variant: AHT20
    address: 0x38
    temperature:
    name: “Temperature”
    humidity:
    name: “Humidity”
    update_interval: 60s

You can enable debug logging and post the log output here, “a problem” is very difficult to diagnose.

Does the scan find your sensor?