Hi,
So far, I'm confused with my experiments, so will report and I might give up ..
I flashed a brand new Sonoff mini R2 to 20240812 1M build (using chrome on url
https://td-er.nl/ESPEasy/latest/) and made my Clock#time event.
In order to monitor if the Clock#time events are properly triggered, I rule this function :
On Clock#Time=All, **:** do
longpulse,12,0,1 // this GPIO12 is the relay + red Led so it is easy to watch.
endOn
This time with 20240812 (more infos in attached file if needed), kicking the ESP out of the wifi
does not change the behaviour of the LED right away.
-> the GPIO12 turns itself of every minute for a solid accurate second.
BUT
Hours later ( over night .. ) the things get random.
The longpulse is sometimes not triggered / sometimes triggered for way more than one second... ( like 10 or more seconds ).
It seams like the "CPU" gets really "stressed" or loaded by the attempts to join the wifi.
I attached the logs captured by putty in serial if that can be usefull. ( me I barelly can point few evidences )
The names of files are self-explanatory.
The LooptimerSet,10,1 is for me a way to have a solid timed event in my log.
My ssid is "New", and it is interesting to notice that the ESP node tries all viewable wifi APs after not being able to join one.
nb: even after re-allowing the esp to the wifi
(at line 00:38:48.379Info) , I had to power cycle the esp
(at 00:45:59.434Info : EVENT: Rules#Timer=10,1748) since the ping was really rare, and had troubles to access the gui. ( could not see its cpu load unfortunately ).
Thanks, have a nice day.