Page 1 of 1
Making a home assistant
Posted: Tue Feb 28, 2017 7:38 pm
by reddington
Hi, i want to a home asistant like amazon echo or google home. It seems to me not very hard.
When i programmed this correctly with python and used Google Speech api, what kind problems can occurs?
My home assistand just will do commands.
What do you think, is it hard, what do you suggest?
Re: Making a home assistant
Posted: Wed Mar 01, 2017 12:06 pm
by reddington
has nobody have any idea?
Re: Making a home assistant
Posted: Wed Mar 01, 2017 12:20 pm
by kusti8
You'll only discover problems once you do it. The problems would be parsing the language into a command. Amazon Alexa can run on the Raspberry Pi so I suggest looking at that. There's a reason why they are very complex.
Re: Making a home assistant
Posted: Wed Mar 01, 2017 1:13 pm
by reddington
kusti8 wrote:You'll only discover problems once you do it. The problems would be parsing the language into a command. Amazon Alexa can run on the Raspberry Pi so I suggest looking at that. There's a reason why they are very complex.
why would be problems while parsing the language? for example command will "turn on the tv", python will look for "turn on" then which must turn on, it will find "tv". it is simple in theory.
Re: Making a home assistant
Posted: Wed Mar 01, 2017 1:17 pm
by scotty101
Very similar topic here
viewtopic.php?f=41&t=174965
Suggestion is to try using Jasper