-
Notifications
You must be signed in to change notification settings - Fork 60
No Components found #90
Comments
Check the AWS logs for your Lambda function, haaska might be having trouble communicating with your HA instance. |
hey, i checked and receive the following debug log: START RequestId: 71bdfd76-aa0e-11e7-8d93-3340856113e3 Version: $LATEST any ideas? |
no ideas? I just summarized my situation once again: I have prepared Home assistant for SSL and can reach my HA directly through https://URL.duckdns.org (without port). I have setup the Alexa skill and authentication. Everything is working ok, I have enabled the Alexa App. Issue is that it does not find any device. I have tried many haaska configurations my current version looks like this: { When I run the make test version of haaska i receive the following output: { So everything look ok. When I test the lambda function online i receive the following debug log: START RequestId: 4a797dc2-ab32-11e7-abc4-ad2968882cca Version: $LATEST Even that looks ok to me. Any ideas suggestions from the crowd? Thanks and best |
@pete83n did you solve this? //Reidar |
@Reidar6 |
@cbrherms its an old updated, but I changed it to v2 as it changed when I updated other info. When I run the test in lambda I don't get any error. Just no rows from HASS. |
Found it... |
Hello all,
I have the issue that haaska is not finding any of my components in Home Asssistant.
I have performed test in the pi and on lambda and both provide seemingly good results, except that no devices are found. Searching for devices in Alexa app does not result in anything either.
Thanks for your support!
Peter
{
"payload": {
"discoveredAppliances": []
},
"header": {
"namespace": "Alexa.ConnectedHome.Discovery",
"messageId": "649af9d7-8bc3-464d-a9c3-f21531060cfe",
"name": "DiscoverAppliancesResponse",
"payloadVersion": "2"
}
}
The text was updated successfully, but these errors were encountered: