Is there a way to "broadcast" notifications to Google Home devices?

Alexa, Google Home and Siri

Moderator: leecollings

Post Reply
swejmansson
Posts: 6
Joined: Saturday 10 March 2018 13:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Is there a way to "broadcast" notifications to Google Home devices?

Post by swejmansson »

I would like to send out notifications in my home by using the google home "broadcast-feature".
When you tell google home "Broadcast....the dishwasher is done" it will be sent out to all devices.
If music is playing it will be turned down during the message and then resume.
This is what I would like Domoticz to do for me. I have googled and searched the forum and cant find a way to do it from Domoticz.
I have found some guides for HA, but not for Domoticz :?

Can you help me out?
mgugu
Posts: 208
Joined: Friday 04 November 2016 12:33
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: France
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by mgugu »

I dont think domoticz support that natively like HA.
Personally I use for a long time relay assistant written for node js https://greghesp.github.io/assistant-re ... roduction/.
It exposes the google assistant as a REST Api so from domoticz you have only to make an openurl with the relevant content.
The installation needs node js installed. Then you have to create a specific google action project (little bit complicated as I remember)
swejmansson
Posts: 6
Joined: Saturday 10 March 2018 13:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by swejmansson »

mgugu wrote: Sunday 28 November 2021 12:36 I dont think domoticz support that natively like HA.
Personally I use for a long time relay assistant written for node js https://greghesp.github.io/assistant-re ... roduction/.
It exposes the google assistant as a REST Api so from domoticz you have only to make an openurl with the relevant content.
The installation needs node js installed. Then you have to create a specific google action project (little bit complicated as I remember)
Thanks for the info. Sounds like a long way to walk for something that is just nice to have. I wait and focus on some other stuff :lol:
User avatar
pierrotori
Posts: 101
Joined: Tuesday 15 May 2018 0:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.4
Location: France
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by pierrotori »

i'm searching also the simple solution to send a notification to gsh from domoticz, i saw also the relay assistant but the module is depreciated
@swejmansson, do you implemented a simple solution since this topic?
rpi : Raspberry Pi 2 Model B Rev 1.1 / Modele : Cortex-A7 armv7l GNU/Linux / Os Name : bullseye
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
User avatar
pierrotori
Posts: 101
Joined: Tuesday 15 May 2018 0:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.4
Location: France
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by pierrotori »

any news ?
rpi : Raspberry Pi 2 Model B Rev 1.1 / Modele : Cortex-A7 armv7l GNU/Linux / Os Name : bullseye
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
mgugu
Posts: 208
Joined: Friday 04 November 2016 12:33
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: France
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by mgugu »

pierrotori wrote: Wednesday 08 March 2023 11:18 any news ?
Relay assistant is still working and has been recently updated to include new google authentication rules.
If you have Node Red you can also use the node-red-contrib-cast module.
User avatar
pierrotori
Posts: 101
Joined: Tuesday 15 May 2018 0:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.4
Location: France
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by pierrotori »

rpi : Raspberry Pi 2 Model B Rev 1.1 / Modele : Cortex-A7 armv7l GNU/Linux / Os Name : bullseye
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
willemd
Posts: 621
Joined: Saturday 21 September 2019 17:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.1
Location: The Netherlands
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by willemd »

Maybe IFTTT.com is an option? A service to connect all kinds of other services....
mgugu
Posts: 208
Joined: Friday 04 November 2016 12:33
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: France
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by mgugu »

pierrotori wrote: Thursday 09 March 2023 12:20 this version ?
https://github.com/greghesp/assistant-relay
Yes
User avatar
FireWizard
Posts: 1745
Joined: Tuesday 25 December 2018 12:11
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Voorthuizen (NL)
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by FireWizard »

HI, @swejmansson,

An easy method is to use Node-RED, as mentioned before by @mgugu.
Node-RED has multiple options to connect to Google Home (Assistant)

You can connect your Domoticz to Node-RED, either by HTTP (JSON) or MQTT (also JSON)
From there you can use one of the available Google Solutions, such as:

SmartNora (See: https://flows.nodered.org/node/node-red ... -smartnora)
Google Smarthome (See: https://flows.nodered.org/node/node-red ... -smarthome)

and others

SmartNora is a paid service, if you use more than 5 devices.

Google supports preprogrammed texts (See: https://developers.home.google.com/clou ... ifications)

If you want free texts, you can create your own with Google Cast. (See: https://flows.nodered.org/node/node-red-contrib-cast)

This will give you some stuff to read and to consider, which way, you prefer to go.

Regards
User avatar
pierrotori
Posts: 101
Joined: Tuesday 15 May 2018 0:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.4
Location: France
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by pierrotori »

@mgugu , i try this install https://greghesp.github.io/assistant-re ... tallation/ but different program are depreciated
the assisatnt exist also with docker container https://github.com/Apipa169/Assistant-Relay-Docker

the system use the port 3000 and this port is already use in my system for web socket zwave-js-ui
rpi : Raspberry Pi 2 Model B Rev 1.1 / Modele : Cortex-A7 armv7l GNU/Linux / Os Name : bullseye
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
User avatar
pierrotori
Posts: 101
Joined: Tuesday 15 May 2018 0:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.4
Location: France
Contact:

Is there a way to "broadcast" notifications to Google Home devices?

Post by pierrotori »

rpi : Raspberry Pi 2 Model B Rev 1.1 / Modele : Cortex-A7 armv7l GNU/Linux / Os Name : bullseye
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
solarboy
Posts: 300
Joined: Thursday 01 November 2018 19:47
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.6
Location: Portugal
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by solarboy »

I wouldn't invest too heavily in Google Home, Google certainly isn't.
Intel NUC with Ubuntu Server VM (Proxmox),mosquitto(docker),RFXtrx433E,zwavejsUI (docker),Zigbee2mqtt(docker),SMA Hub (docker),Harmony Hub plugin, Kodi plugin,Homebridge(docker)+Google Home,APC UPS,SMA Modbus,Mitsubishi MQTT, Broadlink,Dombus
Kedi
Posts: 536
Joined: Monday 20 March 2023 14:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Somewhere in NL
Contact:

Re: Is there a way to "broadcast" notifications to Google Home devices?

Post by Kedi »

FireWizard wrote: Thursday 09 March 2023 15:12 Google Smarthome (See: https://flows.nodered.org/node/node-red ... -smarthome)
I use this node @FireWizard mentioned.
I use dzVents to send some mqtt messages to the Google device, so you have to send multiple messages to more then 1 Google device.
It is not completely synchronized, but it works flawless for years now.
Logic will get you from A to B. Imagination will take you everywhere.
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests