Raspberry Pi GPIO Pin control #16
DarkFiguringitout
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Yes, entirely possible. You can install RPi.GPIO or gpiozero library, and add that GPIO-triggering logic inside of |
Beta Was this translation helpful? Give feedback.
0 replies
-
what about the other way around? set the status of the lock (resync the status) externally ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to control the GPIO pins of a raspberry pi when unlocking? For example, when unlocked it can trigger a specific pin which can be used in automations that are in close proximity.
Right now, I have a bluetooth lock (Bold smart lock), currently use a ESP8266 to bridge the contacts to activate the remote to unlock the lock. Would be nice to keep the scanner + key inside behind the door glass, and trigger the key directly without an internet connection, whenever I want to unlock the door.
Beta Was this translation helpful? Give feedback.
All reactions