-
Is it possible to set a code that doesn't open the door but rather I can use as an automation trigger to do something else with? Or perhaps another creative way of using the keypad input to trigger an automation. I'm thinking about my electronic side gate lock. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 23 replies
-
Unfortunately no this is not possible. The keypad is paired to the lock, and whatever happens is between the lock and the keypad. The ESP is only notified about state changes as a result. |
Beta Was this translation helpful? Give feedback.
-
as i understand this conversation, at the moment, it is not possible to enter a different code on the keypad to trigger a homeassisant action to unlock another door? (garagedoor opener |
Beta Was this translation helpful? Give feedback.
-
@propi62 Correct, this is due to limitations in the Nuki bluetooth API. |
Beta Was this translation helpful? Give feedback.
-
the nukihub shows the last entered keypad user. so its possible to use different keys for different automatisations. thank you very much. |
Beta Was this translation helpful? Give feedback.
-
The new rollingLog topic that will be introduced in #384 should make for the best topic to base your automation on. It will also be automatically exposed to home assistant discovery as a sensor with all properties shown below as JSON properties in the sensor. See below for how disabled / timelimited (while used out of the allowed time) / future codes show up in te log.
|
Beta Was this translation helpful? Give feedback.
-
Auth log should be fully implemented with 8.35 |
Beta Was this translation helpful? Give feedback.
-
after many hours of testing, i cant make it work properly. (with homeassistant)
|
Beta Was this translation helpful? Give feedback.
-
i flashed my two ESP32 asap over USB with Espressif Flash Download Tools. |
Beta Was this translation helpful? Give feedback.
The new rollingLog topic that will be introduced in #384 should make for the best topic to base your automation on. It will also be automatically exposed to home assistant discovery as a sensor with all properties shown below as JSON properties in the sensor.
See below for how disabled / timelimited (while used out of the allowed time) / future codes show up in te log.
They will show the name of the authorization, authorizationId and the completion state and value.
This value is 9 for known codes that don't allow access at the time they are used (because they are disabled, timelimited etc.)
I need to add this value to the list of possibilities so the state does not show as
undefined
but a…