I would like to create a remote garage door opener that meets the following requirements:
- Can be opened by guest having only shared a secret pin with them, which they know from me out-of-band (eg “go to this address and use PIN 1234 to get in”)
- Does not rely on the opener having wifi or cellular connectivity
- Does not require any physical hardware to be exposed (e.g. external pin pad)
So far I have two ideas:
- Acoustic “knock the pin as pattern to unlock” & mic pickup. I don’t love it (seems brittle, exposes the “secret” to anyone listening, etc), but its cute.
- Set up an ESPHome device that either
a. exposes a wifi base station the guest can connect to and enter the pin over a simple web form, or
b. exposes some sort of bluetooth interface
Focusing on option 2, anyone have precedent or ideas here?
Option 2a seems the most broadly compatible. A bit cumbersome to explain, but, would work.
Option 2b seems like it could be cool, if paired with e.g. a minimal ios/android app (which I know how to build). Eg “Download the Virtual BLE PinPad app from the app store, and when you’re close, open it and look for MyGarage. Tap it and enter the pin.”
Curious to hear other ideas!