Giter Club home page Giter Club logo

fingerprints-reader-r503---r502-esp8266-mqtt-home-assistant's People

Contributors

madmicio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

fingerprints-reader-r503---r502-esp8266-mqtt-home-assistant's Issues

changes required for device: this

as browser_mod has changed, you require to use
tap_action: action: fire-dom-event browser_mod: command: popup title: ' ' large: false hide_header: true card:
instead of
tap_action: action: call-service service: browser_mod.popup service_data: card:

can't compile the sketch

I'm using the r503 fingerprint scanner with wemos d1 mini.
And this is the error code i get :


Arduino: 1.8.19 (Windows 10), Board: "LOLIN(WEMOS) D1 mini (clone), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, DOUT (compatible), 40MHz, 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"

C:\Users\Jo\Documents\Arduino\fingerprint_sensor\fingerprint_sensor.ino: In function 'void setup()':
fingerprint_sensor:72:12: error: 'class Adafruit_Fingerprint' has no member named 'led_control'
   72 |     finger.led_control(1,100,2,1); // code(1-6),speed(1-255),color(1-R/2-B/3_P),time(1-255)
      |            ^~~~~~~~~~~
C:\Users\Jo\Documents\Arduino\fingerprint_sensor\fingerprint_sensor.ino: In function 'uint8_t getFingerprintID()':
fingerprint_sensor:191:12: error: 'class Adafruit_Fingerprint' has no member named 'led_control'
  191 |     finger.led_control(1,200,2,1); // code(1-6),speed(1-255),color(1-R/2-B/3_P),time(1-255
      |            ^~~~~~~~~~~
fingerprint_sensor:198:12: error: 'class Adafruit_Fingerprint' has no member named 'led_control'
  198 |     finger.led_control(1,200,1,1); // code(1-6),speed(1-255),color(1-R/2-B/3_P),time(1-255
      |            ^~~~~~~~~~~
C:\Users\Jo\Documents\Arduino\fingerprint_sensor\fingerprint_sensor.ino: In function 'uint8_t getFingerprintEnroll()':
fingerprint_sensor:225:16: error: 'class Adafruit_Fingerprint' has no member named 'led_control'
  225 |         finger.led_control(1,100,2,1); // code(1-6),speed(1-255),color(1-R/2-B/3_P),time(1-255
      |                ^~~~~~~~~~~
fingerprint_sensor:229:16: error: 'class Adafruit_Fingerprint' has no member named 'led_control'
  229 |         finger.led_control(1,15,3,1); // code(1-6),speed(1-255),color(1-R/2-B/3_P),time(1-255
      |                ^~~~~~~~~~~
fingerprint_sensor:291:16: error: 'class Adafruit_Fingerprint' has no member named 'led_control'
  291 |         finger.led_control(1,150,2,1); // code(1-6),speed(1-255),color(1-R/2-B/3_P),time(1-255
      |                ^~~~~~~~~~~
fingerprint_sensor:295:16: error: 'class Adafruit_Fingerprint' has no member named 'led_control'
  295 |         finger.led_control(1,15,3,1); // code(1-6),speed(1-255),color(1-R/2-B/3_P),time(1-255
      |                ^~~~~~~~~~~
C:\Users\Jo\Documents\Arduino\fingerprint_sensor\fingerprint_sensor.ino: In function 'uint8_t deleteFingerprint()':
fingerprint_sensor:387:12: error: 'class Adafruit_Fingerprint' has no member named 'led_control'
  387 |     finger.led_control(1,150,1,1); // code(1-6),speed(1-255),color(1-R/2-B/3_P),time(1-255
      |            ^~~~~~~~~~~
Multiple libraries were found for "PubSubClient.h"
 Used: C:\Users\Jo\Documents\Arduino\libraries\PubSubClient
 Not used: C:\Users\Jo\Documents\Arduino\libraries\ESP8266_Microgear
exit status 1
'class Adafruit_Fingerprint' has no member named 'led_control'


This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

saver integration as described does not work

I am quite new to hass, and could not get this thing completely done.
this line
__{{state_attr('saver.saver', 'variables')[states('input_number.fingerprint_learning_id') | round | string ] }}__
returns
UndefinedError: 'dict object' has no attribute '1'

any ideas what it could be? I am running out of ideas...

Lot's of errors from the fingerprint scanner.

I'm using a r503 fingerprint sensor on a wemos d1 mini.
I can see my sensor in serial monitor , but i get a lot of error readings. And this without even touching the sensor.
Don't know if there's a problem with the sensor then or something wrong in the config.
These are the errors:

Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Communication error
Communication error
Communication error
Communication error
Communication error
Communication error
Communication error
Communication error

and if i hold my finger on the reader :

Communication error
Image taken
Image converted
Did not find a match
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Image taken
Unknown error
Communication error
Communication error
Communication error
Communication error
Communication error

Fork of your project

Hi,
I started to keep in mind some PR to your project. My need is to have multiple gates, so multiple sensors in my house.

I added "gate" in MQTT payload to do this. Then, I found a bug, than I fixed some formatting, then I reordered code, then I added debouncing of MQTT to not flood HA with useless messages and other minor things.

And then, I forked: a PR was too heavy to submit.

This is my first arduino project ever (I'm a Java guy), so thank you for your starting point.

My fork is here: https://github.com/vinz486/fingerprint-r503-mqtt

Bye
Vincenzo

WEMOS D1 mini with R503 connection problems

I've connected (R503 to WEMOS D1 mini) everything as described here and I have "Did not find fingerprint sensor :(". LED ring on R503 glows for about 1s and in the same moment error appears.

Any clue why?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.