←back to thread

1901 points l2silver | 2 comments | | HN request time: 0.487s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
modeless ◴[] No.35737709[source]
My townhome complex had one of those call boxes at the front gate. When Doordash/FedEx/the cleaners/the in-laws/etc arrived they would have to call me from the call box and I'd have to answer it and listen to garbled audio to figure out who it was and press 9 to open the gate. It was kind of a pain, so I made a Twilio app to answer calls from the call box.

I set up custom entry codes that I could hand out to anyone. Everyone got their own code, and it would text me whenever someone used a code so I'd instantly know who was coming. The text conversation was my timestamped access log. I also put time constraints on some codes so e.g. Doordash couldn't open the gate in the middle of the night, or I could set up a temporary access code for a party, and I rotated codes too, with text notifications if an outdated code was used.

I thought about making a paid app out of it, but it just didn't seem worthwhile. I didn't expect that many people would want to pay for it. For a while I was excited about a YC startup called Doorport that was going to make a hardware device that you'd install inside those dumb call boxes and make them smart with all sorts of cool features, better than my Twilio hack. But I think they pivoted to a much less interesting pure software thing and then got acquihired.

replies(14): >>35737848 #>>35737859 #>>35737865 #>>35737919 #>>35737952 #>>35738001 #>>35738179 #>>35738270 #>>35738313 #>>35738412 #>>35739423 #>>35743229 #>>35749931 #>>35768187 #
1. dgently7 ◴[] No.35738412[source]
I had a buzzer that was basically a button on the handset of a phone which would Open the door, I wasn’t allowed to open it up to wire directly into it so I slapped together a node red script on a rpi with a servo that would push the button to buzz open the door anytime I said “open seasame” with Siri via an iOS automation thingy. Never needed to carry keys again while we lived there.
replies(1): >>35758915 #
2. ada1981 ◴[] No.35758915[source]
I made something similar for an old nyc apartment intercom buzzer.

Also Hooked it up to Twilio so I could text a number and it would let me in.

Added passwords and such so I could share it with friends.