Loop function to turn plug on/off

Loop function to turn plug on/off

Loop function to turn plug on/off
Loop function to turn plug on/off
Wednesday

Hi all,

 

I'm trying to find a way to create a loop for a smart plug via automations.  I want the plug to

Repeat the following ideally indefinitely but a user definable number of repeats would also work:

{

turn plug on for x mins then turn off

plug off for y mins 

}

 

There must be an easy way to do this? 

  0      
  0      
#1
Options
3 Reply
Re:Loop function to turn plug on/off
Wednesday
I just found another post that suggests this is not possible. I thought maybe through turning a series of automations on/off it might be but I have not been able to make it work as expected.
  0  
  0  
#2
Options
Re:Loop function to turn plug on/off
Thursday

  @MattyP281 

 

Tapo plug does not support infinite loop switching, whether through smart plug's own function or automation. 

 

If the time interval for each loop operation is long, you might consider using multiple on&off actions combined with the delay action in one automation to achieve such scenes. Up to 64 actions can be added in one automation.

Landscape Mode - Tapo App for PadShare Your Pet Story. Win Free Tapo Care!Smart Action 2.0 Explore and meet the next level home automation.
  0  
  0  
#3
Options
Re:Loop function to turn plug on/off
Thursday

  @Wayne-TP  thanks for that. Yes a shame that.

 

I'm kind of achieving it like this in case it's useful for anyone. The use case is to turn on a heater for a certain time, turn off for art time then turn back on. 

 

When "Time of day" multiple time of day entries e.g. every hour 

1pm, 2pm etc

{

Then turn plug on, remain on for set time

Delay X mins

}

//Repeat above functions as many times as required to cover one hour in my case. 

 

When adding multiple copies of the same functions it would be useful if you could select and duplicate them rather than having to add many "turn plug on" then "delay" functions manually. A bit like you can duplicate and automation by long pressing.

 

Thanks 

 

  0  
  0  
#4
Options