garage-door-controller
garage-door-controller copied to clipboard
Alexa
Any way to connect this wirelessly to alexa with a trigger word to open/close garage door?
I used AWS IoT + Alexa.
Alexa skill "[Open|Close] garage door" Sends to AWS Lambda function AWS Lambda sends to SNS topic SNS sends to AWS IoT MQTT topic (Lambda can also push MQTT as well) Device receives MQTT message and performs the action
Thanks h3smith! I'm unfamiliar with some of the processes in your suggestion. Could you elaborate?
same here, would love to see the associated language to integrate with Alexa!
I'll throw up a gist over the holiday weekend - if I don't by next Sunday please @ me!
Looking forward to it! Thanks for your help!
Also interested in Alexa integration.
Interested in Alexa here too. Everything worked perfectly, thank you!
@tgdibello. Can you please elaborate how you made this work? I need some more detail with the step by steps on this process. NOOB here. Thanks!
On Sun, Nov 27, 2016 at 9:43 PM, tgdibello [email protected] wrote:
Interested in Alexa here too. Everything worked perfectly, thank you!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/andrewshilliday/garage-door-controller/issues/39#issuecomment-263177176, or mute the thread https://github.com/notifications/unsubscribe-auth/ARfX3xWRUofFFb3WuN_dL7e9h04HuVVLks5rCk3mgaJpZM4KuF7_ .
-- Andy
What are you having trouble with?
On Nov 27, 2016, at 10:46 PM, Andy [email protected] wrote:
@tgdibello. Can you please elaborate how you made this work? I need some more detail with the step by steps on this process. NOOB here. Thanks!
On Sun, Nov 27, 2016 at 9:43 PM, tgdibello [email protected] wrote:
Interested in Alexa here too. Everything worked perfectly, thank you!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/andrewshilliday/garage-door-controller/issues/39#issuecomment-263177176, or mute the thread https://github.com/notifications/unsubscribe-auth/ARfX3xWRUofFFb3WuN_dL7e9h04HuVVLks5rCk3mgaJpZM4KuF7_ .
-- Andy — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@tgdibello @h3smith Could either of you post a brief tutorial of the steps and methods you used to get Alexa to function with your garage controller? Did you create your own private Alexa skill for your use or is it publicly available?
I really don't even know where to start with this. Thanks for direction.
On Mon, Nov 28, 2016, 10:51 AM zbowman [email protected] wrote:
@tgdibello https://github.com/tgdibello @h3smith https://github.com/h3smith Could either of you post a brief tutorial of the steps and methods you used to get Alexa to function with your garage controller? Did you create your own private Alexa skill for your use or is it publicly available?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/andrewshilliday/garage-door-controller/issues/39#issuecomment-263325252, or mute the thread https://github.com/notifications/unsubscribe-auth/ARfX3y7pqwKxyWJPehQ4UDFe0pmeyhBMks5rCwacgaJpZM4KuF7_ .
I'm sorry, I haven't finished the Alexa setup yet. My comment was about the original app. I'll be working on the Alexa setup very soon, and will share as I learn.
On Mon, Nov 28, 2016 at 12:37 PM, Andy [email protected] wrote:
I really don't even know where to start with this. Thanks for direction.
On Mon, Nov 28, 2016, 10:51 AM zbowman [email protected] wrote:
@tgdibello https://github.com/tgdibello @h3smith https://github.com/h3smith Could either of you post a brief tutorial of the steps and methods you used to get Alexa to function with your garage controller? Did you create your own private Alexa skill for your use or is it publicly available?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/andrewshilliday/garage-door-controller/issues/39# issuecomment-263325252>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ ARfX3y7pqwKxyWJPehQ4UDFe0pmeyhBMks5rCwacgaJpZM4KuF7_> .
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/andrewshilliday/garage-door-controller/issues/39#issuecomment-263338497, or mute the thread https://github.com/notifications/unsubscribe-auth/AXGEdGnJXh7GJ5yrXChbr6FMGQLIRvoCks5rCxFSgaJpZM4KuF7_ .
@zbowman @morejava @drunet I've thrown something up here: https://github.com/h3smith/aws-iot-alexa
I am away on holiday since last week - I'll upload the Lambda code and Raspberry Pi code on how to do the hard work when I get back tomorrow. Apologies for the delay.
Thanks Harold!
On Tue, Nov 29, 2016, 1:31 PM Harold Smith III [email protected] wrote:
@zbowman https://github.com/zbowman @morejava https://github.com/morejava @drunet https://github.com/drunet I've thrown something up here: https://github.com/h3smith/aws-iot-alexa
I am away on holiday since last week - I'll upload the Lambda code and Raspberry Pi code on how to do the hard work when I get back tomorrow. Apologies for the delay.
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/andrewshilliday/garage-door-controller/issues/39#issuecomment-263673387, or mute the thread https://github.com/notifications/unsubscribe-auth/ARfX3yurPBd6AfT9bKUylTB98wlW_GJBks5rDH2fgaJpZM4KuF7_ .
This has been off my radar for the past year. Only just now having to rebuild my pi and noticing some of the changes that have happened with this project since I first started using it. Have built some demo skills for work when Alexa first launched. Will do what I can to help.
Thanks guys! I am pretty good with AWS, but not so great with coding. A working example will go a long way.
Thanks @h3smith, I was able to setup all of the AWS functions but haven't made it to the pi portion of the setup. Could you add the MQTT / pi portion to https://github.com/h3smith/aws-iot-alexa ?
Just adding a comment to show my interest as well. @h3smith thank you for what you've provided already, and the rest of the steps would be greatly appreciated.
@boogy886 @zbowman i pushed to the repo - apologies for the delay - work has been crazy! please just tag me on that repo so I don't clog up Andrews :)
I'm a bit late to the party but just to chime in on this: Firstly, can Alexa respond to automation commands that aren't explicitly open and close (or turn on/turn off)? The reason I ask is that except under specific circumstances, we don't know whether pushing the garage door button will open the garage or shut it. So if we were to use Alexa, a preferred trigger would be something like "Alexa toggle the garage" or something like that.
Secondly, I was thinking of improving the degree to which the garage door controller is integrated with OpenHab. This allows for a more integrated interface with some of the other home automation stuff I have. If I go that route, then in theory I (we) could make use of the Alexa/OpenHab integration that is already in place. I'll look into it.
Just wanted to kick the box to see if I could wake anything / anyone up on this thread :). I found this https://www.instructables.com/id/Control-Raspberry-Pi-GPIO-With-Amazon-Echo-and-Pyt/ as a generic option but it would be great if an add on step could be included in this project.
Thanks in advance.