Reboots since 14.2.0 on ESP32-C3 / C6 with custom firmware: script, sml, web #22833
Replies: 3 comments 15 replies
-
Well, not really something we can help. Blocking graphics output in GUI which takes too long will end in a crash. To save resources reduce drivers to the one really needed and reduce graphics. If older versions work well for your use cases, stay on this versions. Newer Tasmota versions in general "only" adds new features. As always "don't fix ain't broken" |
Beta Was this translation helpful? Give feedback.
-
The exception is as i guessed. The script (GUI) task takes too long. Exactly this crash happens in this case. |
Beta Was this translation helpful? Give feedback.
-
Anyways i will stop here, everything relevant is told. |
Beta Was this translation helpful? Give feedback.
-
Hi there. I'm using Gitpod to compile my own Firmware images (with script, sml, homeassistant,...) and offer the builds on my blog. I heavily use the script web function (>W section) together with SML to read an visualize smart meter values directly in tasmota. Up to V14.1.0 everything runs well on all EP32 variants. But from 14.3.0 (and I think 14.2.0 too) I and other users experience reboots every few minutes when we display the Tasmota main page with all the values. Even if I reduce the HTML content (>W script section) to a minimum, the ESP reboots every ~30-60minutes (I can speed up this if I reload the page every 10s). But this happens only on a ESP32-C3 (compiled with tasmota32c3). If I try the same on a ESP32-WROOM board (compiled with -e tasmota32) everything runs well. I spoke to the tasmota script developer @gemu2015 and we went through a few tests. But we have run out of ideas.
I compile the images with these defines:
https://github.com/ottelo9/tasmota-sml-script/blob/main/0_Tasmota_Image_erstellen_ESP32.txt
And use this script:
https://github.com/ottelo9/tasmota-sml-script/blob/main/2_Tasmota_SML_Script_Chart_PV.txt
I captured 2 reboots, here is the serial log (level 4).
MobaXterm_COM4USBSerialPortCOM4_20250117_192718.txt
reference to the issue on my repo (german):
ottelo9/tasmota-sml-script#1
Beta Was this translation helpful? Give feedback.
All reactions