Hello,
I’m trying to control a circulation pump triggered by another pump.
Unfortunately sometime the circulation pump does not switch on. It will not turn on until the initiating pump is turned off and then on again.
I would like to implement something, which will check every 5 Minutes if the initiating pump is on and if so, the circulation pump will be started, if not running.
Does anyone know how this is called and how to do?
Thanks!
Turn on the light whenever either of the binary sensors turns on.
Turn on the light every 5 minutes.
NOTE
Be advised that it’s the slash in '/5' that instructs the Time Pattern Trigger to repeat every 5 minutes. If you were to remove the slash, it will trigger at 5 minutes after the hour, every hour (not every 5 minutes).