-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not getting it to work with Oled #12
Comments
Edit: Got the screen to work, but now it is stuck on Ready. Nothing happens when i put my finger on the sensor (which is not green now) |
Edit 2: It works now, turns out the code says: But it should be: Pin d3 on the Mini is Gpio 0 Now the next problem is, the functions in home assistant are not working. The learn/delete and Fingerprint status all stopped working. The device DID remember 3 id's that i programmed in before with the original code, i just cant add any new ones. |
Edit 3: Home assistant functions did stop, but i managed to add new fingerprints to it with MQTT with the fingerprint_sensor/1/request topic. |
Hello, I see you've made progress. I didn't not write the code for the OLED sketch or the disabling the LED function hence the pins used by someone else may have been different - I haven't tested it. To get the learn script to function correctly, remove the first action inside the script and it will work after that for learning within HA. No, this fingerprint sensor does not support names, only IDs, names have to be done within HA. |
Hello, thank you for your reply.
Alright, no names is fine i can live with that. |
Yes that's correct, removing that should allow it to work. Jump into the discord if you need some more help |
Thank you! i swapped it out with the oled script and the learn/delete butons work again. Ill drop by later today as im off to work now. |
Hello,
when i use the first version fingerprint-mqtt.ino the sensor works perfectly.
i followedd your video and it works in home assistant too.
When i try any other version it doesnt. I did solder the extra wires 4 and 5 to D3 and 3v as written.
but non of the codes work with it. I am using a Wemos d1 mini for it with a OLED on pins D1 sda, and D2 scl.
Any idea what could be causing this?
The text was updated successfully, but these errors were encountered: