Replies: 1 comment 3 replies
-
The above code looks strange and does not involve the esp-zigbee-sdk API. Could you try using the simple [HA_ON_OFF_Light(https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_HA_sample/HA_on_off_light) example to communicate with Home Assistant first? This will help you better understand how to use the esp-zigbee-sdk. After that, it will be easy to implement the fingerprint sensor. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to have the Grow R503 fingerprint sensor as a Zigbee end device, but having a hard time understanding how to do this in practice. The end goal is to have the R503 fingerprint sensor show up as a zigbee device in home assistant, and be able to trigger different automations depending on which finger is scanned on the fingerprint sensor. It is already working with esphome through wifi, but this is not as stable as zigbee.
This is the code I have gotten so far with chatgpt and previous experience (which is not much). This is the documentation for the R503: https://download.mikroe.com/documents/datasheets/R503_datasheet.pdf
Does anybody want to help me out and take on the challenge? Or is this impossible for some reason?
Beta Was this translation helpful? Give feedback.
All reactions