Automatic door opening with nuki

Hello,

We have doors here that open automatically. That means you push a button and the door opens. The only problem is that the snapper has to be pulled back. The hope was the bridge sends a message when the snapper is pulled back.
So that when the catch is retracted, the Hörmann Ecostar Doortronic can open the door automatically.
Unfortunately, the message only comes when the snapper has fallen back into the lock.
It would need an extension of the bridge that a message (http call) is sent when the snapper has pulled back and not only when it has fallen back.

Wir haben hier Türen mit automatischer Öffnung. Das bedeutet, man drückt auf einen Knopf und die Tür öffnet. Problem nur, es muss der Schnapper zurück gezogen werden. Die Hoffnung, war die Bridge sendet eine Meldung, wenn der Schnapper zurück gezogen ist.
Damit wenn der Schnapper zurückgezogen ist, der Hörmann Ecostar Doortronic die Tür automatisch öffnen kann.
Leider kommt die Meldung erst wenn der Schnapper zurück ins Schloss gefallen ist.
Es bräuchte eine Erweiterung der Bridge, dass eine Meldung (http-Aufruf) gesendet wird, wenn der Schnapper zurück gezogen ist und nicht erst wenn er zurück gefallen ist.

Your problem is that the bridge only reports end states properly. “Unlatched” is a transition state and is therefore not reliably recognized by the bridge. Most likely it will work when the command to unlatch is sent from the Bridge API itself, because in this scenario the bridge is all the time connected to the Smart Lock until the command ends (which is after the latch was released again).

The only API that is fast enough to handle your problem is the MQTT API of Smart Lock 3.0 Pro, which is currently in beta.

But that would mean that the Nuki APP and the keypad would have to talk to the bridge and not to the lock directly.
Everything used to be with Homematic, it worked until after many years the keymatic was defective.
An alternative would now be to swap the new NUKI 3.0 for a NUKI 3.0 pro and operate an MQTT server.

It would be enough if the door sent a message to the bridge before it was opened. Just locked and now open and then pull back the latch. Or am open and now pull the snapper back.
Then you could also work with times for the activation of the door drive and say the snapper is open 3 seconds after the message.

Das würde aber bedeuten, die Nuki APP und das Keypad müssten mit der Bridge sprechen und nicht mit dem Schloss direkt.
Früher war alles mit Homematic, da hatte es funktioniert bis nach vielen Jahren die keymatic defekt war.
Alternative wäre nun das neue NUKI 3.0 gegen ein NUKI 3.0 pro zu tauschen und ein MQTT Server zu betreiben.

Es würde ja schon reichen, wenn die Türe vor dem öffnen an die Brigde eine Meldung sendet. Bin gerade abgeschlossen und öffne nun bzw. ziehe dann den Schnapper zurück. Oder bin offen und ziehe nun den Schnapper zurück.
Dann könnte man auch mit Zeiten für die Ansteuerung des Türantriebes arbeiten und sagen 3 Sekunden nach der Meldung ist der Schnapper offen.

Such a mechanism does currently not exist. What might work is do not send an unlatch but an unlock command to the Smart Lock via the App and use the state change to unlocked via a bridge api callback as a hook to trigger a script that sends an unlatch via the bridge API to the Smart Lock and a few seconds later an open door command to the Hörmann Ecostar.