b0mbays / continuously_casting_dashboards

HACS Integration for continuously casting a Home Assistant dashboard to your Google Chromecast Displays
MIT License
189 stars 9 forks source link

Not casting #8

Closed Takst3in closed 1 year ago

Takst3in commented 1 year ago

Hi!

I've tried to use this integration the past days without success, please point me into the correct direction. None of my devices are showing the dashboard, unless from once during early testing. (That one time with a login page, prior to complete the "trusted network setup". After completing this configuration, none of the devices are showing any other then default "screensaver" pictures on the device.)

Do I have a mis-configuration?

configuration.yaml; continuously_casting_dashboards: logging_level: debug cast_delay: 45 start_time: "06:00" end_time: "02:00" devices: "Google - Hovedsoverom": dashboard_url: "https://xxxx.ui.nabu.casa/lovelace-casted/soverom" "Google - Kontor": dashboard_url: "https://xxxx.ui.nabu.casa/lovelace-casted/kontor" "Google - Kjøkken": dashboard_url: "https://xxxx.ui.nabu.casa/lovelace-casted/kjokken"

Log; 2023-04-12 20:14:06.667 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Google - Kjøkken! 2023-04-12 20:14:06.667 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Google - Kjøkken 2023-04-12 20:14:06.670 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-04-12 20:14:12.202 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-04-12 20:14:17.768 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-04-12 20:14:23.313 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume back to 5... 2023-04-12 20:15:24.971 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Google - Hovedsoverom! 2023-04-12 20:15:24.971 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Google - Hovedsoverom 2023-04-12 20:15:24.972 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-04-12 20:15:30.519 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-04-12 20:15:36.060 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-04-12 20:15:41.610 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume back to 5... 2023-04-12 20:16:43.242 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Google - Kontor! 2023-04-12 20:16:43.243 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Google - Kontor 2023-04-12 20:16:43.244 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-04-12 20:16:48.782 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-04-12 20:16:54.319 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-04-12 20:16:59.855 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume back to 5... 2023-04-12 20:18:01.484 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Google - Kjøkken! 2023-04-12 20:18:01.485 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Google - Kjøkken 2023-04-12 20:18:01.487 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-04-12 20:18:07.026 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-04-12 20:18:12.574 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-04-12 20:18:18.101 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume back to 5... 2023-04-12 20:19:19.746 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Google - Hovedsoverom! 2023-04-12 20:19:19.746 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Google - Hovedsoverom 2023-04-12 20:19:19.748 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-04-12 20:19:25.292 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-04-12 20:19:30.840 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-04-12 20:19:36.385 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume back to 5... 2023-04-12 20:20:38.014 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Google - Kontor! 2023-04-12 20:20:38.014 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Google - Kontor 2023-04-12 20:20:38.016 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-04-12 20:20:43.558 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-04-12 20:20:49.091 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-04-12 20:20:54.630 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume back to 5...

Takst3in commented 1 year ago

Issue resolved; Were using the incorrect device name. Correct name is same name as in Google-Home, NOT name in HA. Update docs?

b0mbays commented 1 year ago

Ah good spot, it's not the best wording in the docs. I'll update this now, thank you!

Everything working good for you now then?