esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
291 stars 34 forks source link

ESP32 S3 Touch sensor #4955

Open silverchris opened 9 months ago

silverchris commented 9 months ago

The problem

If the touchsensor value overflows it hangs the touch sensor hardware, resulting in no new readings. See https://github.com/espressif/esp-idf/issues/12300

Which version of ESPHome has the issue?

2023.10.0-dev

What type of installation are you using?

pip

Which version of Home Assistant has the issue?

N/A

What platform are you using?

ESP32

Board

No response

Component causing the issue

esp32_touch

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Reported value from `setup_mode: true` will be stuck at a fixed value

Additional information

decreasing measurement_time reduces the issue as it stops the sensor from overflowing and hanging

github-actions[bot] commented 5 months ago

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.