technyon / nuki_hub

Use an ESP32 as a Hub between a NUKI Lock and your smarthome.
MIT License
506 stars 39 forks source link

Nuki Opener ACL configuration mismatch for "open" #485

Closed duhow closed 1 day ago

duhow commented 3 days ago

PROBLEM DESCRIPTION

Nuki Opener won't show the open action in Home Assistant if Nuki SmartLock does not have the unlatch action enabled.

https://github.com/technyon/nuki_hub/blob/fed5f95490bee8a57c5ef3467d2cf79e4e099616/src/NukiNetwork.cpp#L883

At the moment I am using only the Opener, so having disabled the SmartLock I was not able to see the action to open.

REQUESTED INFORMATION

TO REPRODUCE

  1. Disable Nuki Smartlock
  2. Enable ACL Nuki Opener Access Control > Electric Strike Actuation

❌ Home Assitant won't show the Open button

  1. Enable Nuki Smartlock
  2. Enable ACL Nuki Lock Access Control > Unlatch

✅ Home Assistant shows the Open button

EXPECTED BEHAVIOUR

SCREENSHOTS

N/A

ADDITIONAL CONTEXT

N/A

iranl commented 3 days ago

Should be fixed in #486