Difference between revisions of "Alexa with Node-Red"
Jump to navigation
Jump to search
imported>Tinker (Created page with " Step 1: [https://flows.nodered.org/node/node-red-contrib-alexa-home-skill Alexa Home Skill] <pre><code>npm install node-red-contrib-alexa-home-skill</code></pre> <code>Step...") |
imported>Tinker m (Tinker moved page Alexa with Nod-Red to Alexa with Node-Red: oops... typo) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | == Install the Pallette == | |
[https://flows.nodered.org/node/node-red-contrib-alexa-home-skill Alexa Home Skill] | [https://flows.nodered.org/node/node-red-contrib-alexa-home-skill Alexa Home Skill] | ||
− | <pre | + | <pre>npm install node-red-contrib-alexa-home-skill</pre> |
− | + | == Enable the Pallette == | |
− | + | Sign up at [https://alexa-node-red.bm.hardill.me.uk/ Node-RED Alexa Home Skill Bridge] | |
− | + | == Build your Devices == | |
Follow their directions to set up some devices. (Specifically, you will be setting up Node-Red nodes to be devices for Alexa to play with...) | Follow their directions to set up some devices. (Specifically, you will be setting up Node-Red nodes to be devices for Alexa to play with...) | ||
− | + | == Use your Devices == | |
Drag some "alexa-home" nodes into your flow on Node-Red & use them as triggers for whatever you like. | Drag some "alexa-home" nodes into your flow on Node-Red & use them as triggers for whatever you like. |
Latest revision as of 14:16, 1 September 2018
Install the Pallette
npm install node-red-contrib-alexa-home-skill
Enable the Pallette
Sign up at Node-RED Alexa Home Skill Bridge
Build your Devices
Follow their directions to set up some devices. (Specifically, you will be setting up Node-Red nodes to be devices for Alexa to play with...)
Use your Devices
Drag some "alexa-home" nodes into your flow on Node-Red & use them as triggers for whatever you like.