I would like to know in HA who unlocked the door. That way I can notify myself when someone unexpected unlocks the door. For example “the code for the cleaning lady was used on an unexpected day”.
I can see this info in Nuki app Activity Lock, but it’s nowhere to be seen in HA.
This is the event I see, but it doesn’t contain info about who did the action:
vent_type: state_changed
data:
entity_id: lock.nuki_door_lock
old_state:
entity_id: lock.nuki_door_lock
state: locked
attributes:
friendly_name: Nuki door lock
supported_features: 1
last_changed: "2023-08-24T12:15:26.278244+00:00"
last_updated: "2023-08-24T12:15:26.278244+00:00"
context:
id: 01H8KQH326ESACD24EWJEE741W
parent_id: null
user_id: null
new_state:
entity_id: lock.nuki_door_lock
state: unlocking
attributes:
friendly_name: Nuki door lock
supported_features: 1
last_changed: "2023-08-24T12:34:03.127050+00:00"
last_updated: "2023-08-24T12:34:03.127050+00:00"
context:
id: 01H8KRK5QQYJN2EVNZPYB8RF1P
parent_id: null
user_id: null
origin: LOCAL
time_fired: "2023-08-24T12:34:03.127050+00:00"
context:
id: 01H8KRK5QQYJN2EVNZPYB8RF1P
parent_id: null
user_id: null
Any way to get that info in HA or it’s a problem of Nuki not sending it over via MQTT?