mattotodd / node-red-contrib-alexa

a node-red node for integration with amazon alexa skills
Apache License 2.0
20 stars 9 forks source link

Tutorial maybe? #4

Open marksev1 opened 8 years ago

marksev1 commented 8 years ago

Would be nice if you also showed some example flow of how to use those together to create a virtual assistant :D. And maybe post a youtube clip of it in action.

What can I use this alexa for, general questions? Can I use it to control music? How can I leverage some general "skill" or something to interface with node-red to control physical hardware?

mattotodd commented 8 years ago

working on it now

marksev1 commented 8 years ago

Thanks! :)

iceblu3710 commented 7 years ago

I vote for a tutorial too. I have no idea how to get this to work even though everything is filled in....

thomfoolery commented 7 years ago

+1

aidanruff commented 7 years ago

Me too. I haven't a clue how to get this working! I'd like to integrate this into our Raspberry Pi setup script (hackittandbodgitt.com) and get it woking with our IOT devices based on the ESP8266 for home automation.

A set of test flows would be nice, plus maybe some info on setting up the security certificates for Amazon to get the two of them talking.

hardillb commented 7 years ago

There doesn't seam to be an actual flow file in the mattotodd/node-red-alexa project that you've pointed to for an example.

Any update on some instructions on how to get this to work?

The error message "Error handling alexa request" doesn't really help work out what's wrong.

mikebiddell commented 7 years ago

I was hoping to use this for alexa to speak any string I send and for Alexa to recognise speech and send the recognised string into node red (the world is then our oyster). Will this do this ? From the documentation, I'm not sure what it does? If not, has anyone else achieved that ????

aidanruff commented 7 years ago

You can’t initiate speech with Alexa at the moment – or at least I haven’t found anyone doing it.

The skill that Pete and I have created takes any text and passes it to node red for processing. I have a skill called ‘the house’, so I can say ‘Alexa, tell the house to turn the office light on’ and it will pass ‘turn the office light on’ to node red to do with whatever I want. You can also reply with whatever you want Alexa to say in response, such as “The office light is now on’

I hope that helps Aidan

From: mikebiddell [mailto:notifications@github.com] Sent: 16 January 2017 13:54 To: mattotodd/node-red-contrib-alexa node-red-contrib-alexa@noreply.github.com Cc: aidanruff aidan@ruffs.net; Comment comment@noreply.github.com Subject: Re: [mattotodd/node-red-contrib-alexa] Tutorial maybe? (#4)

I was hoping to use this for alexa to speak any string I send and for Alexa to recognise speech and send the recognised string into node red (the world is then our oyster). Will this do this ? From the documentation, I'm not sure what it does? If not, has anyone else achieved that ????

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/mattotodd/node-red-contrib-alexa/issues/4#issuecomment-272867285, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFA04-_y7dHQRSRUc2B8lBk3P6O1zMr6ks5rS3Z3gaJpZM4I9j6z.


Scanned by MailDefender Plus, powered by Symantec Email Security.cloud



Scanned by MailDefender Plus, powered by Symantec Email Security.cloud


mikebiddell commented 7 years ago

Aidan

Thanks for the info. I am using node-red-contrib-wemo-emulator to provide that functionality.

Cheers

Mike

aidanruff commented 7 years ago

That’s good. I tried that using the emulator on the Pi and one useful item is that you get the IP address back from the calling Alexa. I haven’t managed to do that yet with Amazons API, which stops me doing context dependent stuff like “Alexa, turn the light on” for the room I’m in.

Pete and I are also using HABridge which I prefer to the Wemo emulator as there are more contols.

Fascinating stuff though

From: mikebiddell [mailto:notifications@github.com] Sent: 16 January 2017 18:22 To: mattotodd/node-red-contrib-alexa node-red-contrib-alexa@noreply.github.com Cc: aidanruff aidan@ruffs.net; Comment comment@noreply.github.com Subject: Re: [mattotodd/node-red-contrib-alexa] Tutorial maybe? (#4)

Aidan

Thanks for the info. I am using node-red-contrib-wemo-emulator to provide that functionality.

Cheers

Mike

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/mattotodd/node-red-contrib-alexa/issues/4#issuecomment-272931994, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFA04-tHN2xvb2ytogI1ZQEiw5_3Fk1dks5rS7VNgaJpZM4I9j6z.


Scanned by MailDefender Plus, powered by Symantec Email Security.cloud



Scanned by MailDefender Plus, powered by Symantec Email Security.cloud


swilson86 commented 7 years ago

It's been more than a year since the first person commented requesting some clues on how to use this. Without some kind of documentation it is unfortunately useless.

vswraith commented 6 years ago

Anyone managed to get this working? Any tutorial?