Hi,
Sorry, I'm not experienced with this plugin so this post might not be helpful but I try it anyway
When you say that you want to detect a Google Now command, do you mean a regular voice recognition command or do you want to execute a flow when you speak "Ok Google" and then speak the search term respectively the command?
In the former case, did you start the voice recognition of AutoVoice with an action
Plugin: AutoVoice Recognize?
Perhaps the voice recognition also detects a slightly different text than entered in the command filter, please try to fill the plugin configuration with the
Speak Filter button.
If you want to execute the flow based on an "Ok Google ..." phrase, you should switch to a trigger
Plugin Event: AutoVoice Ok Google Now.
If you directly want to execute a flow in response to a google now search without plugins at all, you could configure a trigger
UI Event like this:
Event Type:
Text selection changed
Package Name:
com.google.android.googlequicksearchbox
Text: leave empty
The search term respectively command is available in the flow in variable
text. You could use a condition
Expression to test if it's the desired command and execute some actions (for example:
text=="Licht an";).
The accessibility service of Automagic needs to be activated for trigger
UI Event to work. If you are using other apps that also use an accessibility service, it might be required to change the accessibility feedback type in the settings of Automagic from
Generic to a value that's not used by any other app.
Regards,
Martin