Page 1 of 1
Google home hub
Posted: Tuesday 26 November 2019 14:06
by marktn
Hello,
Before u buy it
Is it possible to show my dashticz screen on a home hub? And off course, does it work.
Mark
Re: Google home hub
Posted: Tuesday 26 November 2019 15:37
by HansieNL
I don't own a Google Home Hub.

Maybe everyone who is using Dashticz can donate a few Euro's than Lokonli can buy one and tell us
I know some people are running a Homey Dashboard on their Google Home Hub

Re: Google home hub
Posted: Saturday 21 December 2019 18:01
by EdwinK
Would be nice if that was possible, although I'm quite happy with it as it is now

Re: Google home hub
Posted: Sunday 22 December 2019 11:36
by FireWizard
Hi,
I believe, it cannot. I own a Google Nest Hub, previousy called Google Home Hub. I have looked into it, as I wanted to display the Domoticz dashboard, but the device is not able to display a webpage. Would be great, if it could.
Regards.
Re: Google home hub
Posted: Sunday 22 December 2019 11:55
by pvklink
but with node-red, mqtt and node red nora you can add all your domoticz devices to the hub, looks great!
I added about 30 devices, scenes, lamps, switches to google home / nest hub
My nest hub even talks when my wasmachine is ready
Another advantage is that it also works on every device with google home (your smart phone)
Re: Google home hub
Posted: Sunday 22 December 2019 14:05
by jaaap
pvklink wrote: ↑Sunday 22 December 2019 11:55
but with node-red, mqtt and node red nora you can add all your domoticz devices to the hub, looks great!
I added about 30 devices, scenes, lamps, switches to google home / nest hub
My nest hub even talks when my wasmachine is ready
Another advantage is that it also works on every device with google home (your smart phone)
Sounds great! I'm looking for a way to integrate Google Home and domoticz into each other, and your solution looks promising. Can you point me towards a manual for integrating the two?
Re: Google home hub
Posted: Sunday 22 December 2019 15:28
by pvklink
it consist from different parts..
install mqtt and enable the mqtt plugin within domoticz
install node-red, install node nora within node-red.
Are you dutch, then i can send my install.txt
Re: Google home hub
Posted: Sunday 22 December 2019 15:35
by jaaap
I've already got an mqtt broker running, so I'll try to install the rest (on Synology NAS), and give it a go. I am Dutch, so I might benefit from your install.txt indeed. I'll send you a direct message.
Re: Google home hub
Posted: Sunday 22 December 2019 15:39
by FireWizard
@pvklink
I have integrated Google Nest Hub with the nora node into node red and with MQTT to Domoticz, so that I can control my lights with voice commands. Also ran a test with sending voice commands to the Google Nest Hub from node-red with the cast node.
As HansieNL and EdwinK mentioned, that e.g. Homey is displayed on the Google Nest Hub display is probably, because Homey (but also others) are supported by Google Nest.
You said, it looks great. Do you mean that your Google Nest Hub display shows your Domoticz devices? That would be nice, but I have not discovered that, yet.
Regards
Re: Google home hub
Posted: Sunday 22 December 2019 17:20
by FireWizard
Hi
I did some research. Did anyone looked at CATT (Cast All The Things)?
See:
https://pypi.org/project/catt/
And by the way, have you seen this:
https://www.home-assistant.io/blog/2019 ... tant-cast/
Do also try the demo:
https://cast.home-assistant.io/ Use the Google Chrome browser
Regards
Re: Google home hub
Posted: Monday 23 December 2019 13:01
by FireWizard
Hi all,
I will open a new topic/thread on CATT, so that it will not interfere with "nora".
See:
viewtopic.php?f=38&t=30644&sid=4d5012a4 ... 005fd0e666
Regards
Re: Google home hub
Posted: Monday 13 January 2020 8:27
by pvklink
sorry for my late responce,
was strugling with building a managementconsole for a few domoticz servers over the wan (manage family configs)..
Build that with Node-red and the IFTTT dzvents script from @waaren
For My Google home integration i use
- domoticz normal installation
- domoticz MQTTT normal installation
- domoticz mqtt plugin (publish topic (out + /)
- dzvents script DZ_service_ifttt and a user variable IFTTTvar
- Node-red, different hand made flows
- Most important part of node-red is indeed the NORA node. For each device is domoticz you have to create a NORA device in node-red.
(after that, google home and your nest home will show it..)
- set your router (port forwarding)
For the speech part (english only) i use IFTTT, (IF = google assistant, that is webhook)
(the webhook is a call to NODE-red (which is connect to MQTTT and domoticz)
So my NEST hub speaks dutch for the normal google home instructions, with english i manage IFTTT domoticz device calls on my nest hub and i can click on the "nora/noderedc/domoticz"devices on my nest hub
First part is to get the major parts working with the normal manuals on the internet: mqtt, node-red, domoticz/mqtt
For each domoticz device you have to add a nora device and handle traffic from domoticz to nora to google by flows...
that is a lot of work! see my google home nora flow

- GA.jpg (316.23 KiB) Viewed 2872 times