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.
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
My BlackBox for Voice Command Processing
-
m19brandon
- 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 179 times
Re: My BlackBox for Voice Command Processing
Sounds great, I'll give it a whirl when I get a chance. Thanks for sharing.