I have latest Sharptools \ tasker \ autovoice software and trying to configure tasker to run routine using these instructions
When I click on tasker to test whether tasker can send commands to sharptools so that sharptools can execute command , nothing happens. screenshot attached.
What was the result of the suggested troubleshooting steps?
Note: For debugging purposes, you may want to include a simple Notify or Flash action to show the contents of the variable captured with AutoVoice. Sometimes the words captured by AutoVoice/Google are slightly different than you expected and you will want to adjust your conditional actions accordingly (eg. âgood nightâ â âgoodnightâ, â10â â âtenâ)
And the troubleshooting steps from the linked article are valid too - just make sure to replace any Thing references with Routines:
Troubleshooting
Make sure you can manually toggle the desired device Routine from the main SharpTools interface
Make sure the command is a valid command such as âonâ or âoffâ Routine
If you hard-coded the command, make sure you used the proper case
Most commands start with a lowercase letter like âonâ or âtoggleâ
Make sure AutoVoice is recognizing your device Routine name exactly as it is spelled in SmartThings
SharpTools supports partial matching. If you have several devices with âHallâ in their name and say âTurn the hall onâ, SharpTools will match all devices with the word âhallâ in the name and trigger the command on each device. (eg. Upstairs Hall, Downstairs Hall, Shallow Light)
Make sure you have a licensed copy of AutoVoice - the free version truncates the received command to 4 characters.
Make sure you are saying the phrase in the correct order. If you are following the guide above, the phrase would be âTurn the [device] [on]â
If the âApplyâ button is grayed out (or missing) in the âA Thingâ view, try selecting a device which has a command from the drop down selections before switching to Tasker Variable mode.
Close out of Tasker all the way. Launch Autovoice and close it. Then launch Tasker and try again. This was what I had to do with Autolocation to get it working properly.
Hi Joshua, Letâs remove autovoice from this equation for now. I am trying to run task using tasker and Sharptools as described on the shaptoolsâs website and as a test when I run task from the tasker (not from autovoice) then task does not run.
I checked all the points which you have mentioned in your reply and all are setup correctly.
The action you posted has a condition that requires the local variable %routine to match âOn familyâ before it will actually do anything.
So if that variable isnât set, then Tasker is never going to ask SharpTools to do anything.
Normally, the AutoVoice actions that precede this action set the variable for you. So if you are trying to manually run this task, it wonât do anything unless you have manually set that variable in Tasker.
If you just want to run a Routine in Tasker, you need to create a A Routine action without any conditions on it (eg. No IF condition)
Make sure you can manually toggle the desired device Routine from the main SharpTools interface
Yes ,I can run routine from Sharptools
Make sure the command is a valid command such as âonâ or âoffâ Routine
Yes it is
If you hard-coded the command, make sure you used the proper case
Yes I am using proper case
Most commands start with a lowercase letter like âonâ or âtoggleâ
Make sure AutoVoice is recognizing your device Routine name exactly as it is spelled in SmartThings
Yes it is
SharpTools supports partial matching. If you have several devices with âHallâ in their name and say âTurn the hall onâ, SharpTools will match all devices with the word âhallâ in the name and trigger the command on each device. (eg. Upstairs Hall, Downstairs Hall, Shallow Light)
I am trying to run routine
Make sure you have a licensed copy of AutoVoice - the free version truncates the received command to 4 characters.
Yes I have licensed copy of autovoice
Make sure you are saying the phrase in the correct order. If you are following the guide above, the phrase would be âTurn the [device] [on]â
Yes I am
If the âApplyâ button is grayed out (or missing) in the âA Thingâ view, try selecting a device which has a command from the drop down selections before switching to Tasker Variable mode.
It is not greyed out.