You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation completes successfully. But after uploading and running the application crashes with a C++ OOM exception (see under logs). ESPHome action commands fail to execute. After boot animation, display turns black. It reacts to light action commands e.g. set color and brightness, reacting very slow and sometimes not at all, though.
Linking .pioenvs/ehmtx8266/firmware.elf
RAM: [====== ] 57.4% (used 47024 bytes from 81920 bytes)
Flash: [======= ] 67.0% (used 700145 bytes from 1044464 bytes)
Building .pioenvs/ehmtx8266/firmware.bin
esp8266_copy_factory_bin([".pioenvs/ehmtx8266/firmware.bin"], [".pioenvs/ehmtx8266/firmware.elf"])
esp8266_copy_ota_bin([".pioenvs/ehmtx8266/firmware.bin"], [".pioenvs/ehmtx8266/firmware.elf"])
======================== [SUCCESS] Took 224.91 seconds ========================
INFO Successfully compiled program.
Device Log
When uploading from within home assistant, this issue is not visible in the log. Instead it keeps reconnecting and repeating the last two lines over and over:
[...]
[11:13:35][C][EHMTXv2:3143]: Replace Time and Date: Off
[11:13:56][D][api:103]: Accepted 192.168.178.40
[11:13:56][D][api.connection:1446]: Home Assistant 2025.1.0 (192.168.178.40): Connected successfully
When installing via virtual COM port using https://web.esphome.io/ the log shows the exeption:
your device has limited ram. more then 50% are reserved for the software RAM: [====== ] 57.4% (used 47024 bytes from 81920 bytes)
when the system starts it needs even more.
Solution: choose a decive with more ram e.g. some esp32 devices.
C++ Out of Memory crash (OOM) during execution
Describe the bug
Compilation completes successfully. But after uploading and running the application crashes with a C++ OOM exception (see under logs). ESPHome action commands fail to execute. After boot animation, display turns black. It reacts to light action commands e.g. set color and brightness, reacting very slow and sometimes not at all, though.
Additional information
Configuration
Logs
Compilation
Device Log
When uploading from within home assistant, this issue is not visible in the log. Instead it keeps reconnecting and repeating the last two lines over and over:
When installing via virtual COM port using https://web.esphome.io/ the log shows the exeption:
The text was updated successfully, but these errors were encountered: