Open thr33bricks opened 1 year ago
I have the same issue with ESP-WROOM-32D...it randomly restats, but I also noticed it restarts when I (re)load the webinterface sometimes...I use Webserver version 2...
I just tested with both webserver versions, and the crashes appear on both...
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
The problem I encountered is my esp-wroom-32d restarts at a completely random point in time. It could work for a day with no problems or restart within an hour. I am using 3 dallas temperature sensors, ina219 voltage, current and power sensor, rtc, eeprom, gpio and switches. I think the problem has to do with the webserver v1 part as the stack trace suggests it is connected to the lwip library. I am not using HomeAssistant. Any help would be appreciated!
Which version of ESPHome has the issue?
2022.11.1
What type of installation are you using?
pip
Which version of Home Assistant has the issue?
none
What platform are you using?
ESP32
Board
ESP32_DevKitc_V4
Component causing the issue
Trying to find out
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
I created an EEPROM library that reads and writes to AT24C32 chip with the Wire.h library from time to time. You can see it included in the yaml.
The C++ code communication with the EEPROM: