home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.66k stars 28.82k forks source link

NOTIFY.GOOGLE_ASSISTANT_SDK not sending longer messages #119644

Open atlaspl opened 2 weeks ago

atlaspl commented 2 weeks ago

The problem

Hello everyone,

I’ve noticed an unusual behavior concerning the notifications of the GOOGLE_ASSISTANT_SDK. It seems that there is a discrepancy in the transmission of messages based on their length. Short messages like “hello” are sent without any issues, while longer ones are not transmitted at all.

Has anyone else encountered the same problem? Could it be a recently set limit or a temporary bug?

Thank you for your attention and for any feedback."

What version of Home Assistant Core has the issue?

core-2024.5.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Google Assistant SDK

Link to integration documentation on our website

https://www.home-assistant.io/integrations/google_assistant_sdk

Diagnostics information

2024-06-13 21:46:54.004 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dpc which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.006 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ingv_centro_nazionale_terremoti which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.007 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration sonoff which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.009 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.010 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration meross_lan which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.012 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartir which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.013 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ring_martinpham which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.015 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration candy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.017 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration scheduler which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.018 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration thermal_comfort which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.020 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.021 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartthinq_sensors which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:54.023 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-13 21:46:55.433 ERROR (MainThread) [homeassistant.helpers.entity_registry] 'lock' from integration nuki has a non string unique_id '676776253', please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+nuki%22 2024-06-13 21:46:58.593 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'last_changed' when rendering '{% if states.input_boolean.durata_lavaggio.last_changed %} {{ as_timestamp(states.input_boolean.durata_lavaggio.last_changed) }} {% else %} 0 {% endif %}' 2024-06-13 21:46:58.617 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'last_changed' when rendering '{% if states.input_boolean.durata_lavaggio_panni.last_changed %} {{ as_timestamp(states.input_boolean.durata_lavaggio_panni.last_changed) }} {% else %} 0 {% endif %}' 2024-06-13 21:47:00.364 WARNING (MainThread) [homeassistant.helpers.entity] Entity media_player.televisione (<class 'custom_components.smartir.media_player.SmartIRMediaPlayer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <MediaPlayerEntityFeature.VOLUME_MUTE|PREVIOUS_TRACK|NEXT_TRACK|TURN_ON|TURN_OFF|PLAY_MEDIA|VOLUME_STEP|SELECT_SOURCE: 4024>, please report it to the author of the 'smartir' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation 2024-06-13 21:47:00.369 WARNING (MainThread) [homeassistant.helpers.entity] Entity media_player.tv_letto (<class 'custom_components.smartir.media_player.SmartIRMediaPlayer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <MediaPlayerEntityFeature.VOLUME_MUTE|PREVIOUS_TRACK|NEXT_TRACK|TURN_ON|TURN_OFF|PLAY_MEDIA|VOLUME_STEP|SELECT_SOURCE: 4024>, please report it to the author of the 'smartir' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation 2024-06-13 21:47:00.836 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'thermal_comfort' accesses hass.helpers.service. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from service directly at custom_components/thermal_comfort/init.py, line 162: hass.helpers.service.async_register_admin_service(, please create a bug report at https://github.com/dolezsa/thermal_comfort/issues 2024-06-13 21:47:00.899 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'browser_mod' accesses hass.helpers.storage. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from storage directly at custom_components/browser_mod/store.py, line 94: self.store = hass.helpers.storage.Store(STORAGE_VERSION, STORAGE_KEY), please report it to the author of the 'browser_mod' custom integration 2024-06-13 21:47:00.919 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'browser_mod' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/browser_mod/mod_view.py, line 24: hass.components.frontend.async_register_built_in_panel(, please report it to the author of the 'browser_mod' custom integration 2024-06-13 21:47:04.243 WARNING (SyncWorker_1) [pyW215.pyW215] Unable to open a connection to dlink switch 192.168.178.134 2024-06-13 21:47:10.047 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'sonoff' accesses hass.helpers.system_info. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from system_info directly at custom_components/sonoff/system_health.py, line 61: info = await hass.helpers.system_info.async_get_system_info(), please create a bug report at https://github.com/AlexxIT/SonoffLAN/issues 2024-06-13 21:47:17.764 WARNING (MainThread) [homeassistant.components.ezviz.camera] Found camera with serial BA2998164 without configuration. Please go to integration to complete setup 2024-06-13 21:47:20.701 WARNING (SyncWorker_10) [homeassistant.components.dlink.data] Failed to connect to D-Link switch 2024-06-13 21:47:27.791 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.camcameretta_sensibilita_di_rilevamento is taking over 10 seconds 2024-06-13 21:47:27.792 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.camsala_sensibilita_di_rilevamento is taking over 10 seconds 2024-06-13 21:47:27.795 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.camletto_sensibilita_di_rilevamento is taking over 10 seconds 2024-06-13 21:47:50.526 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 630: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues 2024-06-13 21:47:58.161 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:47:58.219 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:47:58.616 ERROR (MainThread) [homeassistant.components.netatmo] Error during webhook registration - 400 - Bad request - Allowed ports for webhooks are 80, 88, 443 and 9443. (21) when accessing 'https://api.netatmo.com/api/addwebhook' 2024-06-13 21:48:03.402 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:48:08.177 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:48:08.229 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:48:18.521 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:48:28.189 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:48:28.251 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:48:43.638 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:48:58.200 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:48:58.277 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:49:18.757 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:49:23.850 WARNING (SyncWorker_8) [homeassistant.components.dlink.data] Failed to connect to D-Link switch 2024-06-13 21:49:38.213 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:49:38.290 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:50:03.888 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:50:28.228 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:50:28.303 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:50:59.004 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:51:20.795 WARNING (SyncWorker_11) [homeassistant.components.dlink.data] Waiting 1.9999888000000001 s to retry 2024-06-13 21:51:28.263 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:51:28.314 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:52:04.127 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:52:38.278 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:52:38.328 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:53:08.473 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 21:53:08.475 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 21:53:19.259 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:53:23.850 WARNING (SyncWorker_12) [homeassistant.components.dlink.data] Failed to connect to D-Link switch 2024-06-13 21:53:58.294 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:53:58.345 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:54:44.382 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:55:20.797 WARNING (SyncWorker_2) [homeassistant.components.dlink.data] Waiting 3.9999805166666667 s to retry 2024-06-13 21:55:28.309 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:55:28.356 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:56:19.519 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:57:08.335 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:57:08.373 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:57:20.799 WARNING (SyncWorker_6) [homeassistant.components.dlink.data] Waiting 1.9999600666666666 s to retry 2024-06-13 21:58:04.636 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 21:58:42.465 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 21:58:42.469 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 21:58:58.386 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 21:58:58.447 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 21:59:23.850 WARNING (SyncWorker_9) [homeassistant.components.dlink.data] Failed to connect to D-Link switch 2024-06-13 21:59:59.762 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:00:58.398 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:00:58.458 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:01:20.800 WARNING (SyncWorker_1) [homeassistant.components.dlink.data] Waiting 5.999984899999999 s to retry 2024-06-13 22:02:04.881 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:03:08.423 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:03:08.510 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:03:11.316 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:03:11.319 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:03:20.801 WARNING (SyncWorker_14) [homeassistant.components.dlink.data] Waiting 3.999973316666667 s to retry 2024-06-13 22:04:20.003 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:05:20.802 WARNING (SyncWorker_15) [homeassistant.components.dlink.data] Waiting 1.9999520166666667 s to retry 2024-06-13 22:05:28.525 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:05:28.646 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:06:45.127 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:07:23.882 WARNING (SyncWorker_11) [homeassistant.components.dlink.data] Failed to connect to D-Link switch 2024-06-13 22:07:29.540 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:07:29.544 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:07:58.537 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:07:58.668 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:09:04.832 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:09:04.836 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:09:20.252 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:09:20.803 WARNING (SyncWorker_14) [homeassistant.components.dlink.data] Waiting 7.999996266666667 s to retry 2024-06-13 22:10:38.548 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:10:38.680 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:10:43.285 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:10:43.288 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:11:20.804 WARNING (SyncWorker_9) [homeassistant.components.dlink.data] Waiting 5.999979316666667 s to retry 2024-06-13 22:12:05.369 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:12:46.062 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:12:46.064 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:13:20.804 WARNING (SyncWorker_15) [homeassistant.components.dlink.data] Waiting 3.9999730499999995 s to retry 2024-06-13 22:13:28.562 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:13:28.703 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:15:00.497 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:15:06.757 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:15:06.761 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:15:20.805 WARNING (SyncWorker_8) [homeassistant.components.dlink.data] Waiting 1.9999617500000006 s to retry 2024-06-13 22:16:28.582 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:16:28.716 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:17:23.882 WARNING (SyncWorker_0) [homeassistant.components.dlink.data] Failed to connect to D-Link switch 2024-06-13 22:18:05.619 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:19:20.806 WARNING (SyncWorker_6) [homeassistant.components.dlink.data] Waiting 7.9999823 s to retry 2024-06-13 22:19:38.595 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:19:38.731 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:21:20.739 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:21:20.807 WARNING (SyncWorker_14) [homeassistant.components.dlink.data] Waiting 5.9999687 s to retry 2024-06-13 22:22:58.608 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:22:58.742 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:23:20.808 WARNING (SyncWorker_29) [homeassistant.components.dlink.data] Waiting 3.99995325 s to retry 2024-06-13 22:24:45.863 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:25:20.810 WARNING (SyncWorker_16) [homeassistant.components.dlink.data] Waiting 1.9999313333333326 s to retry 2024-06-13 22:26:28.626 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:26:28.759 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:27:04.150 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:27:04.151 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:27:23.885 WARNING (SyncWorker_28) [homeassistant.components.dlink.data] Failed to connect to D-Link switch 2024-06-13 22:28:21.000 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:29:20.811 WARNING (SyncWorker_32) [homeassistant.components.dlink.data] Waiting 7.999997316666667 s to retry 2024-06-13 22:30:08.640 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:30:08.776 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:30:59.905 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:30:59.906 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:31:06.276 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:31:06.278 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:31:09.447 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:31:09.448 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:31:20.811 WARNING (SyncWorker_29) [homeassistant.components.dlink.data] Waiting 5.99999005 s to retry 2024-06-13 22:31:25.014 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:31:25.015 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:32:06.136 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:33:20.812 WARNING (SyncWorker_3) [homeassistant.components.dlink.data] Waiting 3.9999726833333336 s to retry 2024-06-13 22:33:48.281 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:33:48.282 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:33:58.655 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:33:58.798 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:35:20.813 WARNING (SyncWorker_3) [homeassistant.components.dlink.data] Waiting 1.9999695499999994 s to retry 2024-06-13 22:35:44.837 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:35:44.839 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:36:01.256 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:37:23.883 WARNING (SyncWorker_25) [homeassistant.components.dlink.data] Failed to connect to D-Link switch 2024-06-13 22:37:36.641 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:37:36.642 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:37:58.673 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:37:58.818 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:39:20.815 WARNING (SyncWorker_3) [homeassistant.components.dlink.data] Waiting 7.999981566666667 s to retry 2024-06-13 22:40:06.373 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:41:20.815 WARNING (SyncWorker_5) [homeassistant.components.dlink.data] Waiting 5.99998065 s to retry 2024-06-13 22:42:08.685 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:42:08.830 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:42:25.622 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:42:25.623 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:43:20.815 WARNING (SyncWorker_4) [homeassistant.components.dlink.data] Waiting 3.999976983333334 s to retry 2024-06-13 22:44:21.495 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:44:24.172 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:44:24.174 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:45:20.816 WARNING (SyncWorker_25) [homeassistant.components.dlink.data] Waiting 1.9999550166666662 s to retry 2024-06-13 22:46:28.697 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:46:28.842 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:46:58.987 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:46:58.988 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:47:23.882 WARNING (SyncWorker_23) [homeassistant.components.dlink.data] Failed to connect to D-Link switch 2024-06-13 22:47:27.797 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.camcameretta_sensibilita_di_rilevamento is taking over 10 seconds 2024-06-13 22:47:27.797 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.camsala_sensibilita_di_rilevamento is taking over 10 seconds 2024-06-13 22:47:27.798 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.camletto_sensibilita_di_rilevamento is taking over 10 seconds 2024-06-13 22:48:46.610 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:49:20.818 WARNING (SyncWorker_14) [homeassistant.components.dlink.data] Waiting 7.999983783333333 s to retry 2024-06-13 22:50:58.709 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:50:58.855 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:51:20.820 WARNING (SyncWorker_12) [homeassistant.components.dlink.data] Waiting 5.999952333333334 s to retry 2024-06-13 22:51:50.636 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:51:50.640 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:53:20.821 WARNING (SyncWorker_20) [homeassistant.components.dlink.data] Waiting 3.9999274500000004 s to retry 2024-06-13 22:53:21.739 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:55:20.822 WARNING (SyncWorker_37) [homeassistant.components.dlink.data] Waiting 1.9999167166666663 s to retry 2024-06-13 22:55:38.723 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camcameretta] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.224:554 2024-06-13 22:55:38.876 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camletto] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.222:554 2024-06-13 22:56:47.882 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] ALARM Alarm sensori: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message'] 2024-06-13 22:56:47.886 ERROR (MainThread) [homeassistant.components.automation.alarm_sensori] Error while executing automation automation.alarm_sensori: required key not provided @ data['message'] 2024-06-13 22:57:23.882 WARNING (SyncWorker_11) [homeassistant.components.dlink.data] Failed to connect to D-Link switch 2024-06-13 22:58:06.859 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.camsala] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsp://:@192.168.178.197:554 2024-06-13 22:59:20.823 WARNING (SyncWorker_32) [homeassistant.components.dlink.data] Waiting 7.99999215 s to retry 2024-06-13 23:00:06.902 DEBUG (MainThread) [homeassistant.components.google_assistant_sdk.helpers] command: Trasmetti in Letto Ciao come stai response: Benissimo, ho appena composto una poesia per te. Se ti va di ascoltarla, ti basta chiedermi: "Fammi ascoltare una poesia dell'Assistente Google"

Example YAML snippet

this doesn't working=
service: notify.google_assistant_sdk
data:
  target: Letto
  message: Ciao come stai

this working=
service: notify.google_assistant_sdk
data:
  target: Letto
  message: Ciao come

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 2 weeks ago

Hey there @tronikos, mind taking a look at this issue as it has been labeled with an integration (google_assistant_sdk) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `google_assistant_sdk` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign google_assistant_sdk` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


google_assistant_sdk documentation google_assistant_sdk source (message by IssueLinks)

tronikos commented 2 weeks ago

Does it work without target? Does it work with target in English US? It might be a duplicate of https://github.com/home-assistant/core/issues/118090

From your logs I noticed your command is in Italian and the response from Google was that it composed a poem In that case https://github.com/home-assistant/core/pull/116198 is relevant.

The notify service internally creates a send_text_command service call with the proper parameter. See that PR for the command for Italian. Your workaround is to use send_text_command instead of notify. Not sure why that PR is stuck for that long. If you want you can create a new PR.

atlaspl commented 2 weeks ago

Does it work without target? Does it work with target in English US? It might be a duplicate of #118090

From your logs I noticed your command is in Italian and the response from Google was that it composed a poem In that case #116198 is relevant.

The notify service internally creates a send_text_command service call with the proper parameter. See that PR for the command for Italian. Your workaround is to use send_text_command instead of notify. Not sure why that PR is stuck for that long. If you want you can create a new PR.

Thank you, for the moment I'll use the workaround