[Feature Request] Integrate Fingerprint Grow as an option #559
Replies: 3 comments 7 replies
-
Functionality like this has been requested before. We don't intend to include functionality in NukiHub to work with specific 3rd party addons because of maintainability, stability, binary size, etc. You can use another esp32 or smart home system to manage the output of your fingerprint sensor and if the logic there dictates performing an action on the lock use MQTT or GPIO with NukiHub. |
Beta Was this translation helpful? Give feedback.
-
I am in the same situation, the simplest is to put a relay on the esp32 of the Fiberprint Grow, this relay activates a gpio of the NuKiHub card. If the 2 esp32 use the same gnd, there is not even a need for a relay, the gpio of one card can activate the gpio of the other |
Beta Was this translation helpful? Give feedback.
-
I haven't had time to make mine yet, but in this case use a 5v relay in this case you are sure to never have a positive fault |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to integrate a Fiberprint Grow (like the R05) in the hub as an option?
I have this cheap fingerprint reader connected to an Esp32 with esphome nuki component. The fingerprint reader works very well, but the nuki component for esphome fails a lot and its kind of a nightmare. And this hub works very well so i think this can be a nice add-on.
It needs to connect via UART ON RX and TX gpios, and an optional sensing pin. Fingerprints are stored in the R503 itself, and it returns when a fingerprint matches and the id of the match, and with that maybe configure if we want to unlatch or unlock. Also we will need a new option in the UI to enroll new fingerprints or delete them.
The libraries for fingergrow are available for public in cpp.
I can provide help in the development and testing.
I hope this can be done!
Nice work and keep working on this project!
Beta Was this translation helpful? Give feedback.
All reactions