Does Nuki Expose the Unlocking User to Home Assistant

Whenever someone unlocks the door, the Nuki app sends a notification to my iPhone, for example: “James has just unlocked the door.” This clearly shows that Nuki knows which user performed the unlock action.

My question is:
Is this same information passed to Home Assistant in any way?
Can it be exposed to Home Assistant so it can be used as a trigger condition?

I would like to create an automation that triggers only when a specific user unlocks the door, not just when the lock state changes to “unlocked”.

1 Like

Check out the lockActionEvent of the MQTT API. It’s some manual effort but you can use it in Home Assistant. E.g. here is a discussion about it.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.