For those interested who have the same problem as me and also have a Motorline EVO equipment.
Small Introduction
In my building I have a sectional gate, in which my neighbors treat the engine and springs badly with the constant opening and closing of the gate (more people pass than cars unnecessarily). The administration of the building asked me for a solution to have more control over it, more time open and, if necessary, temporarily block it, open or closed.
It makes the solution more difficult because I don't have internet nearby.
Intended
-Motorline EVO equipment only leaves the gate open for 90 seconds, and the intended one is 300 seconds, and then it closes automatically.
-Block the gate (Open or Closed) for 900 seconds.
-When the gate is closing, disable the attempt to open it until the complete closing cycle is completed.
-Others
OpenGate.jpg
You must be asking, why do I have a relay?
When the relays are energized, they heat up the Shelly 2.5, as I need an NC contact (Out2) which is mostly connected, and to avoid heating up the Shelly, I put a relay.
Temperature with relays de-energized (See photo)
Shelly Low 1.JPG
Temperature with relays energized (See photo)
Shelly High 1.JPG
Settings/Shelly 25
LONG PUSH TIME= 500 (ms)
Out 1/Shelly 25/Open Gate
Timer AUTO OFF= 1 (s)
POWER ON DEFAULT MODE= OFF
BUTTON TYPE= Toggle Switch
OUTPUT SWITCHED ON URL= http://localhost/relay/1?turn=off
Out 2/Shelly 25/Lock Gate
POWER ON DEFAULT MODE= OFF
BUTTON TYPE= Toggle Switch / Reverse inputs
BUTTON SWITCHED ON URL= http://localhost/relay/1?turn=on&timer=900 / http://localhost/settings/relay/0?btn_type=detached
BUTTON SWITCHED OFF URL= http://localhost/settings/relay/0?btn_type=toggle
Settings/Shelly i3
LONGPUSH DURATION= Min (ms) 600 / Max (ms) 2500
MULTIPUSH= 500 (ms)
In1/Shelly i3/Gate is Open
BUTTON TYPE= Toggle Switch / Reverse inputs
BUTTON SWITCHED ON URL= http://192.168.150.52/relay/1?turn=off&timer=33 / http://192.168.150.52/settings/relay/0?btn_type=detached
BUTTON SWITCHED OFF URL= http://192.168.150.52/settings/relay/0?btn_type=toggle
In2/Shelly i3/Gate is Closed
BUTTON TYPE= Toggle Switch / Reverse inputs
BUTTON SWITCHED OFF URL= http://192.168.150.52/relay/1?turn=on&timer=210
In3/Shelly i3/Internal Switch
BUTTON TYPE= Momentary
BUTTON LONG PRESSED URL= http://192.168.150.52/relay/0?turn=on
BUTTON 3X SHORT PRESSED URL= http://192.168.150.52/settings/relay/0?btn_type=toggle
Methods of communication of the Shellys with each other.
Option 1
Master will be Shelly 2.5, set to ACCESS POINT (192.168.33.1) with password.
Slave will be Shelly i3, set to WIFI MODE - CLIENT:
-SSID: from Shelly 2.5
-Pass: from Shelly 2.5
Set static IP address: / IP address: 192.168.33.2 / Network mask: 255.255.255.0 / Gateway: 192.168.33.1 / DNS: 192.168.33.1
Turn on Shelly 2.5, wait 15 seconds, turn on Shelly i3.
This method is not effective because Shelly 2.5's "localhost" doesn't work, everything else OK.
Option 2
Use a Router and link the Shellys to it.
This method is very effective, it did not show any failure in the tests.
This is all for those who do not have Internet close to the installation, not needing ShellyCloud.