If you ever find out then let me know! I’ve been using my own automation to do the same as this blueprint for a while now and this has always been one of the more annoying issues.
As far as I’m aware it’s not possible unless you send out a “broadcast”. I can’t see an easy way of doing that without using something like “assistant-relay” to issue the broadcast command but that’s just a pain to setup and is a bit memory/cpu intensive on a Pi4.
While executing automation automation.doorbell_notify_google_and_send_camera_snapshot_to_app
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 404, in async_trigger
await self.action_script.async_run(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1033, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 246, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 254, in _async_step
await getattr(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 464, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1395, in async_call
raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: Unable to find service tts.google_translate_say```
Logger: homeassistant.components.automation.doorbell_notify_google_and_send_camera_snapshot_to_app
Source: helpers/script.py:1145
Integration: Automation (documentation, issues)
First occurred: 2:50:27 PM (1 occurrences)
Last logged: 2:50:27 PM
Havelågen - Notify Google and send camera snapshot to app: Error executing script. Service not found for call_service at pos 1: Unable to find service tts.google_translate_say
Thanks for this. Could you make an adjustment : Cast specific camera-stream to Nest Hub for x-seconds in stead of sending a snapshot ? That would really be nice. Thanks in advance
Thanks for this awesome blueprint! Is there a way to notify multiple IOS devices at once or use a notification group with a single version of this blueprint? I’ve now added it per IOS device from which one with the Google announce option active
Tried all combinations I could think of but comma separated list didn’t work for me on multiple IOS devices to notify. I’ll just use 2 automations, 1 for each phone
Logger: homeassistant.components.automation.doorbell_notify_gh_devices
Source: helpers/script.py:1147
Integration: Automation ([documentation](https://www.home-assistant.io/integrations/automation), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+automation%22))
First occurred: 9:20:34 PM (3 occurrences)
Last logged: 9:25:11 PM
Doorbell - Notify GH devices: Error executing script. Invalid data for call_service at pos 1: not a valid value for dictionary value @ data['entity_id']
Here is my YAML. This workes great, BUT there’s one big issue! The very big delay when i press the aqara switch and the stream played on the Google Nest Hub, there’s about 3-5 seconds delay.
Someone has a good solution? Like change the yamlcode or upgrade my home assistant config?
Right now it runs on a RaspberryPi 3 with a Blitzwolf 64GB Class 10, UHS-3 V30 microsd. Does it help to upgrade to a RPI4 maybe with a SSD instead of a MicroSD? Please shout out in the comments
What happens when i press the aqara switch (doorbel switch):
sets volume on all google devices (because during the day it will change)
the doorbelsound mp3 plays on 2 google mini’s in my house
a stream for 45 seconds from the camera shows on the Google Nest Hub (after 3-5 sec. delay)
a snapshot from the camera is send to telegram on my iPhone
sets volume back to ‘normal volume’ on all google devices
Does checking the Preload Stream box help speed? That will mean that the stream is decoding in the background making it faster to load rather than dealing with startup overhead at event time. But it will mean HA is always streaming from the cam.