Closed nilsmau closed 7 months ago
I encountered precisely the same issue with my ESP32-LOLIN32 + AHT20. After reverting to version 2024.2.2, the device is working again.
Same for me on Lolin S2 mini + AHT20, I2S scan fails to detect the sensor on 2024.3.0
Same here, ENS160+AHT20 and no temp & humidity since update
Same here, though using a combined aht20+bmp280. Address is found on scan, however I get no response from "aht10".
Hi! I also use the AHT20 + BMP280 module bought on AliExpress. I tried every solution but nothing helped.
The question would be, how could this be brought to the attention of the developers? I'm sure they can fix it if they know there's a problem.
Same here, AHT20 connected to esp8266 - d1_mini. "Communication with AHT10 failed!"
I have no idea how to debug. I just downgraded, compiled an old version of esphome on the board and upgraded again.
I wrote too fast. I checked the list of full changes for 2024.3 and there is one commit regarding changes to aht10 according datasheet. It could potentially be the culprit.
https://github.com/esphome/esphome/pull/6303
Code changes: https://github.com/esphome/esphome/pull/6303/files/ddf8893d32770d5b2ae7fc4d96eb11d396500d38
Seems like 2 changes have been implemented at the same time resulting in a sensor not booting properly.
https://github.com/esphome/esphome/pull/6401
This workaround fixes the issue for me. https://github.com/esphome/esphome/pull/6401#issuecomment-2009197421
I can confirm that this indeed solves the issue!
I also use AHT20+BMP280, it works well in ESPHOME 2024.2, but AHT20 failed to communicate in the last update Please help me.
My AHT20 sensors connected to a featheresp32
board also do not seem to be working with the latest release.
Edit: It looks liek it might be fixed in ESPHome PR #6409
Fixed with #6409
The problem
With esp home 2024.3.0, the i2c connected ENS160+AHT20 sensors fail - no temperature or humidity sensor values are being read.
Device reports (in the logs): initially
Communication with AHT10 failed!
later (regularly):Invalid external temperature - compensation values not updated
no change in configuration.yml of the device.
Which version of ESPHome has the issue?
2024.03.0
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2024.3.1
What platform are you using?
ESP8266
Board
esp01_1m
Component causing the issue
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
esphome 2024.2.2 works possibly related to #6401?