-
Notifications
You must be signed in to change notification settings - Fork 61
Alexa and Haaska Issue #32
Comments
what must the handler be in aws? |
The handler should be: haaska.event_handler |
What must the redirect urls be on developer account to link Alexa with home
assistant?
…On 09 Feb 2017 15:14, "Intrawit" ***@***.***> wrote:
i followed exactly what bruhautomation said but i get the error message
when i run the test.
{
"errorMessage": "Unable to import module 'lambda_function'"
}
i did upload the haaska file from my pi
clicked save and test and then i get the errormessage.
please help
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#32>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXphhAI9CnmD05bgKNfDHzpdl3j0fRYiks5raxE_gaJpZM4L8HD->
.
|
You find the redirect URLs in the Configuration page of the skill. |
But those redirect urls is not working.. That is why I am asking.
…On 11 Feb 2017 15:24, "gabrielbratescu" ***@***.***> wrote:
You find the redirect URLs in the Configuration page of the skill.
Something like https://layla.amazon.com/api/..... and
https://pitangui.amazon.com/api.....
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#32 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AXphhAoDh6OhEW55cMfu5QnMRjF7diz6ks5rbbaLgaJpZM4L8HD->
.
|
In what sense are they not working ? You have to copy them to Amazon/your app/web settings/Allowed Return URL |
I copy them from the developer skill page to the login to Amazon account.
I even tried it to put it in the Web browser to test the URL but it just
shows me a white page and says message= null
…On 11 Feb 2017 15:51, "gabrielbratescu" ***@***.***> wrote:
In what sense are they not working ? You have to copy them to Amazon/your
app/web settings/Allowed Return URL
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#32 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AXphhBIew8NylfMFtzMmQ-V2abYNUzDNks5rbbzvgaJpZM4L8HD->
.
|
It's on to return null, because in browser you are not sending the required information. |
Where can I get the full info for the full project?
…On 11 Feb 2017 16:14, "gabrielbratescu" ***@***.***> wrote:
It's on to return null, because in browser you are not sending the
required information.
Go to next step. Please be aware that the video from bruhautomation has
some missing info, so double check the video with setup info from the first
page of this project.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#32 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AXphhNvPuB5Anzt4LANTcjryccfrF4U7ks5rbcJHgaJpZM4L8HD->
.
|
I don not know what you mean by that. |
@gabrielbratescu |
The Alexa is working on basic commands.it just when I ask Alexa to link
through to the home assistant to switch of lights..that doesn't work.
…On 12 Feb 2017 03:06, "mzjlswatt" ***@***.***> wrote:
@gabrielbratescu <https://github.com/gabrielbratescu>
Hi,did u successfully use the Alex?i fellowed the video step by
step,nothing missed I think,finally my Alex app need account linking,I
don't know what's the account!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#32 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AXphhD19PwwJHCYjGT0D41uBJjIzLc2rks5rblsGgaJpZM4L8HD->
.
|
@mzjlswatt Yes, it works. I can say Alexa turn on /off "device from HA". Except a few failures, see issue #34 . @intrawit After installing Haaska skill, did Alexa discovered your devices ? Do you see them in Alexa/Smart Home menu ? Please read also the above response. For the future, please tell me the minute from the bruh's video where are are stuck on. I am not a native english and it's easier for me to understand at what step are you |
I am not able to enable the haaska skill on my amazon app. I run make test on my RPI and I get the following results:
When I got to my AWS console and test my skill I get the following in my log output:
I can also see a list of all my devices in my AWS Console log output:
I have been stuck trying to figure out what is wrong with my configuration and why am I getting an "account linkage required" message below the button to enable my Skill. Any ideas what I am doing wrong? |
@iyesildirek "Account linkage required" is normal for this skill, which requires OAuth (Login with Amazon). When you click "Enable", you will be sent to the Login with Amazon page for the security profile you created. |
Do i need a real echo to run this skill . I mean the discovery command is only available on a real amazon echo but i am using The AVS on a raspberry pi so I don't know if this skill will work or not |
@mohaggag I believe it will work if you can access the Smart Home web interface for Alexa while signed into your Amazon account, http://alexa.amazon.com/spa/index.html#smart-home |
@trisk no not working |
@mohaggag can you be more specific? Does the Smart Home page list the skill you created and the "Discover Devices? link? |
@trisk yes |
@mohaggag so what is "not working"? No devices shows up in the "Smart Home" page after you try to "Discover Devices"? If so, what country/region is your Amazon Developer account set (https://developer.amazon.com/settings/profile/detail.html) and on what region (North America/Europe) is your Lambda skill set? |
replace whatever is in the handler box with: haaska.event_handler |
i followed exactly what bruhautomation said but i get the error message when i run the test.
{
"errorMessage": "Unable to import module 'lambda_function'"
}
i did upload the haaska file from my pi
clicked save and test and then i get the errormessage.
please help
The text was updated successfully, but these errors were encountered: