Open arnasDan opened 4 months ago
Hello, did you try to address the SI7021 via HTU21D component? Maybe that works: https://esphome.io/components/sensor/htu21d.html
The HTU21D component interfaces with the SI7021 chip directly and uses I²C, while the Sonoff device that I have only exposes a one wire signal, so that's unfortunately not an option unless I modify the board :)
Ah ok, didn't know that.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The problem
I upgraded ESPHome from 2024.2 to 2024.6 for a Pico W with the Sonoff SI7021 sensor. Measurement always fails after the upgrade; after a rollback to 2024.2, it works fine again. It seems likely to be related to https://github.com/esphome/esphome/pull/6604, which altered the timings used for this sensor. It appears that the old configuration is valid for the RP2040 as well (not just the ESP8266, as implemented).
Which version of ESPHome has the issue?
2024.6.1
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
No response
What platform are you using?
RP2040
Board
rpipicow
Component causing the issue
dht
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response