Announcement

Collapse
No announcement yet.

Executing an event create a voice debug message

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Executing an event create a voice debug message

    When I set $HSCommand to an event name, the event executes correctly, but produces a voice message that the task has been executed. I would rather it not say anything. I assume this is part of the debugging code in the plugin.

    Here is the log entry that shows what happened.

    6/2/2015 11:22:56 AM - DEBUG: Time Diff:-4
    6/2/2015 11:22:56 AM - DEBUG: ---------- Decode End ----------
    6/2/2015 11:22:56 AM - DEBUG: HsRef does not have any data, continue with checking functions in INI
    6/2/2015 11:22:56 AM - DEBUG: Event [Garage Door Open] was executed.
    6/2/2015 11:22:56 AM - DEBUG: Tonys Log:{welcome_phrase} {androidname}, {eventname} have now been executed.
    6/2/2015 11:22:56 AM - DEBUG: DROID.SPEAK for [Garage Door Open] found. Text string:
    6/2/2015 11:22:56 AM - DEBUG: say_command:{welcome_phrase} {androidname}, {eventname} have now been executed.
    6/2/2015 11:22:56 AM - DEBUG: -----------------> say=Good morning Android4-2, Garage Door Open have now been executed.;

    Is there a way to turn this off?
    Thanks

    #2
    Originally posted by jimbell View Post
    When I set $HSCommand to an event name, the event executes correctly, but produces a voice message that the task has been executed. I would rather it not say anything. I assume this is part of the debugging code in the plugin.

    Here is the log entry that shows what happened.

    6/2/2015 11:22:56 AM - DEBUG: Time Diff:-4
    6/2/2015 11:22:56 AM - DEBUG: ---------- Decode End ----------
    6/2/2015 11:22:56 AM - DEBUG: HsRef does not have any data, continue with checking functions in INI
    6/2/2015 11:22:56 AM - DEBUG: Event [Garage Door Open] was executed.
    6/2/2015 11:22:56 AM - DEBUG: Tonys Log:{welcome_phrase} {androidname}, {eventname} have now been executed.
    6/2/2015 11:22:56 AM - DEBUG: DROID.SPEAK for [Garage Door Open] found. Text string:
    6/2/2015 11:22:56 AM - DEBUG: say_command:{welcome_phrase} {androidname}, {eventname} have now been executed.
    6/2/2015 11:22:56 AM - DEBUG: -----------------> say=Good morning Android4-2, Garage Door Open have now been executed.;

    Is there a way to turn this off?
    Thanks
    Yes, look inside tl_tasker_events.ini
    Under your events.
    You will find similar.
    [ARM OFFICE]
    Enabled=1
    Callback.Speak={welcome_phrase} {androidname}, {eventname} have now been executed.
    Speak=1

    You can change the phrase or disable the speech with setting "Speak=0"
    Please excuse any spelling and grammatical errors I may make.
    --
    Tasker Plugin / Speech Droid
    Tonlof | Sweden

    Comment

    Working...
    X