Hi everybody,
One year ago I setup haaska to use all my stuff with Alexa voice command.
One week ago I changed my conf file in order to add some new script that I wrote so I opened configuration.yaml and add the domains script:
alexa:
smart_home:
locale: it-IT
endpoint: https://api.eu.amazonalexa.com/v3/events
client_id: amzn1.application-xxx
client_secret: amzn1.oa2-xxx
filter:
include_entities:
include_domains:
- light
- script
exclude_domains:
- automation
- binary_sensor
- button
- camera
- climate
- device_tracker
- govee
- group
- image
- switch
- input_boolean
- input_button
- input_datetime
- input_number
- input_select
- input_text
- media_player
- sensor
- number
- persistent_notification
- person
- scene
- select
- sun
- update
- weather
- zone
I create the whole new lambda, skill and everything related, everything was fine.
When linking the haaska custom skill it said nothing found.
All the stuff I had in alexa are still there, can they be a problem? Should I remove them all?
Also how do you update haaska if you had something new?
I did it using the function “Add device” > scan for “WiFi device” but nothing found.
UPDATE:
When settings the lambda function I used the URL in the config.json file https://mydomain..com:443/
When executing the test I get the error:
“404 Client Error: Not Found for url: https://mydomain.com:443/api/alexa/smart_home”,
If I paste the URL https://mydomain..com:443/
in a browser I get redirect to the login page of my HA.
So there is the alexa api of HA not working at all?