Hello,
I just purchased a Shelly Plus 1 device to control my automatic portal door. I'm totally beginner with Shelly device. I setup the device and it's working correctly (connected to my wifi network), I set the output type as a Edge switch with a auto off timer at 0.5 so when I click on the button on the mobile app the Shelly device is sending a short ON/OFF 0.5s signal to the portal command board then the door is opening. To stop the door I have to click again to to button and click a third time to close the door.
I'm trying to have this process automated as follow when clicking on the mobile app button:
0.5s On/Off signal -> door is opening
Timer 3 seconds
0.5s On/Off signal -> door is stopped
Timer 10 seconds
0.5s On/Off signal -> door is closing
I tried to do it with action based on Switch toggled off condition then adding the 2 following hit URLs:
http://127.0.0.1/relay/0?turn=on&timer=3
http://127.0.0.1/relay/0?turn=on&timer=10
It seems that only the 10 seconds timer is taken into account and action is looping every 10 seconds, so I'm not sure if action is the best way to do it. Is anybody have a clue how to do this small automation when clicking on the mobile app button?
Thank you very much for your valuable help.