• Tip for Spanish users - change your Voice triggers in the GUI editor

    1
    0 Votes
    1 Posts
    315 Views
    No one has replied
  • foreground triggers not working

    3
    0 Votes
    3 Posts
    827 Views
    H
    Obviously I can not run GUI programs as root. Background triggers work fine and do the job anyway. Thank you
  • Share triggers with Alexa

    6
    0 Votes
    6 Posts
    1k Views
    RussR
    Awesome @Rafael-Requena. Thanks for letting me know it's working.
  • Background Service not installing?

    12
    0 Votes
    12 Posts
    2k Views
    Forbidden DuckF
    @Russ It appears the service doesn't want to startup properly now. I have to manually start it up myself. Currently it's set as Automatic. and abort sleep isn't being discovered by my alexa.
  • Alexa always response "this command is not compatible with this"

    11
    0 Votes
    11 Posts
    2k Views
    RussR
    Awesome @Eduardo-Lezcano, that's good progress. There are two reasons the voice commands wouldn't show up on the website: The voice field for the computer is empty. Use the Edit button on the website to fill that in. The voice field for the command is empty. Use the commands.json to fill that in ("voice":"firefox"). Can you verify both of them have a word in them? For a Raspberry Pi I like to use the word "pie" in the computer's voice field because it's what Alexa or Google Assistant think you're saying when you say Pi.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Pass variable (parameters) to powershell?

    3
    0 Votes
    3 Posts
    1k Views
    E
    Awesome, got it working. Thank you.
  • Multiple Users (Revised)

    12
    0 Votes
    12 Posts
    2k Views
    RussR
    @Byron-Trantham, sorry about the extra work but I'm glad you have a solution now.
  • X10 Batch files

    2
    0 Votes
    2 Posts
    501 Views
    RussR
    @jbeckmantx, using the word ON with the normal google action ( as opposed to the newer TRIGFERcmd Smart Home action) has often been a problem because the word ON is used as the delimiter between the trigger name and the computer name (calculator on downstairs). I've tried to train Google's AI to handle that but it's still an intermittent issue. If you haven't tried the TRIGGERcmd Smart Home action, you really should. That's the best solution for thing you turn on and off.
  • problem with trigger

    2
    0 Votes
    2 Posts
    432 Views
    C
    it's ok after change tokken
  • Multiple users

    2
    0 Votes
    2 Posts
    524 Views
    RussR
    Revised and re-posted here.
  • Alexa Not Recognizing New Trigger Commands? (Updated)

    4
    0 Votes
    4 Posts
    2k Views
    RussR
    @dougcolt, sorry for the trouble, but you seem to have figured it out. Both computers and commands have a "voice" field. Both voice fields need to be populated, except for your default computer's voice field (although it doesn't hurt to populate it). By default, if you have one computer, that computer is your default computer.
  • Where are my devices?

    2
    0 Votes
    2 Posts
    553 Views
    RussR
    @carlinhos, I see you haven't filled in the computer's voice field for the two laptops. The TRIGGERcmd Smart Home skill will only create devices if your computer and command have the voice field filled in. The exception to that rule is your default computer because your default computer's commands get Alexa device names that don't include the computer name (ie just "calculator" instead of "calculator on laptop").
  • Can you open a program such as adobe illustrator?

    3
    0 Votes
    3 Posts
    654 Views
    Jossember Borrome PerdomoJ
    @Russ Thank you very much
  • How to end session for custom Alexa skill?

    2
    0 Votes
    2 Posts
    871 Views
    RussR
    @Ryan694, my code is different from yours, but after looking here, I think this might work: const ExitHandler = { canHandle(handlerInput) { const request = handlerInput.requestEnvelope.request; return request.type === 'IntentRequest' && (request.intent.name === 'AMAZON.StopIntent'); }, handle(handlerInput) { return handlerInput.responseBuilder .speak('bye!') .shouldEndSession(true) .getResponse(); }, };
  • Some suggestion about TriggerCMD

    2
    0 Votes
    2 Posts
    479 Views
    RussR
    @killwa91, have you tried specifying the full path to your scripts or executables? So instead of your command being: myscript.sh Make it: /usr/local/bin/myscript.sh Also, about the forum having a separate account - I didn't write the forum software. I just installed and configured it, so it would be very difficult to do that integration.
  • API access to external users

    2
    0 Votes
    2 Posts
    569 Views
    RussR
    @Josiah-Richards, yes, please do add more clarity. I think the bookmark URL's might solve part of this at least, but how do you see it working? Should there be a way to issue a special token with access to run specific trigger names on specific computers? Then you'd give that token to your external users / customers?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Migrating agent to another computer?

    6
    0 Votes
    6 Posts
    2k Views
    RussR
    You're welcome @dougcolt!
  • 0 Votes
    3 Posts
    1k Views
    dougcoltD
    Thank you so much for the reply and for the awesome software in general. I'm getting a new PC tomorrow so I had to revisit this topic and confirm this is still the case. I think I have my evening planned now setting up the new virtual switches!