kvj / hass_nuki_ng

Better support for Nuki devices in the Home Assistant
MIT License
176 stars 33 forks source link

Example in the Readme doesn't unlatch Nuki Lock #43

Closed hnykda closed 2 years ago

hnykda commented 2 years ago

Hi,

when I try the example from the Readme:

type: button
entity: lock.nuki_front_door_lock
tap_action:
  action: call-service
  service: lock.open
  service_data: {}
  target:
    entity_id: lock.nuki_front_door_lock
name: Nuki

(with my entity_id of the lock of course), it doesn't unlatch - it only "opens" (the lock shows white LED - so it gets the signal, but doesn't unlatch) on "Unlock" action (long press on the button in Lovelace UI and clicking "unlock"). I can't make it unlatch actually.

hnykda commented 2 years ago

OK, this was a stupid mistake on my side - it unlatches on short press, not on the long one -> Open.