Search found 5 matches

by ProfaNe
Sunday 15 December 2019 17:06
Forum: Speech & Voice Systems
Topic: Domoticz to Google Assistant integration
Replies: 285
Views: 54955

Re: Domoticz to Google Assistant integration

Installation process still seem unclear to me when having to rely on NGROK as wiki simply states "use NGROK and let's encrypt". @ProfaNe: would you mind writing a tutorial on how to setup google assistant when relying on NGROK (and let's encrypt ? not sure if it's required then). You can use the ...
by ProfaNe
Friday 06 December 2019 11:54
Forum: Speech & Voice Systems
Topic: Domoticz to Google Assistant integration
Replies: 285
Views: 54955

Re: Domoticz to Google Assistant integration

Just a FYI. If you use the ngrok tunnel option without account the tunnel will be terminated after 5 or 6 hours. This will make DGA unreachable for GA. I have made some changes in your code to use a auth_token so the tunnel wont timeout. You can create a free account with 1 free tunnel. That way you ...
by ProfaNe
Wednesday 04 December 2019 18:53
Forum: Speech & Voice Systems
Topic: Domoticz to Google Assistant integration
Replies: 285
Views: 54955

Re: Domoticz to Google Assistant integration

I have this in the description of a device that normally/manually works . <voicecontrol> nicknames = Printer room = Zolder ack = True </voicecontrol> This the response/error from dzga and the device does not respond. This is the only switch with 'ack = True' 2019-12-04 17:04:40 - INFO - Request ...
by ProfaNe
Monday 02 December 2019 18:57
Forum: Speech & Voice Systems
Topic: Domoticz to Google Assistant integration
Replies: 285
Views: 54955

Re: Domoticz to Google Assistant integration

... Google requieries a ssl connection with a valid certification. You can use your own domain or reverse proxy with a dns provider. I should update the readme and wiki :) I have only Yeelight bulbs I put this in an issue on Github if anyone find a solution. Gitub Issue #49 I dont have any milights ...
by ProfaNe
Sunday 01 December 2019 14:32
Forum: Speech & Voice Systems
Topic: Domoticz to Google Assistant integration
Replies: 285
Views: 54955

Re: Domoticz to Google Assistant integration

First of all, thank you for building this app. I tried configuring Google Assistant with domoticz but i found some issues and vague steps in the manual. First step is to clone the project and install the requirements with "pip install -r". The next step is to start the project with "python3 ...