You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TasmotaUsers
The delay of 3600 allows to space two commands by 6 minutes in the interval. Is there a way to space the two commands of a backlog by greater than 6 minutes? Say 60 minutes. I noticed that the delay of > 3600 is interpreted as delay 2.
Andrew L
unread,
Sep 30, 2023, 2:48:37 AM9/30/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TasmotaUsers
I think you would be better served by using ruletimers and events to accomplish what you want rather than delay. The delay command can be interrupted by various things and is not a reliable thing to use, from what I've read.
Anil Garg
unread,
Sep 30, 2023, 8:00:59 PM9/30/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TasmotaUsers
Thank you. Learned something new. So, I guess... delay is best used over a short period. As delay gets to be bigger, it increases the window probability to malfunctions as other interrupts could prevent it to function incorrectly.