Page 1 of 1

Google AIY Voice Kit

Posted: Sunday 19 November 2017 20:53
by Noudje
Has someone experience with Google AIY Voice Kit and Domoticz?
I am able to to send commands with the Voice Kit to Domoticz, to switch lights on/off. This was very easy.
But I also want the communication from Domoticz to the Voice Kit. Eg. temperature is too high, let the Voice Kit say 'Temperature is too high'.
Any ideas?

Re: Google AIY Voice Kit

Posted: Wednesday 07 February 2018 23:45
by cyberclwn
Hey,

I just got myself a "AIY Projects voice kit" too. Can you share some pointers or problems you ran into ?
I'll start experimenting with it soon.

Thanks in advance.

Re: Google AIY Voice Kit

Posted: Wednesday 07 March 2018 14:26
by jvos56
Hello,


I just got myself a "AIY Projects voice kit" too. Can you share some pointers or problems you ran into ?
I'll start experimenting with it .

thanks

boris

Re: Google AIY Voice Kit

Posted: Thursday 08 March 2018 0:56
by Bradds
There is a good project over at https://github.com/shivasiddharth/GassistPi
Works with AIY kit.
Easy to configure for local voice control of GPIO as well as many other useful additions.

Re: Google AIY Voice Kit

Posted: Saturday 02 June 2018 17:07
by Al33Rob
Hi,

Just thought i'd share that i recently picked up a google AIY voice kit, and relatively easily, have got the kit to turn on/off switches, set switch levels and retrieve values of devices.

basically once the AIY recognises your voice and translates to text create a function to send a HTTP request in line with Domotica API information providing the speech to text matches what you said! and you remember your pre-programmed command!

test it in a browser first so you can see the returned JSON data, then you just need retrieve the object you want.

It works very well, it reads back temperature/custom text.

simple and work reliably and quickly