EverythingSmartHome / fingerprint-mqtt

Fingerprint sensor with MQTT support based on Adafruit Fingerprint Sensor Library
GNU General Public License v3.0
24 stars 14 forks source link

MQTT - learning #8

Closed agoralive closed 3 years ago

agoralive commented 3 years ago

What is the mosquitto_pub message to start learning a new fingerprint?

agoralive commented 3 years ago

As a follow up on this question.....

If I send 1 or 2 as a payload to fingerprint/mode/learning, how do I verify that the esp is in learning mode? Because it does nothing

How long will it stay in Learning mode? Until finger is enrolled?

It reads my finger just fine, but no fingers have been enrolled yet, so always not matched, is published to MQTT

EverythingSmartHome commented 3 years ago

If you subscribe to the STATE topic (/fingerprint/mode/status) then this is where it will tell you instructions for enrolling a print as it is happening. Hope that helps!

agoralive commented 3 years ago

YES - that helped a lot..... THANK YOU