persandstrom / python-verisure

A python module for reading and changing status of verisure devices through verisure app api.
MIT License
138 stars 42 forks source link

[REQUEST] Verisure with Yale locks not reporting user who unlocked a lock? #177

Open Hedda opened 2 months ago

Hedda commented 2 months ago

Using Verisure with a Yale locks (Yale Doorman) and get no information about who unlocked a lock locally via its physical keypad.

Like to add this as a feature request but it sounds like the Verisure ingeration no longer has any developers working on it?

This data is available in the official Verisure app and "My Pages" website so hoping that Verisure API have this feature to allow it.

Want data for automations/notifications and to keep state of which code/person unlocked last (e.i. "Unlocked by" / “Changed by”).

Lock otherwise works fine (tough HA integration uses Cloud Pulling that only pulls in new data every 60 seconds today so is slow).

Anyway, this looks to be a long missing feature as people have worked around it before:

PS: For reference; @gablin looks to be be last person who worked on new features and his fork is a few commits ahead of this:

Hedda commented 2 months ago

PS: For reference; @gablin looks to be be last person who worked on new features and his fork is a few commits ahead of this:

FYI, apparently a few people are also working on a new custom Securitas component that uses the Securitas Direct API, see:

persandstrom commented 2 months ago

Hi,

You get the information from the smart-lock command

$ vsure user@email.com password --smart-lock

Is your issue related that you have auto-lock enabled so that you do not see who unlocked because the door is locked again before the information is polled, or that the information is not available in home-assistant at all?