Hi all,
I have had HA up and running for all of 2 days. I’m a former SmartThings user. I have attempted setting up the HASKA stuff and gotten all the way through to testing the lamda functions. Getting the following error:
{
“errorMessage”: “404 Client Error: Not Found for url: https://XXXXX.duckdns.org/api/alexa/smart_home”,
“errorType”: “HTTPError”,
“stackTrace”: [
[
“/var/task/haaska.py”,
111,
“event_handler”,
“return ha.post(‘alexa/smart_home’, event, wait=True)”
],
[
“/var/task/haaska.py”,
66,
“post”,
“r.raise_for_status()”
],
[
“/var/task/requests/models.py”,
940,
“raise_for_status”,
“raise HTTPError(http_error_msg, response=self)”
]
]
}