Тёмный
No video :(

Add BIOMETRICS to your Smart Home - Fingerprint Sensor with Home Assistant 

Everything Smart Home
Подписаться 203 тыс.
Просмотров 22 тыс.
50% 1

Опубликовано:

 

23 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 128   
@RicardoMaranhaoMD
@RicardoMaranhaoMD 3 года назад
what a master class! your videos are the best one when it comes to cool stuff to hassio
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thanks man, really appreciate that 🙏
@elbueno22222
@elbueno22222 3 года назад
Amazing project, I just built it following this video and it is amazing how simple it is with the clear instructions, thanks!! I just found couple of small improvements, one is you can add this to the fingerprint sensor in Home Assistant so you are aware of the status of the sensor (available/unavailable): availability_topic: "fingerprint/available" payload_available: "online" payload_not_available: "offline" I also removed the "/" at the beginning of the topic to follow the standard of other devices
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thanks Victor!!
@ameggs
@ameggs 3 года назад
Very very cool! I ordered the fingerprint reader before the video was over! Another good one! Keep it up!
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Awesome man glad to hear it! Let me know how it goes!
@SlackerLabs
@SlackerLabs 3 года назад
Well done! I look forward to adding this to my setup in the future.
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Awesome can't wait to hear how you get on!
@Roedy_Coedy
@Roedy_Coedy 3 года назад
Great tutorial! The LED control would be a great feature to add. For example if it's not expecting a fingerprint, turn off the LED so its not shining up the wall, but enable it when you need to use it. (for example, while the system is armed it could be on, off when not) I am considering making one for my daughter (shes 2) to play a song for her in the day time, or turn on her lights after sunset (as she cant reach the switch!) - the green light may tick the box for a nightlight for her too!
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thank you! Yeah the LED control is all there and implemented in the GitHub code, and you can set it to detect when a finger is on the glass before turning on the LED, so lots of configuration options! That sounds really cool, would love to see that when it's done!
@usmangojra
@usmangojra 3 года назад
​@@EverythingSmartHome i am trying the LED touch version. The issue i am facing is that when LED is off as there is no finger on the sensor, learning and delete commands dont work looks like sensor dont receive mqtt messages while LED is off. I also tried sending sensorOn command through mqtt in HA but no response from the sensor, can you help please
@SmartHomeMakers
@SmartHomeMakers 3 года назад
Good work dude! I'm planning to implement this in my home alarm system!
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thanks buddy! Oh awesome, be sure to tweet me a picture or something, would be awesome to see it!
@SmartHomeMakers
@SmartHomeMakers 3 года назад
@@EverythingSmartHome For sure! Even if my soldering skills are basic or dare I say non existent :)
@EverythingSmartHome
@EverythingSmartHome 3 года назад
You can do it 👊🙌😅
@venkatperla
@venkatperla 3 года назад
I've been stuck with this since March, thanks for the video
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Oh no problem at all, join us on discord if your stuck again, happy to help out!
@venkatperla
@venkatperla 3 года назад
@@EverythingSmartHome I've actually been a part of the discord channel since a few months, just today, I got to know about the youtube channel from reddit
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Ah I knew I recognised the name from somewhere 😅
@moshiko2312
@moshiko2312 2 года назад
Hi Lewis Thanks for the explanation, there is a situation where you are updating the details to support ha 2022.6.6 Thanks
@mkomarac
@mkomarac 7 месяцев назад
Great video, and great guide. But When adding 2nd sensor to Home Assistant, what needs to be changed?
@RomanHohenberg
@RomanHohenberg 2 месяца назад
Great video, thank you very much. Is it possible to operate the whole thing with a battery?
@thatyoutubechannel5453
@thatyoutubechannel5453 3 года назад
Great video once again Lewis!
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thanks so much!
@stephenwatson2509
@stephenwatson2509 2 года назад
Any thoughts on centrally storing the finger print, we have more than one door I would like to be able to do the setup centrally for all doors at once.
@ScrotumPole
@ScrotumPole 3 года назад
Great vids, clear concise and very watchable ( also devastatingly handsome)
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Ha, thank you for the kind words! Appreciate it!
@moritztheurer7110
@moritztheurer7110 3 года назад
Hey can you make a Video how to Open a door with this
@StereoSatellite
@StereoSatellite 11 месяцев назад
Thanx! Great! One question left: Do I need to connect more wires if I want to control the LED lights?
@GeorgeHanna
@GeorgeHanna 11 месяцев назад
First of all thanks for the great project man! I did everything, and it's working but I have one problem. After it learn more than one Finger, the first fingerprints shows as "Matched" but the person is "Unavailable", how do I fix that?
@ahmedzaki2668
@ahmedzaki2668 3 года назад
Another great tutorial. thank you.
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thank you Ahmed!
@nawafbana8100
@nawafbana8100 2 года назад
Thank you.. I did it , everything is fine, only one thing : how can I view person name instead off person ID ?
@praveenmadhavan8479
@praveenmadhavan8479 2 года назад
Great video Lewis! Could you share the code for part where the LED lights blink Red, mp3 beeping sound and welcome home part?
@aiymankhan7222
@aiymankhan7222 3 года назад
Quick question, is it possible to trigger a GPIO pin on the esp8266 after the fingerprint is recognized by Home assistant? Need this to unlock a 12v solenoid. Also you mentioned that you will do in another video about how to turn the led off when not in use. By the way thanks alot for your hard work. My project worked.
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thanks! Yes you can definitely do that with some changes to the code, and if you look in the GitHub you'll find the instructions for disabling the LED. Hope that helps!
@usmangojra
@usmangojra 3 года назад
Yes, i have done this, however you need 3V to 12 V relay to activate the solenoid. Apart from that, i have also added one active buzzer to let user know if scan is successful or not.
@romaincolliat5595
@romaincolliat5595 Год назад
Hi, thanks for the video ! I manage to use these working with an other domotique software wich can work with mqtt. I can correctly see the status topic and the state off the fingerprint sensor, But i don't manage to enter in learning mode via mqtt topic. Can you explain me , or show me (mqtt explorer screenshots) m what is the correct payload to send to learning topic in order to enter the learning mode. TY
@kevin4rsl
@kevin4rsl 3 года назад
Love your videos. Can you do a video on how to integrate TTLock app to controll door lock like Hornbill etc.?
@EverythingSmartHome
@EverythingSmartHome 3 года назад
I don't have one of those devices sorry
@parkle_
@parkle_ Год назад
I follow along with you, everything is good but i have an error with the configuration file. I got an error "Your manually configured MQTT sensor(s) needs attention". It said that the format you used stops working in version 2022.12.0. Can you guide me how to fix it. I am new in Home Assistant and .yaml file too Thank you so much
@tarikhagustia939
@tarikhagustia939 9 месяцев назад
Is there any built version of that device?
@nahim500
@nahim500 Год назад
Do u have a guide on how to create the mqtt server? what should i put on "hostname" and "mqtt server"?
@genbot7207
@genbot7207 3 месяца назад
You will find the hostname in HA setting under Setting>System>Network and for Mqtt server, enter ur HA ip address.
@jovs1407
@jovs1407 Год назад
Hi , Nice work. I would also like to do this. But i'm stuck at an error : esp_task_wdt.h no such file or directory. How can i solve this? I'm using the r503 fingerprint reader , with fingerprint-R503-mqtt-led-WDT.ino.
@haitaiber8612
@haitaiber8612 Год назад
same error here :) , did you solved it ?
@olyzdlavroht1635
@olyzdlavroht1635 3 года назад
Man this is dope
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thanks man!
@dartfrogdk
@dartfrogdk 3 года назад
great video as allways, could you make a video on setting up the tag jukbox
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thank you! Do you mean the NFC tag reader?
@dartfrogdk
@dartfrogdk 3 года назад
@@EverythingSmartHome yes the jukebox where you scan a nfc tag
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Keep your eyes peeled 👀
@igaliandras
@igaliandras 2 года назад
Can you test again with ESPHome code with R503 fingerprint control and with magnetic lock? How can connect with door magnetic lock? Can you make a new video and a new document on your website?
@TwanJaarsveld1
@TwanJaarsveld1 2 года назад
Would this be possible in Esphome ?
@algre977
@algre977 3 года назад
Apparently, Tasmota now supports AS608 and R503, but it's not documented (yet?) Have you look into that ??
@EverythingSmartHome
@EverythingSmartHome 3 года назад
I haven't I'm afraid!
@Neo2111
@Neo2111 3 года назад
Good video, although I did find at times u went a little too fast and lost u at times. Thanks for the vid, wondering how I can integrate this into the house with the wife approval
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thank you, which bits did you find to fast in particular if you don't mind me asking? Haha got to get that approval!
@Neo2111
@Neo2111 3 года назад
@@EverythingSmartHome the description for constructing the scanner was very clear. Its where you got to the IDE screen, I've only recently bought an Arduino starter kit so still learning , may just be my knowledge gap. From 5:38 to 6:08 i had to keep re-watching to understand the libraries etc, but on reflection this is prob just cause I'm new to this. thanks again
@EverythingSmartHome
@EverythingSmartHome 3 года назад
That's fair and I only asked just so I know what to improve on for future videos! There is also a written article in the description (try to do this where I can for every video) so hopefully that can help fill in the gaps! Thanks for the feedback
@Neo2111
@Neo2111 3 года назад
@@EverythingSmartHome thanks will have a read of the article too. Now I'm in Tier 4 i'll have more time on my hands to build this :)
@bonelifer
@bonelifer 3 года назад
Don't understand Blueprints, but could this this be turned into a standalone ALARM blueprint. Seems like it would be a good candidate for this, as it could be part of the building blocks of a modular security system.
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Yeah I'm sure it could, great idea!
@clickthatmoment3062
@clickthatmoment3062 2 года назад
How to create a trigger for fingerprint in automation
@kleberacaciodossantos
@kleberacaciodossantos Год назад
The guide is not in your web site anymore... :( (sorry about my english, i'm brazilian)
@simonatornaghi3736
@simonatornaghi3736 3 года назад
Hi. Good job. I have followed everything but I have a problem with the name that I cannot enter. Always unknown without being able to change it. I saw in the video that you were initially like that too. What did you do? Thank you
@simonatornaghi3736
@simonatornaghi3736 3 года назад
I solved thanks
@simonatornaghi3736
@simonatornaghi3736 3 года назад
Actually I managed to write the name and save it, but when I save the name of the second id, the fingerprint of the first is recognized but the name is not
@toastertoast5143
@toastertoast5143 2 года назад
@@simonatornaghi3736 How dit you solve it, if i may ask?
@lioralush207
@lioralush207 7 месяцев назад
@@simonatornaghi3736hello you can say how you fix it?
@vivekvenkatsubramaniam437
@vivekvenkatsubramaniam437 3 года назад
Hi...I had made a small project where I was storing the BLOB file containing the fingerprint object in an SD card, so is there any way of storing that file in the cloud or some other remote storage?
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Oh that's really interesting! It's definitely something I would imagine could be done!
@dudu631
@dudu631 3 года назад
Not related to the fingerprint, but what device do you use to make those intermitents beeps while not authenticated with fingerprint? Is it alexa? If so, how did you do it? Thanks, your videos are awesome.
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thank you Eduardo! I use a Google home and I took a sound I heard and just looped it over into a 60 second track and played that 😅
@dudu631
@dudu631 3 года назад
@@EverythingSmartHome sounds reasonable! nicely done!
@dudu631
@dudu631 3 года назад
Another question is: how do you stop the sound you play on Google home? At least on Alexa when I send an audio file to play, I can't stop it I think... Will definitely try it out.
@EverythingSmartHome
@EverythingSmartHome 3 года назад
You can't stop the sound? That's weird! You just use the stop media service. I'm tempted to hook my Alexa back up just to check now 😅
@dudu631
@dudu631 3 года назад
I'm probably using it wrong. I'll revisit this. Thanks for the tips! Looking forward to your next videos. :P
@Maciek828
@Maciek828 3 года назад
Is it possible to do the same using esphome without mqtt?
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Hello, unfortunately not at this time, ESPHome is not compatible with this sensor
@CarlosAMedinaS
@CarlosAMedinaS Год назад
I want more than 127 fingerprints. Is that posible?
@lelandclayton5462
@lelandclayton5462 3 года назад
Just a FYI, you want to learn in at least two or a maximum three finger prints. All it takes is something to disrupt the finger print and becomes useless such as a blister, blood blister, cut, or even the extreme loosing a finger.
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Yeah for sure it would be ambitious to day the least to only program one print!
@tonymathew5618
@tonymathew5618 Год назад
At first when I programmed this it was working perfectly, but after some days it stopped working and I reprogrammed the d1 chip again and now it's working but when I try the learn button it shows unavailable and I can't enroll a fingerprint any ideas?
@johnnyboobonny
@johnnyboobonny Год назад
Did you ever figure this out?
@tonymathew5618
@tonymathew5618 Год назад
@johnnyboobonny yep, a line in my config file was missing, added that and everything went back to normal.
@Daven_Official
@Daven_Official 10 месяцев назад
Hello from Germany. When flashing I get "sketch_oct27a:17:10: fatal error: ESP8266WiFi.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. exit status 1 ESP8266WiFi.h: No such file or directory " can someone help me?
@tseawell90
@tseawell90 3 года назад
what type of solder iron do you use?
@EverythingSmartHome
@EverythingSmartHome 3 года назад
I use a TS140
@ThermaLTake94
@ThermaLTake94 3 года назад
Dope
@gokulprasadrao8893
@gokulprasadrao8893 3 года назад
hey man..I followed your steps, but I ended up getting this error " Attempting MQTT connection...failed, rc=-2 try again in 5 seconds". Any reasons why? help me out
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Hello, usually means you have configured your MQTT settings incorrectly. Double check them!
@gokulprasadrao8893
@gokulprasadrao8893 3 года назад
@@EverythingSmartHome if the MQTT is not working properly, the PIR sensors also won't be working right. But mine the sensors work fine. In Arduino, for the MQTT settings, I have to change the hostname, username and the password right. The host name would be my home assistant URL is it?
@EverythingSmartHome
@EverythingSmartHome 3 года назад
That's not what I said, I didn't say your MQTT server was incorrect, I meant in the config of the code check your MQTT settings.
@gokulprasadrao8893
@gokulprasadrao8893 3 года назад
@@EverythingSmartHome I see..I get it. I only need to change 3 things in MQTT settings (in arduino) right? the hostname, username and the password
@GeorgeHanna
@GeorgeHanna Год назад
@@gokulprasadrao8893 Hey, i'm getting the same problem here, how did you solve this? I've tried placing my MQTT hostname = home assistant ip address, and my username and password, but i'm still getting this error.
@connorthompson8303
@connorthompson8303 3 года назад
So I add my fingerprint and it works great. I add my friends fingerprint and it also works. I try scanning my finger after adding my friends and it fails, it says it found a match but instead of outputting my name it outputs "Unavailable".
@connorthompson8303
@connorthompson8303 3 года назад
This is also shown in the HA logs. TemplateError('UndefinedError: No first item, sequence was empty.') while processing template 'Template("{% if states('sensor.fingerprint_id') | int >= 1 %} {%- set printid = states('sensor.fingerprint_id') | int -%} {%- set prints = states("input_text.fingerprint_data") | from_json if states("input_text.fingerprint_data") else [] -%} {%- set fingerprint = prints|selectattr('id', 'eq', states('sensor.fingerprint_id') | int) | first -%} {{fingerprint["name"]}} {% elif is_state('sensor.fingerprint', 'Waiting') %} Waiting {% elif is_state('sensor.fingerprint', 'Not matched') %} Not matched {% endif %}")' for attribute '_state' in entity 'sensor.fingerprint_person'
@EverythingSmartHome
@EverythingSmartHome 3 года назад
In the script for learn print, remove the script action that has the square brackets, this will stop it over-writing itself - been meaning to fix that for a while!
@connorthompson8303
@connorthompson8303 3 года назад
@@EverythingSmartHome Brilliant, thanks for the quick reply! Awesome work by the way, your content is really unique, love it!
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Thanks Connor, appreciate it 🙏
@ryukenden198891
@ryukenden198891 3 года назад
@@EverythingSmartHome Could you please tell me exactly what lines need to be removed?
@satyajitmishra4500
@satyajitmishra4500 2 года назад
Can someone please help me. I followed the instruction & have successfully flashed the code i.e. I get the message "Leaving... Hard resetting via RTS pin...". But in the serial monitor there is no output & my D1 Mini is not connected to my WiFi (checked my Client list in UniFi). My D1 Mini is working fine as I have just it for an ESPHome project & it was working fine.
@EverythingSmartHome
@EverythingSmartHome 2 года назад
Did you change the serial monitor to the correct baud rate that is in the code?
@satyajitmishra4500
@satyajitmishra4500 2 года назад
It just started working after pressing the RESET button on my D1 Mini. Now I can see the serial port outputs, but it shows that "Attempting MQTT connection...failed, rc=-2 try again in 5 seconds". What can I do to resolve this?
@satyajitmishra4500
@satyajitmishra4500 2 года назад
I doubled checked my MQTT credentials & they are correct, but I am still getting this error.
@satyajitmishra4500
@satyajitmishra4500 2 года назад
@@EverythingSmartHome Yes. I set it to 57600 bauds. But my current problem is that it doesn't connect to my MQTT server.
@satyajitmishra4500
@satyajitmishra4500 2 года назад
I just wanna confirm something; before flashing the code, I entered my WiFi SSID & Password along with my MQTT server username & its password. Do i need to enter some other details?
@TheConstantinosK
@TheConstantinosK 3 года назад
how i can set it up with Openhab?
@EverythingSmartHome
@EverythingSmartHome 3 года назад
It's just standard MQTT so however you setup MQTT devices in OoenHab should do the trick!
@TheConstantinosK
@TheConstantinosK 3 года назад
@@EverythingSmartHome thnx
@robdriver5131
@robdriver5131 10 месяцев назад
Good info but you move so fast it's difficult to follow even when pausing the video.
@AverageAutomation
@AverageAutomation 3 года назад
first
@scottbwright
@scottbwright 3 года назад
Have you considered doing these videos shirtless?
@EverythingSmartHome
@EverythingSmartHome 3 года назад
Your username would be my response 😂
@jb-braunschweig
@jb-braunschweig Месяц назад
Checked also the web-tutorial, but miss somewhere how the power is being connected? 🫣
Далее
15 Home Assistant Tips You MUST Do
14:28
Просмотров 367 тыс.
Nothing EVER Works! - Making a dumb door smart
16:57
Просмотров 1,9 млн
The 7 Best Smart Home Automation Ideas From EVERYONE!!
15:03
8 Simple Smart Home Automations Anyone Can Do!
11:56
Просмотров 154 тыс.
The BEST Smart Home Room Presence Detection I've Tried!
10:39
I forced EVERYONE to use Linux
22:59
Просмотров 425 тыс.