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...
How we hacked our office doorbell using Slack, MessageBird and Now
11–20 of 29 posts
Re: How we hacked our office doorbell using Slack, MessageBird and Now
#12It's an email alert - but it'd obviously be trivial to connect up the slack API to pass the message + image to a channel.
Re: How we hacked our office doorbell using Slack, MessageBird and Now
#13Re: How we hacked our office doorbell using Slack, MessageBird and Now
#14So wait a sec, do you open the door to anyone without checking who is it?
Re: How we hacked our office doorbell using Slack, MessageBird and Now
#15https://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
#16Re: How we hacked our office doorbell using Slack, MessageBird and Now
#17Re: How we hacked our office doorbell using Slack, MessageBird and Now
#18Re: How we hacked our office doorbell using Slack, MessageBird and Now
#19Did you hack it or just integrate to it?
Re: How we hacked our office doorbell using Slack, MessageBird and Now
#20> 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'.