Combine timer with kill-switch
Hi there,
How do you guys combine a timer mechanism with a kill switch?
In my example, I have a ventilator placed in my shower and a timer-commando configured for this. After the light in the shower is turned off, the timer starts for 5 minutes and kills the ventilator after these 5 minutes.
I also have a kill-switch place next to my bed to kill all the lights. If I hit this button, the shower-light receives an "off" commando (although it's already off), and by thus activating the timer AND the ventilator.
How can I prevent this?
Best,
Michiel
Hi,
Probably your command / task is configured as to allow retrigger. So every time it gets an off trigger, the timer starts.
Don't know of it's the case, bug it looks like you may have something like:
Trigger: Shower light equals "false", AllowRetrigger
So every time the BUS gets an off, the task / command is retriggered.
You can remove the AllowRetrigger option, and test it out again.
Best regards