ESP Easy 32-C3 workaround to prevent crash

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
BartSr
Normal user
Posts: 127
Joined: 27 Sep 2019, 17:45

ESP Easy 32-C3 workaround to prevent crash

#1 Post by BartSr » 25 May 2024, 18:46

Hi,
Maybe others can have benifit of my workaround.
I'm having the IKEA airqualitysensor and modified it to get data into domoticz using easpeasy.
I used ESP Easy 32-C3 to built in. This worked using mqtt.
but..
load increased rapidly until the device crashed.
my workaround is to use a rule like:

Code: Select all

On System#Boot do    // When the ESP boots, do    
   LoopTimerSet,1,60  // Set Timer 1 for the next event in 60 seconds 
Endon

On Rules#Timer=1 do
 
   Let,1,[Lucht#PM2.5]
  SendToHTTP 192.168.2.100,8080, '/json.htm?type=command&param=udevice&idx=1102&svalue=[var#1]'

endon
so no mqtt controller required and for me a solution already working well now for a week.

TD-er
Core team member
Posts: 8846
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: ESP Easy 32-C3 workaround to prevent crash

#2 Post by TD-er » 25 May 2024, 21:57

Which build were you using for the C3 as I don't recognize these issues.

Also what version of MQTT broker are you using? Maybe there has been some changes in some MQTT broker which require some changes for ESPEasy as it might get disconnected all the time?

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest