Live data from Hacker News

How we hacked our office doorbell using Slack, MessageBird and Now

blog.mollie.com

11–20 of 29 posts

Re: How we hacked our office doorbell using Slack, MessageBird and Now

#11

Considering you don't actually check who the person is, wouldn't it be easier to just leave the door unlocked during business hours? KISS and all that...

Looks like from the video that it's a multi-tenant building, seems like they created an easy way for anyone who wants to enter to do it without actually being authorized.

Re: How we hacked our office doorbell using Slack, MessageBird and Now

#12
Related solution built on AWS SQS and a Pi - which takes a picture of the individual ringing the bell.

It's an email alert - but it'd obviously be trivial to connect up the slack API to pass the message + image to a channel.

https://www.hackster.io/taiyuk/iot-doorbell-faee18

Re: How we hacked our office doorbell using Slack, MessageBird and Now

#15
We use a few Dash buttons and a macOS app (with Node.js backend) as our doorbell solution.

https://github.com/calltracking/doorbell

It's not the most beautiful thing, but it gets the job done of letting us know when someone is at any of our 3 doors.

Re: How we hacked our office doorbell using Slack, MessageBird and Now

#16
post #9
post #2

So wait a sec, do you open the door to anyone without checking who is it?

Seriously, may as well stick a wedge in the door during business hours, there's no difference.

Not just business hours. Go there on thanksgiving and it will open.

Re: How we hacked our office doorbell using Slack, MessageBird and Now

#20
I'm going to be 'that guy'....

> How we automated our office doorbell using 3 products already available.

Wrong usage of the word 'hacked' in the original title.

A more hacky way to do it, would have been getting a voice modem dongle that takes SIM cards, and writing software directly to detect/answer the incoming call, verify it's the doorbell, post to slack and wait for auth., then play a WAV back out through the dongle (like a voicemail greeting). Same result, less dependence on 3rd party services, learn a lot in the process.

It's all well and good using 3rd party services if they are available, but sometimes these articles are akin to me writing a post on 'how I found something on the internet using google'.

Post reply on HN