Hi. I am brand new to smart homes and am not sure if this is the correct area to post this but I need help with a routine.
I am using a multipurpose sensor and a kasa smart plug.
If the sensor remains closed between 5pm and 6pm I want the plug to turn on. This is what I have that is not working.
If:
5:00 pm - 6:15 pm, everyday
multipurpose sensor contact sensor closed
Then:
plug 1 on
turn off after 10 minutes (auto off feature)
@teba This requires the door to close, not to remain closed. The best solution for you is webcore. You cannot do this in a regular smartthings automation
Might this work for you?
If:
5:00pm - 6:15pm, everday AND multipurpose sensor contact = closed AND plug 1 = off
Then:
plug 1 on AND turn off after 10 mins
Not sure how that will work in real life though in terms of constantly firing. Maybe WebCore will be better but that’s not something I’ve tried.
I have webcore installed and have watched a lot of videos but still cannot figure out how to create this. Ive looked at examples and tried to modify them but I get confused as I have no coding experience. Any tips, examples or directions would be appreciated.
@Terri_Baker that is probably because you need to go to webcore settings again and make sure that the device is selected. It is better to do this in the old app (classic). Then it should show up
@Terri_Baker you set it to turn on the light anytime between 5 and 6 if the door is closed, so it would repetitively turn on the light. Cancel pending tasks would have no effect. Did the piston I code not work? I can fix it.