Hi everyone,
I’m in the process of swithing from myopenhab.org to a private server.
Openhab Cloud is working. My Openhab instance is connected to it and I can access everything remotely via the app.
I have setup the Alexa skill and it appears to have all gone well, except no devices are found.
It seems similar to [SOLVED] Problem with (Own) Cloud and (Own) Alexa Skill , but I have triple checked and I’m using English AU and my Lambda is in us-west-2.
My lambda is also being invoked each time I tell Alexa do ‘discover devices’.
I’ve tried linking and unlinking the skill and have done so via both the ios app and the Alexa website.
I followed this to set it up https://github.com/openhab/openhab-alexa and used the Docker Compose option.
Does anyone have any ideas?
Let me know if you need more details.
Forgot to mention…it was working with myopenhab.org .
In my openhab instance, the only thing I’ve changed is the baseurl in openhabcloud.cfg.
CyberLine
(Alexander Over)
December 17, 2020, 7:54am
3
Did you See http requests in your local cloud when invoking Alexa? And double check that there is no group without a name because then Alexa wont find any Devices…
Hey,
Thanks for the reply. I can see http requests appearing when I ask Alexa to discover devices.
I switched back to myopenhab.org and devices were discovered without issue, so I believe my item config is all correct.
I deleted everything (openhab cloud and alexa skill) and started again, hoping I’d just missed a step somewhere, but the same thing is happening.
The lambda is running without error, but there’s no clues in the logs.
Any other ideas?
CyberLine
(Alexander Over)
December 17, 2020, 8:22am
6
So when you are living in AU, the “next” lambda zone would be ap-southeast-2, wouldn’t it be?
All sorted.
Turns out I had missed a step to update the base url in a config file in the Alexa skill.
As a result, it was defaulting to myopenhab.org , not my Openhab Cloud instance.
jeshab
(Jeremy)
December 19, 2020, 8:41pm
9
Adding the issue below for reference
opened 08:14AM - 17 Dec 20 UTC
closed 02:22PM - 19 Dec 20 UTC
Hi everyone,
I have deployed the Alexa Skill and got it linked to my Openhab Cloud instance. This all went pretty smoothly.
I...
question