Yes the voice tracker looks like a promising option, but we have not tried it yet because it is a bit expensive. I think you will probably be able to get good results from it from 15 feet away, however, don't take the "magic" part of it too seriously. You will probably still have problems if there are a lot of other sounds present in your room.
As Kalle says, Vera is supported. Kalle and I both have a VeraLite running UI5. It should work fine with Vera3 as well, if you are running UI5. If you are running UI4 or earlier, it may still work but I'm not sure.
The Vera plugin for VC is still in development and will continue to improve. Basic functions and events are there already, and more will be added. It is possible that some functions on Vera won't be supported right away. For example, I don't have any door locks to test with, so if they function much differently from other Z-Wave devices, then I'll need to work on it.
In terms of sending commands from VC to Vera, we can activate Scenes, Turn lights on / off, Set Dim level, etc. We can also read the status of lights. There is a Vera.Raw command which allows you to send any command to Vera, it is just a matter of figuring out the correct syntax. In this way the plugin is essentially "unlimited" in terms of sending commands to Vera.
It is also possible (with a bit of LUA scripting) for Vera to send commands to VoxCommando.
For example, I have a Z-Wave remote control. Button 5 is my "listen to music" button.
- When I press button 5 on the remote it activates a scene on Vera.
- This scene, first sends a WOL command to wake up my computer which is running VoxCommando.
- Vera then waits 20 seconds for my computer to fully resume from sleep.
- Vera then sends an event to voxCommando which triggers the command "Listen to Music".
- VoxCommando then does various things: turns my stereo on (using my Halx to send IR to the amp), launches MediaMonkey, sets my stereo to PLII - Music mode (using the Onkyo plugin), sets the volume to a moderate level, and finally asks MediaMonkey to play the playlist "mix".
Another example:
When I give VC the voice command "Go to Sleep"
- VC checks the time of day.
- If it is daytime, it just turns the TV and stereo and computer off.
- If it is night time (after 8:00pm) it first executes the "Sleep" scene on Vera, then turns the TV, stereo, and computer off.
- Since Vera is now running the Sleep scene, Vera turns the bedroom light on and then executes a number of actions over the next 15 minutes, gradually turning various other lights off so that I have time to get my teeth brushed and into bed, without having to turn any lights off, except the bedroom light, when which I turn off when I am ready.