[Feature Request] Allow setting security_level for GROW R503 fingerprint sensor #3288
Unanswered
Robyxxx
asked this question in
Component enhancements
Replies: 1 comment
-
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Component name
Fingerprint GROW R503
Link to component documentation on our website
https://esphome.io/components/fingerprint_grow.html
Describe the enhancement
The GROW R503 fingerprint sensor supports different security levels (1 to 5). This setting affects the False Acceptance Rate (FAR) and False Rejection Rate (FRR).
Currently, the 'fingerprint_grow' component in ESPHome only reports the 'security_level' but does not allow us to set it manually.
Use cases
It would be very useful to have a YAML option to configure the security level directly, for example:
fingerprint_grow:
sensing_pin: GPIO16
rx_pin: GPIO17
tx_pin: GPIO18
security_level: 5
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions