• api pyton para alexa

    API
    2
    1
    0 Votes
    2 Posts
    767 Views
    RussR
    @Fabio, are you able to run your script as a TRIGGERcmd command yet? You can run it with a command like this: python3 c:\folder\pyautogui-position\script.py
  • RGB AURA SYNC

    Example Commands
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Can't Open Application

    General Discussion
    2
    1
    0 Votes
    2 Posts
    848 Views
    RussR
    @garym77, does that command work from a Terminal window? You should run it there first so you can see if the command gives an error. Also, you should make the voice word something like creality so you can say "Alexa, turn on creality" after you enable the Triggercmd Smart Home skill.
  • Invoice for subscription

    General Discussion
    2
    0 Votes
    2 Posts
    729 Views
    RussR
    @Stanisław-Grzybołowski I emailed you the PayPal transaction info. Hopefully that will serve as an invoice.
  • 1 Votes
    1 Posts
    2k Views
    No one has replied
  • Monetizing Triggers?

    General Discussion
    4
    0 Votes
    4 Posts
    1k Views
    RussR
    @Convaiyer, let's talk about it. I just sent you a PM.
  • Auto-Email - >1 Command?

    Instructions
    6
    0 Votes
    6 Posts
    1k Views
    Ron HoskinsR
    @Russ Got it sorted. I created a "toggle" in HA and I simply had an automation that turned the toggle back off (after 5 seconds) and it executed the command again. Thanks much for the help!
  • app version for mac os yosemite

    General Discussion
    3
    0 Votes
    3 Posts
    964 Views
    R
    @Russ unfortunaly no but thank you anyways. if you find and older one, ill give it a try [image: am0BhwWO_o.png]
  • Having issues with TC launching a batch

    General Discussion
    2
    0 Votes
    2 Posts
    792 Views
    RussR
    @Strahan, I wonder if when the TC agent runs your batch file, the sql.exe file isn't in your PATH, so it doesn't run. The agent is probably running your batch file, which you've basically already proven with your loghealth.bat experiment. I like that you added another line to your laundryreset.bat file that writes something to a log file, but it's writing your log.txt file to the present working directory, which in the context of the TC agent is something like this: C:\Users\russ\AppData\Local\triggercmdagent\app-1.0.47\resources\app\src Assuming it is running your laundryreset script, you can probably fix this if you put the full path to your sql.exe file (and your log file) in the laundryreset.bat file, something like this: @echo off c:\full\path\sql.exe homecenter "delete from activeitems where action = 8192" /u service.triggercmd.homecenter /p (pwd) /h lioth.mydomain.com /l c:\logs\laundryreset.log echo From laundryreset.bat >> c:\logs\laundryreset.log dir >> c:\logs\laundryreset.log You'll want to remove the last 2 lines, especially the dir line, but I put it there because that can show you what the working directory is.
  • Spam mails everyday

    Instructions
    2
    1
    0 Votes
    2 Posts
    732 Views
    RussR
    @Rodrigo-Carvalho-0, those emails are meant to tell users who don't have a TRIGGERcmd subscription why their command didn't run. You must have an Alexa routine that's trying to run multiple commands every hour. Could you disable or delete that routine? Otherwise, I could add an option in your profile page for non-subscribers to disable those emails - they'll just silently fail because you're not subscribed and you're trying to run multiple commands in 1 minute.
  • Triggercmd failing to install the background agent

    Windows
    2
    1
    0 Votes
    2 Posts
    777 Views
    RussR
    @Moacir-Vilela-Sêga, I just uninstalled and re-installed the background agent. I'm using the latest version of the agent - 1.0.47. You could try rebooting, then trying again. [image: 1753911522486-e788eeca-f14c-4f96-86c4-1bd92bdd792c-image.png]
  • i want to cancel and request a refund

    General Discussion
    4
    0 Votes
    4 Posts
    1k Views
    J
    Hi everyone, I’m new here and happy to join the forum. Looking forward to learning and sharing with you all.
  • Alexa problem

    General Discussion
    4
    0 Votes
    4 Posts
    1k Views
    RussR
    @chrischickshow, that makes sense. I'll add something about that to the docs to warn people not to use the name of a room in their voice words..
  • 1 Votes
    5 Posts
    2k Views
    O
    @TheDreamer68!! It sounds like you're navigating the transition from the old Cloud Connected Device Integration to the new Schema Cloud Connector, which can be a bit tricky. Since the changeover is already happening, it’s best to follow the new path for creating integrations. If you’re stuck at step 14, it might be helpful to review any specific documentation or guides provided by SmartThings, especially around the Schema Cloud Connector setup.
  • [FIXED]

    Alexa
    2
    0 Votes
    2 Posts
    771 Views
    RussR
    @Moacir-Vilela-Sêga good. Sorry I didn't get back to you but I did test it and it was still working for me.
  • Did the alexa skill got deleted?

    Alexa
    1
    0 Votes
    1 Posts
    571 Views
    No one has replied
  • Trigger a command with a Shortcut via Siri

    Pinned Mac
    7
    2
    0 Votes
    7 Posts
    3k Views
    RussR
    Nice @gajahduduk. I'm glad you got it working. Thanks for sharing your use-case.
  • 0 Votes
    1 Posts
    712 Views
    No one has replied
  • Crashing & translocation & ARM

    Mac
    9
    0 Votes
    9 Posts
    2k Views
    RussR
    @gajahduduk, that's great. Thank you for testing it and letting me know.
  • TriggerCMD não carrega a tela de comandos

    Windows
    2
    0 Votes
    2 Posts
    846 Views
    RussR
    @Jordel-Miranda, I think you have something in your commands.json that's causing the issue. Please try renaming it. It's in this folder: C:\Users\(your user)\.TRIGGERcmdData