esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 35 forks source link

Infinite restart after esp32 module is burned in #3636

Open SFNFIH opened 2 years ago

SFNFIH commented 2 years ago

The problem

When I created a new device, I used esp32. After burning the binary file, the development board restarted infinitely. I thought it was a problem with the development board. After changing the esp32 pico d4 development board, the problem still exists.

Which version of ESPHome has the issue?

2022.9.2

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

20220907.2

What platform are you using?

ESP32

Board

esp32,esp32 pico d4

Component causing the issue

switch

Example YAML snippet

switch:
  - platform: gpio
    pin: 25
    name: "Living Room Dehumidifier"

Anything in the logs that might be useful for us?

Can't see log information because of infinite restart

Additional information

No response

glmnet commented 2 years ago

There is not enough information in this issue to debug. Attach serial (usb) logs

github-actions[bot] commented 1 year 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.