Hi;
I'm using Tasmota 8.1.0 with a Sonoff TH 10 to control a resistance in a Solar system to heat water and a normal Sonoff to manage a recirculation pump.
I use backlog command for security to prevent problems with the programming that could let the pump or the resistant always on, so usually, when I want to activate the recirculation pump I send a
backlog power on;delay 600;power off
And similar with the resistance. I calculate the time needed to put the water at the desired temperature and divide between the max time the delay command accept, 6 minutes. I've calculated that I need 7 minutes to elevate 1 grade the water temperature.
The problem I see is: If I send any command like a status to the Sonoff in the time the delay is running, the delay is terminated suddenly and the last command, the power off is executed.
In the instructions it is said that another backlog command can abort the first one, but not any other command.
There is any way to this not occur and the delay will end normally independent of another commands send to the Sonoff?
Thanks in advance.