This is that code that drives my home automation through voice commands.
This combined with my Alexa Skill http://eventghost.net/forum/viewtopic.php?f=2&t=7429 and "OK Google" with AutoRemote https://joaoapps.com/autoremote/ all work very well for my house.
I do not share all the Vera and TV ir code that I have. This code uses eg.TriggerEvent() to fire off all that stuff.
There is some basic machine learning stuff in their on linear time series data (logs) if anyone is interested.
Plug-ins: Webserver, Log Redirect
I use Wit.AI for the parse all the command received. Fork this Wit.AI project https://wit.ai/m19brandon/BlackBox
You will need the token that is provided.
My code is a not clean but if there is a good amount of it.
Hope this find someone use.
My BlackBox for Voice Command Processing
-
- Experienced User
- Posts: 177
- Joined: Mon Feb 03, 2014 10:36 pm
My BlackBox for Voice Command Processing
- Attachments
-
- eg_tree_blackbox.egtree
- (57.87 KiB) Downloaded 384 times
Re: My BlackBox for Voice Command Processing
Sounds great, I'll give it a whirl when I get a chance. Thanks for sharing.