Daniel

Results 98 comments of Daniel

I will ramp up logging and get more info. I restarted HA today around 2 pm and around 3 pm went to the bedroom and realized I had not triggered...

Logging was already at debug. Is there another component I should set to debug? ``` logger: # default: critical default: fatal # default: error # default: warning # default: warn...

Okay, what overall level should I set? FYI. I was unsuccessful in recreating the issue tonight...

It failed this morning at 8:41 am. ![image](https://user-images.githubusercontent.com/49846893/181583863-d9252184-f79b-4a90-9ee7-48566c7e7e86.png) ![image](https://user-images.githubusercontent.com/49846893/181584536-b57d6857-5587-4276-a3e3-3592b87b4bbf.png) ![image](https://user-images.githubusercontent.com/49846893/181584661-c1a114d8-45af-4ee9-ad8b-9b7e5b0a4a21.png) This error was on my console when I sat down, which is the first time I've this one: ``` This...

I reloaded the Alexa Media intergration and triggered Good Morning just now from Office Echo Dot Right at 9:09:42: ![image](https://user-images.githubusercontent.com/49846893/181587460-478efe8c-cee2-420f-8cec-a580878fd64b.png) ![image](https://user-images.githubusercontent.com/49846893/181587675-c0e1ca4c-78bf-49fe-8446-74cd67ffb44a.png) ``` 2022-07-28 09:09:41 DEBUG (MainThread) [custom_components.alexa_media] d****l@b******a: Received websocket...

After an HA reboot due to other integration updates, it is working again...

"In the meantime, I'd suggest making sure your node red service can handle the error and then retrying" - where do you see a node red service call? That aside...

HA scripts and automations... ``` sequence: - service: notify.alexa_media_last_called data: message: ```

It happened again this morning. The third iteration of Good Morning did execute... ![image](https://user-images.githubusercontent.com/49846893/183700006-5dbc5f88-af5a-49b5-9ede-1933eb190311.png) ![image](https://user-images.githubusercontent.com/49846893/183700147-e341a435-8ada-4a9e-9b55-b77d620b4a77.png) ![image](https://user-images.githubusercontent.com/49846893/183700487-e5649adb-bb62-4ead-8a75-f783298cc529.png) ![image](https://user-images.githubusercontent.com/49846893/183700574-8570a4fd-33d1-4dcd-85cd-5c8a9667d551.png) ![image](https://user-images.githubusercontent.com/49846893/183700669-0edbc244-1b62-4651-b8a0-b45b8e50a105.png) ![image](https://user-images.githubusercontent.com/49846893/183700750-e77d137e-aa17-4630-89e6-a898deceeb41.png) [Good Morning Script.txt](https://github.com/custom-components/alexa_media_player/files/9292756/Good.Morning.Script.txt) HA logs... [HA Log Aug 9,2022.txt](https://github.com/custom-components/alexa_media_player/files/9292744/HA.Log.Aug.9.2022.txt)

Another failure this morning... This portion executed: ![image](https://user-images.githubusercontent.com/49846893/184410383-ed63f7d8-1114-4a4f-a73e-eae891018964.png) but this did not say anything: ![image](https://user-images.githubusercontent.com/49846893/184410448-44859291-8345-4f20-840c-5fe1fec53de8.png) and the rest of script did not run, despite `continue_on_error: true` being specified: ![image](https://user-images.githubusercontent.com/49846893/184410556-7fd88dee-a11d-4012-9637-029246a65da1.png)