b0mbays / continuously_casting_dashboards

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

Nothing is happening at all on my display #31

Closed markmghali closed 11 months ago

markmghali commented 11 months ago

Hello,

Thank you for the amazing work! I am trying to understand all the steps and believe I am close but I maybe missing somethings currently when I try the dashboard url on my computer I get this: image

Here is my yaml:

external_url: "https: my url" auth_providers:


ontinuously_casting_dashboards: logging_level: warning #Required: Set the logging level - debug/info/warning (default is 'warning' - try 'debug' for debugging) cast_delay: 45 #Required: Time (in seconds) for casting checks between each device. start_time: "07:00" #Optional: Global start time of the casting window (format: "HH:MM") - Default is set to "07:00" and can be individually overwritten per device below. end_time: "01:00" #Optional: Global end time of the casting window (format: "HH:MM") and must be after "00:00". Default is set to "01:00" and can be individually overwritten per device below. devices: "master bedroom clock": #Required: Display name of your device. Find this on the actual device's settings or inside the Google Home app. dashboard_url: "http://xxx.xxx.x.X:8123/lovelace-tablet/google?kiosk" #Required: Dashboard URL to be casted (This must be the local IP address of your HA instance, not homeassistant.local) volume: 5 #Optional: Volume to set the display. (If you remove this, the device will remain the same volume) start_time: "07:00" #Optional: Set the start time for this device end_time: "01:00" #Optional: Set the end time for this device


Let me know what other info you may need thank you again. This is most likely my lack of understanding.

b0mbays commented 11 months ago

Hey, could you post some logs? Change the "logging_level" to "debug" instead of "warning" - restart Home Assistant and then check inside settings -> system -> logs -> load full logs. Wait around 2 minutes and copy and paste the logs to here 👍

Ensure the naming of your device is correct too. It's case sensitive so check that your device actually has no capital letters.

markmghali commented 11 months ago

I corrected the case on the device name and still nothing. I do not really see anything in the logs. The device is a lenovo smart clock 2. I attached the whole log file.

Home Assistant Core 2023-07-29 10:33:10.041 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for tuya_local doing blocking calls at custom_components/tuya_local/device.py, line 76: self._api = tinytuya.Device(dev_id, address, local_key) 2023-07-29 10:33:10.266 WARNING (MainThread) [mqtt] We renamed asyncio-mqtt to aiomqtt and released a version 1.0.0 in the process. This is the last release under the asyncio-mqtt name. You can find the new repository at https://github.com/sbtinstruments/aiomqtt 2023-07-29 10:33:12.398 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] state_triggers_map: {} 2023-07-29 10:33:12.398 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] monitored_entities: set() 2023-07-29 10:33:12.402 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:33:12.402400 2023-07-29 10:33:12.402 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:33:14.007 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 57 Volume muted: False 2023-07-29 10:33:14.816 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 57 Volume muted: False 2023-07-29 10:33:14.816 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:33:14.816 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:33:14.818 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:33:15.341 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up iqua_softener platform for sensor Traceback (most recent call last): File "/config/custom_components/iqua_softener/sensor.py", line 155, in _async_update_data return await self.hass.async_add_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/iqua_softener/sensor.py", line 156, in lambda: self._iqua_softener.get_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/iqua_softener/iqua.py", line 77, in get_data self._update_token(session) File "/usr/local/lib/python3.11/site-packages/iqua_softener/iqua.py", line 129, in _update_token raise IquaSoftenerException(f"Authentication error ({response.text})") iqua_softener.iqua.IquaSoftenerException: Authentication error (Invalid user or password) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 283, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/iqua_softener/sensor.py", line 159, in _async_update_data raise UpdateFailed(f"Get data failed: {err}") homeassistant.helpers.update_coordinator.UpdateFailed: Get data failed: Authentication error (Invalid user or password) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 353, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/iqua_softener/sensor.py", line 59, in async_setup_entry await coordinator.async_config_entry_first_refresh() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 258, in async_config_entry_first_refresh raise ex homeassistant.exceptions.ConfigEntryNotReady: Get data failed: Authentication error (Invalid user or password) 2023-07-29 10:33:15.347 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Z-Wave JS' for zwave_js integration not ready yet: Failed to connect: Cannot connect to host a0d7b954-zwavejs2mqtt:3000 ssl:default [Name has no usable address]; Retrying in background 2023-07-29 10:33:17.411 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.bathroom_sense_move_energy (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '%' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'MWh', 'Wh', 'GJ', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22 2023-07-29 10:33:17.412 WARNING (SyncWorker_4) [homeassistant.components.pioneer.media_player] Pioneer Pioneer AVR refused connection 2023-07-29 10:33:17.421 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.bathroom_sense_still_energy (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '%' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'MWh', 'Wh', 'GJ', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22 2023-07-29 10:33:17.429 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:33:17.441 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.move_energy (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '%' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'MWh', 'Wh', 'GJ', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22 2023-07-29 10:33:17.444 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.still_energy (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '%' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'MWh', 'Wh', 'GJ', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22 2023-07-29 10:33:17.911 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:33:18.571 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.office_sense_move_energy (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '%' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'MWh', 'Wh', 'GJ', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22 2023-07-29 10:33:18.624 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.office_sense_still_energy (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '%' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'MWh', 'Wh', 'GJ', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22 2023-07-29 10:33:20.194 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:33:30.257 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:33:31.812 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:33:58.938 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: reolink 2023-07-29 10:34:01.476 WARNING (SyncWorker_7) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.142', port=49153): Read timed out.")': /rulesservice.xml 2023-07-29 10:34:06.264 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:34:06.264664 2023-07-29 10:34:06.264 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:34:07.191 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:34:08.217 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:34:08.218 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:34:53.220 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:34:53.220341 2023-07-29 10:34:53.220 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:34:54.059 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:34:54.909 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:34:54.909 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:34:59.039 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: reolink 2023-07-29 10:35:14.854 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Driveway' for reolink integration not ready yet: Error while trying to setup 192.168.1.135:443: Host 192.168.1.135:443: failed to subscribe push: Host 192.168.1.135:443: connection timeout exception.; Retrying in background 2023-07-29 10:35:17.429 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback TemperatureFeelingSensor.async_added_to_hass..sensor_startup(<Event homeassistant_start[L]>) at /config/custom_components/temperature_feels_like/sensor.py:176 Traceback (most recent call last): File "/usr/local/lib/python3.11/asyncio/events.py", line 80, in _run self._context.run(self._callback, self._args) File "/usr/src/homeassistant/homeassistant/core.py", line 1186, in _onetime_listener self._hass.async_run_job(listener, event) File "/usr/src/homeassistant/homeassistant/core.py", line 675, in async_run_job return self.async_run_hass_job(HassJob(target), args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 627, in async_run_hass_job hassjob.target(args) File "/config/custom_components/temperature_feels_like/sensor.py", line 182, in sensor_startup domain = split_entity_id(state.entity_id)[0] ^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'entity_id' 2023-07-29 10:35:17.434 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback TemperatureFeelingSensor.async_added_to_hass..sensor_startup(<Event homeassistant_start[L]>) at /config/custom_components/temperature_feels_like/sensor.py:176 Traceback (most recent call last): File "/usr/local/lib/python3.11/asyncio/events.py", line 80, in _run self._context.run(self._callback, self._args) File "/usr/src/homeassistant/homeassistant/core.py", line 1186, in _onetime_listener self._hass.async_run_job(listener, event) File "/usr/src/homeassistant/homeassistant/core.py", line 675, in async_run_job return self.async_run_hass_job(HassJob(target), args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 627, in async_run_hass_job hassjob.target(args) File "/config/custom_components/temperature_feels_like/sensor.py", line 182, in sensor_startup domain = split_entity_id(state.entity_id)[0] ^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'entity_id' 2023-07-29 10:35:21.811 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.tasmota_heater_energy_reactivepower_2 (var) cannot be converted to the unit of previously compiled statistics (VAr). Generation of long term statistics will be suppressed unless the unit changes back to VAr or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this 2023-07-29 10:35:22.334 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.tasmota_heater_energy_factor_2 (None) cannot be converted to the unit of previously compiled statistics (Cos φ). Generation of long term statistics will be suppressed unless the unit changes back to Cos φ or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this 2023-07-29 10:35:22.336 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.washer_energy_reactivepower (var) cannot be converted to the unit of previously compiled statistics (VAr). Generation of long term statistics will be suppressed unless the unit changes back to VAr or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this 2023-07-29 10:35:22.337 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.washer_energy_factor (None) cannot be converted to the unit of previously compiled statistics (Cos φ). Generation of long term statistics will be suppressed unless the unit changes back to Cos φ or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this 2023-07-29 10:35:24.196 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:requestSync failed: 500 2023-07-29 10:35:39.910 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:35:39.910616 2023-07-29 10:35:39.910 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:35:40.769 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:35:41.776 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:35:41.776 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:36:26.777 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:36:26.777654 2023-07-29 10:36:26.777 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:36:27.701 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:36:28.586 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:36:28.586 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:37:13.587 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:37:13.587745 2023-07-29 10:37:13.587 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:37:14.480 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:37:15.381 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:37:15.381 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:38:00.383 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:38:00.382968 2023-07-29 10:38:00.383 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:38:01.295 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:38:02.162 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:38:02.162 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:38:47.163 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:38:47.163619 2023-07-29 10:38:47.163 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:38:48.075 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:38:49.113 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:38:49.113 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:39:34.114 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:39:34.114296 2023-07-29 10:39:34.114 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:39:34.970 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:39:36.730 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:39:36.731 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:40:21.732 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:40:21.732680 2023-07-29 10:40:21.732 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:40:22.779 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:40:23.706 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:40:23.707 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:41:08.707 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:41:08.707865 2023-07-29 10:41:08.708 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:41:09.677 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:41:10.499 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:41:10.499 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:41:55.500 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:41:55.500519 2023-07-29 10:41:55.500 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:41:56.379 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:41:57.239 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:33:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:41:57.240 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:42:42.241 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:42:42.241120 2023-07-29 10:42:42.241 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:42:43.103 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:42:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:42:43.990 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:42:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:42:43.990 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:43:28.990 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:43:28.990703 2023-07-29 10:43:28.990 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:43:29.868 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:42:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:43:30.694 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Title: Dummy 10:42:35 GMT-0500 (Central Daylight Time) Volume: 50 Volume muted: False 2023-07-29 10:43:30.694 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is playing on Master Bedroom clock... 2023-07-29 10:44:15.695 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:44:15.695132 2023-07-29 10:44:15.695 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:44:16.492 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:44:17.324 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:44:17.324 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:44:17.324 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:44:17.326 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:44:19.053 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:44:19.970 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:44:21.777 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:45:07.641 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:45:07.641520 2023-07-29 10:45:07.641 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:45:08.585 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:45:09.332 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:45:09.332 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:45:09.332 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:45:09.334 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:45:11.289 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:45:12.102 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:45:14.007 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:45:59.758 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:45:59.758493 2023-07-29 10:45:59.758 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:46:00.529 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:46:01.483 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:46:01.483 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:46:01.483 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:46:01.485 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:46:03.091 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:46:03.916 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:46:06.071 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:46:14.668 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:46:15.756 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:46:51.964 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:46:51.964611 2023-07-29 10:46:51.964 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:46:52.742 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:46:53.582 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:46:53.582 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:46:53.582 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:46:53.584 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:46:55.329 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:46:56.150 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:46:58.077 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:47:07.064 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:47:08.131 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:47:43.922 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:47:43.922433 2023-07-29 10:47:43.922 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:47:45.728 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:47:46.518 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:47:46.518 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:47:46.519 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:47:46.520 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:47:48.155 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:47:49.101 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:47:50.913 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:48:36.740 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:48:36.740411 2023-07-29 10:48:36.740 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:48:37.623 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:48:38.447 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:48:38.447 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:48:38.447 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:48:38.449 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:48:40.094 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:48:41.097 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:48:43.079 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:49:28.956 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:49:28.956180 2023-07-29 10:49:28.956 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:49:29.767 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:49:30.577 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:49:30.577 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:49:30.577 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:49:30.579 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:49:32.311 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:49:33.115 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:49:35.047 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:50:20.896 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:50:20.896521 2023-07-29 10:50:20.896 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:50:21.755 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:50:22.573 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:50:22.573 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:50:22.573 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:50:22.576 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:50:24.249 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:50:25.043 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:50:27.036 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:50:35.729 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:50:36.905 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:51:12.811 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:51:12.811860 2023-07-29 10:51:12.812 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:51:13.689 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:51:14.511 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:51:14.511 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:51:14.511 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:51:14.513 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:51:16.347 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:51:17.311 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:51:19.249 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:52:05.021 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:52:05.020953 2023-07-29 10:52:05.021 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:52:05.859 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:52:07.447 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:52:07.448 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:52:07.448 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:52:07.449 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:52:09.186 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:52:09.994 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:52:12.204 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:52:21.144 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:52:22.354 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:52:57.963 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:52:57.963838 2023-07-29 10:52:57.964 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:52:58.741 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:52:59.571 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:52:59.571 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:52:59.571 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:52:59.572 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:53:02.225 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:53:03.080 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:53:04.905 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:53:13.833 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:53:15.297 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:53:50.702 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:53:50.702709 2023-07-29 10:53:50.702 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:53:51.583 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:53:52.425 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:53:52.425 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:53:52.426 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:53:52.427 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:53:54.042 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:53:54.851 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:53:56.829 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:54:05.413 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:54:06.613 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:54:42.680 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:54:42.680028 2023-07-29 10:54:42.680 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:54:43.496 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:54:44.440 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:54:44.440 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:54:44.440 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:54:44.442 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:54:46.159 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:54:47.097 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:54:49.408 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:54:58.104 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:54:59.364 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:55:27.096 ERROR (MainThread) [custom_components.mail_and_packages] Timeout fetching Mail and Packages (imap.gmail.com) data 2023-07-29 10:55:35.359 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:55:35.359661 2023-07-29 10:55:35.359 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:55:36.151 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:55:36.953 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:55:36.953 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:55:36.953 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:55:36.954 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:55:39.624 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:55:40.433 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:55:42.267 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:55:51.152 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:55:52.657 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:56:28.207 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:56:28.207559 2023-07-29 10:56:28.207 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:56:28.977 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:56:29.921 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:56:29.921 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:56:29.922 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:56:29.923 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:56:31.547 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:56:32.359 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:56:34.361 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:56:43.611 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:56:44.949 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:57:20.309 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:57:20.309344 2023-07-29 10:57:20.309 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:57:21.107 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:57:21.913 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:57:21.913 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:57:21.913 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:57:21.915 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:57:23.561 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:57:24.388 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:57:26.663 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:57:35.914 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:57:37.483 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:58:12.457 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:58:12.457134 2023-07-29 10:58:12.457 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:58:13.232 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:58:14.034 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:58:14.034 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:58:14.034 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:58:14.036 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:58:15.679 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:58:16.517 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:58:18.397 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:58:27.274 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:58:28.914 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:59:04.467 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:59:04.467371 2023-07-29 10:59:04.467 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:59:05.233 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:59:06.068 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:59:06.068 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:59:06.068 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:59:06.070 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:59:07.700 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 10:59:08.513 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 10:59:10.472 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 10:59:19.761 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:59:20.913 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 10:59:56.484 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 10:59:56.484659 2023-07-29 10:59:56.484 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 10:59:57.262 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:59:58.084 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 10:59:58.084 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 10:59:58.084 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 10:59:58.086 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 10:59:59.740 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 11:00:00.535 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 11:00:02.463 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 11:00:11.325 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 11:00:12.225 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 11:00:48.423 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 11:00:48.423424 2023-07-29 11:00:48.423 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 11:00:49.185 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 11:00:49.990 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 11:00:49.990 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 11:00:49.990 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 11:00:49.992 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 11:00:51.634 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 11:00:52.463 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 11:00:54.397 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 11:01:03.239 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 11:01:04.797 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 11:01:27.333 ERROR (MainThread) [custom_components.tuya_local.device] Failed to fetch device status for Deck Plug 2023-07-29 11:01:40.228 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 11:01:40.228295 2023-07-29 11:01:40.228 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 11:01:41.109 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 11:01:41.930 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 11:01:41.931 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 11:01:41.931 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 11:01:41.932 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 11:01:43.543 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 11:01:44.474 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 11:01:46.435 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 11:01:47.363 ERROR (MainThread) [custom_components.tuya_local.device] Failed to fetch device status for Deck Plug 2023-07-29 11:01:55.362 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 11:01:56.654 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 11:02:05.466 ERROR (MainThread) [custom_components.tuya_local.device] Failed to fetch device status for Deck Plug 2023-07-29 11:02:25.486 ERROR (MainThread) [custom_components.tuya_local.device] Failed to fetch device status for Deck Plug 2023-07-29 11:02:32.256 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Current local time: 11:02:32.256143 2023-07-29 11:02:32.256 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Local time is inside the allowed casting time for Master Bedroom clock. Start time: 07:00:00 - End time: 01:00:00 2023-07-29 11:02:33.111 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 11:02:33.937 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Status output for Master Bedroom clock when checking for dashboard state 'Dummy': Volume: 50 Volume muted: False 2023-07-29 11:02:33.937 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] HA Dashboard (or media) is NOT playing on Master Bedroom clock! 2023-07-29 11:02:33.937 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Casting dashboard to Master Bedroom clock 2023-07-29 11:02:33.939 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing stop command... 2023-07-29 11:02:35.596 DEBUG (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 0... 2023-07-29 11:02:36.498 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Executing the dashboard cast command... 2023-07-29 11:02:38.561 INFO (MainThread) [custom_components.continuously_casting_dashboards.dashboard_caster] Setting volume to 50... 2023-07-29 11:02:47.259 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught 2023-07-29 11:02:48.783 ERROR (MainThread) [frontend.js.latest.202307051] http://192.168.1.8:8123/lovelace-tablet/google?kiosk=:0:0 Uncaught

b0mbays commented 11 months ago

I think this device might be incompatible with casting the dashboard unfortunately. Do you see anything happen on your device at all? I don't have one to test and after having a Google other users are reporting issues with trying to use Dashcast on these devices. (My Lenovo device is the 8inch 1st generation)

However - the benefit of this device is that you can side load the official HA app onto it and use that instead. I couldn't do that on my device which led me down the path of creating this integration.

How to video: https://www.youtube.com/watch?v=t0hp2xTHsqk

A post on how to sideload apps onto it: https://www.reddit.com/r/homeassistant/comments/126udom/fully_functioning_lenovo_smart_clock_2_with_ha/

Some reddit posts where users have done this:

https://www.reddit.com/r/homeassistant/comments/10bsebz/im_really_happy_with_my_bedside_alarm_clock_setup/

https://www.reddit.com/r/homeassistant/comments/yuyp70/lenovo_smart_clock_2_cast_dashboard/

https://www.reddit.com/r/homeassistant/comments/126udom/fully_functioning_lenovo_smart_clock_2_with_ha/

markmghali commented 11 months ago

Yes I saw the sideloading and thought this might be easier. Yesterday it was trying to cast and I saw it on the button on the screen and the button would go away and just be a black background. Then it stopped casting. And it was adjusting the volume every few minutes on and off trying to cast and stop. Feels like it could work but might need some tweaking or something.

On Sun, Jul 30, 2023, 7:32 AM b0mbays @.***> wrote:

I think this device might be incompatible with casting the dashboard unfortunately. Do you see anything happen on your device at all? I don't have one to test and after having a Google other users are reporting issues with trying to use Dashcast on these devices. (My Lenovo device is the 8inch 1st generation)

However - the benefit of this device is that you can side load the official HA app onto it and use that instead. I couldn't do that on my device which led me down the path of creating this integration.

How to video: https://www.youtube.com/watch?v=t0hp2xTHsqk

A post on how to sideload apps onto it: https://www.reddit.com/r/homeassistant/comments/126udom/fully_functioning_lenovo_smart_clock_2_with_ha/

Some reddit posts where users have done this:

https://www.reddit.com/r/homeassistant/comments/10bsebz/im_really_happy_with_my_bedside_alarm_clock_setup/

https://www.reddit.com/r/homeassistant/comments/yuyp70/lenovo_smart_clock_2_cast_dashboard/

https://www.reddit.com/r/homeassistant/comments/126udom/fully_functioning_lenovo_smart_clock_2_with_ha/

— Reply to this email directly, view it on GitHub https://github.com/b0mbays/continuously_casting_dashboards/issues/31#issuecomment-1657128119, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEENN4EPGWZTAEAZEUCAIFDXSZH4TANCNFSM6AAAAAA23RCSCU . You are receiving this because you authored the thread.Message ID: @.***>

markmghali commented 11 months ago

I do have a video of It trying to cast to the screen if you want me to upload it somewhere.

On Sun, Jul 30, 2023, 10:41 AM Mark Ghali @.***> wrote:

Yes I saw the sideloading and thought this might be easier. Yesterday it was trying to cast and I saw it on the button on the screen and the button would go away and just be a black background. Then it stopped casting. And it was adjusting the volume every few minutes on and off trying to cast and stop. Feels like it could work but might need some tweaking or something.

On Sun, Jul 30, 2023, 7:32 AM b0mbays @.***> wrote:

I think this device might be incompatible with casting the dashboard unfortunately. Do you see anything happen on your device at all? I don't have one to test and after having a Google other users are reporting issues with trying to use Dashcast on these devices. (My Lenovo device is the 8inch 1st generation)

However - the benefit of this device is that you can side load the official HA app onto it and use that instead. I couldn't do that on my device which led me down the path of creating this integration.

How to video: https://www.youtube.com/watch?v=t0hp2xTHsqk

A post on how to sideload apps onto it: https://www.reddit.com/r/homeassistant/comments/126udom/fully_functioning_lenovo_smart_clock_2_with_ha/

Some reddit posts where users have done this:

https://www.reddit.com/r/homeassistant/comments/10bsebz/im_really_happy_with_my_bedside_alarm_clock_setup/

https://www.reddit.com/r/homeassistant/comments/yuyp70/lenovo_smart_clock_2_cast_dashboard/

https://www.reddit.com/r/homeassistant/comments/126udom/fully_functioning_lenovo_smart_clock_2_with_ha/

— Reply to this email directly, view it on GitHub https://github.com/b0mbays/continuously_casting_dashboards/issues/31#issuecomment-1657128119, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEENN4EPGWZTAEAZEUCAIFDXSZH4TANCNFSM6AAAAAA23RCSCU . You are receiving this because you authored the thread.Message ID: @.***>

b0mbays commented 11 months ago

Interesting! Maybe it can work then... Yeah upload it to YouTube if you can 👍 so you're saying the device is not doing anything today though?

markmghali commented 11 months ago

It wasn't doing anything 2 days ago. After I adjusted the name it has been trying to cast all day yesterday and failing over and over. I'll upload the video and send the link

On Sun, Jul 30, 2023, 12:29 PM b0mbays @.***> wrote:

Interesting! Maybe it can work then... Yeah upload it to YouTube if you can 👍 so you're saying the device is not doing anything today though?

— Reply to this email directly, view it on GitHub https://github.com/b0mbays/continuously_casting_dashboards/issues/31#issuecomment-1657225884, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEENN4AKY3BMMYC5II4TAHDXS2KWRANCNFSM6AAAAAA23RCSCU . You are receiving this because you authored the thread.Message ID: @.***>

markmghali commented 11 months ago

https://youtu.be/iiqX88O2xh8

Here it is. Right before this it adjusted the volume. After this it goes to the wallpaper/clock.

On Sun, Jul 30, 2023, 12:30 PM Mark Ghali @.***> wrote:

It wasn't doing anything 2 days ago. After I adjusted the name it has been trying to cast all day yesterday and failing over and over. I'll upload the video and send the link

On Sun, Jul 30, 2023, 12:29 PM b0mbays @.***> wrote:

Interesting! Maybe it can work then... Yeah upload it to YouTube if you can 👍 so you're saying the device is not doing anything today though?

— Reply to this email directly, view it on GitHub https://github.com/b0mbays/continuously_casting_dashboards/issues/31#issuecomment-1657225884, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEENN4AKY3BMMYC5II4TAHDXS2KWRANCNFSM6AAAAAA23RCSCU . You are receiving this because you authored the thread.Message ID: @.***>

b0mbays commented 11 months ago

Thanks for the video. That confirms that it looks to be incompatible unfortunately! It should pop up with a "Dashcast" screen and then the webpage. But you are just seeing a media playing screen. Somebody asked the same thing here and it just looks like casting doesn't work on the Lenovo smart clock 2.

https://www.reddit.com/r/homeassistant/comments/yuyp70/lenovo_smart_clock_2_cast_dashboard/

Your options are to either sideload the app or maybe buy a different device? The Google nest hubs work great for "continuosly casting" and I have 5 of them in our home all being casted too. Also the screens are slightly larger on these displays. Up to you!

Here's what my hubs look like:

20230720_115332.jpg

markmghali commented 11 months ago

Yes, I have a Nest hob 2 and just tested it on that and seems to work great! I will try sideloading on the smart clock.

Thank you again for helping me and the awesome project