Skip to content

Voice Control

header

Beginning with GoogleHome

At the beginning I tried to use Google Home AIY Kit for voice controlling. Microphone was not bad, but it wasn't good(there was a lot situations that queries were not processed). First attempt was with snips.ai and modified code that could run it on Google AIY but quality of voice recognition was bad, and in situations with turned on TV or playing music it just didn't work. Next attempt used Google DialogFlow SDK for processing intents and Amazon Polly for audio responses(codename for project was Frankenstein Monster) but I was limited to only my implemented commands.

Switching to Alexa

My current setup uses 3 alexa devices placed in living room, kitchen and bedroom. My home assistant instance is glued with alexa using default alexa integration that points to private AWS lambda. To increase privacy and security not all entities are exposed to Alexa Cloud(only lights, few switches, media player and living room blinds). For sending notifications and to control echo dots there is alexa_media_player custom component. I use it for sending voice notifications and to periodically clear voice history.

Comments