keatontaylor / alexa-actions

A README and associated code to get actionable notifications setup for Alexa devices.
GNU General Public License v3.0
391 stars 186 forks source link

Issue recording my response and triggering events #255

Open MysteryMan937 opened 1 month ago

MysteryMan937 commented 1 month ago

Only installed it today and am using latest version of everything.

Have setup the skill and linked it to Home Assistant. Can trigger it manually by saying "Alexa, open actionable notifications" and it will read out the text inputted in home assistant. I have setup an automation to trigger Alexa to ask me a question, I respond, but it seems like it doesn't record my response or fire an event? I can manually fire events in the developers tools, but it will not trigger an event_id to trigger my automations. So basically everything works except I can not figure out how to get it to trigger an automation with the event_id.

I did have a few potential issues in the home assistant logs, which I will include below. For some reason I can not access the cloud watch logs for whatever reason.

Logger: homeassistant.helpers.service Source: helpers/service.py:301 First occurred: 8:11:02 PM (11 occurrences) Last logged: 9:37:28 PM

Referenced entities input_text.alexa_actionable_notification are missing or not currently available

Logger: homeassistant.helpers.template Source: helpers/template.py:2652 First occurred: 7:50:09 PM (33 occurrences) Last logged: 9:24:40 PM

Template variable warning: 'suppress_confirmation' is undefined when rendering '{"text": "{{ text }}", "event": "{{ event_id }}", "suppress_confirmation": "{{ suppress_confirmation }}"}' Template variable warning: 'event_id' is undefined when rendering '{"text": "{{ text }}", "event": "{{ event_id }}", "suppress_confirmation": "{{ suppress_confirmation }}"}'

Logger: homeassistant Source: components/cloud/alexa_config.py:340 First occurred: 7:20:59 PM (3 occurrences) Last logged: 9:22:45 PM

Error doing job: Task exception was never retrieved (None) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/cloud/alexa_config.py", line 547, in _handle_entity_registry_updated await self._sync_helper(to_update, to_remove) File "/usr/src/homeassistant/homeassistant/components/cloud/alexa_config.py", line 487, in _sync_helper await self.async_get_access_token() File "/usr/src/homeassistant/homeassistant/components/cloud/alexa_config.py", line 340, in async_get_access_token raise alexa_errors.RequireRelink homeassistant.components.alexa.errors.RequireRelink