Page 1 of 1

Google assistant/Google home integration

Posted: Tuesday 24 October 2017 10:33
by Mooky
Hello,

I just recieved my google home, and I discovered that HAbridge for google home doesn't work any more : the HUE control now goes through the Philips cloud (cf https://github.com/bwssytems/ha-bridge/issues/764). I think this door is closed for ever : Philips will never let an emulator integrate into their cloud.
Bradds did an amazing work with IFTTT + node-red, but opening domoticz port to the internet is a no-go for me.

Looking at supported devices in google home, I see some solutions like homeseer or eedomus.
Is there any chance to see domoticz on that list ?

If there's something I can do, I am very willing to help.

Re: Google assistant/Google home integration

Posted: Wednesday 01 November 2017 15:23
by tomeaton
+1 on this from me. Just moved from Echo Dot to Google Home, and lack of domoticz integration is a deal breaker for me.

Re: Google assistant/Google home integration

Posted: Thursday 02 November 2017 7:15
by tequila
I have been using this:

viewtopic.php?t=19203

It won't let me hear any feedback from Google home (though I believe this can be done via Google home notifier, I have just had no time for this yet - search the forum here) but it allows me to control my devices via Google home without exposing any ports (I am behind 2 routers with no way to do any port forwarding).

It is not ideal but it does what I need.
Ok Google, switch the dishwasher on... and it does!

Re: Google assistant/Google home integration

Posted: Thursday 02 November 2017 17:58
by tomeaton
looks interesting but isn't it pretty slow to react? at the minute alexa and habridge respond within a second or so of me finishing the request

Re: Google assistant/Google home integration

Posted: Thursday 02 November 2017 18:20
by zak45
This one very interesting: all is remain local
http://jarvishome.fr/howToStart.html
made some test with it and very impressed.

Re: Google assistant/Google home integration

Posted: Thursday 02 November 2017 22:10
by tequila
tomeaton wrote:looks interesting but isn't it pretty slow to react? at the minute alexa and habridge respond within a second or so of me finishing the request
I have a cron job picking up the commands every 4 seconds which is fast enough for me. I think this could easily get down to 2 seconds or maybe even 1 but I have been sending out 2 dweet.io requests at a time in my script which requires a small pause (dweet.io has some limitations).
instead of a cron job there is also a listener service available which I guess would work even better and faster...

Re: Google assistant/Google home integration

Posted: Sunday 05 November 2017 10:25
by tomeaton
I've had a quick look and will pull together a python based listener using the dweet.io python library. If it works do you want a copy to try? In theory it would bring the response time down to a minimum.

Re: Google assistant/Google home integration

Posted: Sunday 05 November 2017 11:48
by tequila
sure thing!

Re: Google assistant/Google home integration

Posted: Sunday 05 November 2017 12:04
by gijsje
I just have a google home mini for a week and then found out that ha bridge is not working anymore
Would be nice to have a nice solution instead of ifttt
ifttt is working reasonable fast for me at the moment

Re: Google assistant/Google home integration

Posted: Wednesday 27 December 2017 13:29
by Phantom
Google has release a new version of there Assistant SDK, it looks pretty promising: https://developers.google.com/assistant ... ease-notes
Hope it can be integrated into Domoticz somehow in the future.