Delay PowerOn after power outage if relay was previously on #23056
Replies: 1 comment 1 reply
-
Hey together,
In addition I improved the rule to check the timers before power on the lamps and also go into
I'm using A bit strange is, that sometimes during my tests the calculation |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I'm using a Sonoff Dual R3 with Tasmota32 (14.5.0) to control two HID lamps for a terrarium. Unfortunately, after turning off, those lamps needing a 15min cooldown before they can be reignited.
Now I want to create a rule to reignite them 15min after a power outage but only if they were previously powered on.
I tried something like:
But this is resulting in a very short power cycle during statup, which I don't want because it could cause damage to the lamps.
I also tried with
PowerOnState 0
, but this will not trigger the rule becausePower1#Boot
is evaluated afterPowerOnState
and I couldn't find a trigger which is evaluated beforePowerOnState
.Is there anyway to not activate the relay at startup but read out the relay state from before the power outage?
Beta Was this translation helpful? Give feedback.
All reactions