Difference between revisions of "Alexa with Node-Red"
Jump to navigation
Jump to search
imported>Tinker |
imported>Tinker |
||
Line 1: | Line 1: | ||
− | Step 1: | + | == Step 1: == |
[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>npm install node-red-contrib-alexa-home-skill</pre> | <pre>npm install node-red-contrib-alexa-home-skill</pre> | ||
− | Step 2: | + | == Step 2: == |
Sign up at [https://alexa-node-red.bm.hardill.me.uk/ Node-RED Alexa Home Skill Bridge] | Sign up at [https://alexa-node-red.bm.hardill.me.uk/ Node-RED Alexa Home Skill Bridge] | ||
− | Step 3: | + | == Step 3: == |
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...) | ||
− | Step 4: | + | == Step 4: == |
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. |
Revision as of 14:14, 1 September 2018
Step 1:
npm install node-red-contrib-alexa-home-skill
Step 2:
Sign up at Node-RED Alexa Home Skill Bridge
Step 3:
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...)
Step 4:
Drag some "alexa-home" nodes into your flow on Node-Red & use them as triggers for whatever you like.