Search found 2 matches

by Belius
Thursday 16 May 2019 20:17
Forum: Python
Topic: Python Plugin: Domoticz-Google-Plugin
Replies: 132
Views: 30760

Re: Python Plugin: Domoticz-Google-Plugin

Dnpwwo wrote: Thursday 16 May 2019 16:32 Do something like:

Code: Select all

commandArray['My Device Name'] = "SendNotification Good morning"
and it will say "Good morning"
Thanks for the quick reply. Working now!
by Belius
Thursday 16 May 2019 15:31
Forum: Python
Topic: Python Plugin: Domoticz-Google-Plugin
Replies: 132
Views: 30760

Re: Python Plugin: Domoticz-Google-Plugin

Hi! Plugin works great. Installed in a Synology NAS. I'm using it with a Google Home Speaker. Just one question If I configure a Device to send a notification via Google_Devices when activated my Google Home says the message without problems. I'm using scripts in the Event System and I'm trying to ...