TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Russ
    3. Posts
    • Profile
    • Following 1
    • Followers 42
    • Topics 219
    • Posts 2,618
    • Best 165
    • Controversial 6
    • Groups 1

    Posts made by Russ

    • RE: Auto-Email - >1 Command?

      @Ron-Hoskins, I'm glad you figured it out. No need for a donation - I hope you'll subscribe at some point.

      posted in Instructions
      RussR
      Russ
    • RE: Spam mails everyday

      @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.

      posted in Instructions
      RussR
      Russ
    • RE: Triggercmd failing to install the background agent

      @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.

      e788eeca-f14c-4f96-86c4-1bd92bdd792c-image.png

      posted in Windows
      RussR
      Russ
    • RE: Alexa problem

      @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..

      posted in General Discussion
      RussR
      Russ
    • RE: [FIXED]

      @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.

      posted in Alexa
      RussR
      Russ
    • RE: Trigger a command with a Shortcut via Siri

      Nice @gajahduduk. I'm glad you got it working. Thanks for sharing your use-case.

      posted in Mac
      RussR
      Russ
    • RE: Trigger a command with a Shortcut via Siri

      @gajahduduk, the sendresult.sh script is not executable by default, so you could probably solve it by running this:

      chmod +x ~/.TRIGGERcmdData/sendresult.sh
      

      Or make your command:

      osascript -e 'tell application "Music" to set result to "This song is " & name of current track & " by " & artist of current track & " on the " & year of current track & " album " & album of current track' | sed 's/^/"/;s/$/"/' | xargs -I{} bash ~/.TRIGGERcmdData/sendresult.sh {}
      

      If you run a command like this:

      curl 'https://TRIGGERcmd.com/api/run/trigger?computer=maclaptop&trigger=result&token=(your token)'
      

      ... and your command has {{result}} in the Voice Reply field, you'll get a response like this:

      {"message":"Trigger sent.  Result was: YOURRESULT"}
      

      So your Shortcut will need to parse that message using "Get Dictionary Value".

      This post has some detail about it.

      EDIT: I changed that response to the following to make it easier to get the command's result.

      {"message":"Trigger sent.  Result was: YOURRESULT", "result":"YOURRESULT"}
      
      posted in Mac
      RussR
      Russ
    • Trigger your commands in VR with Immersive Home

      This screenshot doesn't show the room I could see while in VR. Apparently the Quest filters that out of screenshots.

      I placed a switch in my room and now I can turn it on in VR to run Calculator on my "NewLaptop" computer via TRIGGERcmd.

      7a005c73-2c09-4994-a76d-3e6c704948bf-quest_immersive_home.png

      It's pretty cool, but it needs work. It's opensource. I downloaded it for free and installed it with SideQuest, but you can also install it from the Meta Quest app store for $5. It reads your devices from your Home Assistant server.

      https://immersive-home.org/

      posted in Home Assistant
      RussR
      Russ
    • RE: Crashing & translocation & ARM

      @gajahduduk, that's great. Thank you for testing it and letting me know.

      posted in Mac
      RussR
      Russ
    • RE: TriggerCMD não carrega a tela de comandos

      @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
      
      posted in Windows
      RussR
      Russ
    • RE: Alexa Plus

      @gajahduduk, ok - you're right you do have to use one the Trigger Command, TC, or TRIGGERcmd skill to hear the result of your command.

      To answer your question about adding that to the new TRIGGERcmd Smart Home skill - no, it's not possible.

      posted in Alexa
      RussR
      Russ
    • RE: Trigger a command with a Shortcut via Siri

      @gajahduduk said in Trigger a command with a Shortcut via Siri:

      osascript -e 'tell application "Music" to set result to "This song is " & name of current track & " by " & artist of current track & " on the " & year of current track & " album " & album of current track' | sed 's/^/"/;s/$/"/' | xargs -I{} ~/.TRIGGERcmdData/sendresult.sh {}

      Can you help me get started? I tried your command it doesn't seem to work. Is there something I need to do in the Music app first?

      russ@macbook-air ~ % osascript -e 'tell application "Music" to set result to "This song is " & name of current track & " by " & artist of current track & " on the " & year of current track & " album " & album of current track'
      60:64: execution error: Can’t make name of «class pTrk» of application "Music" into type Unicode text. (-1700)
      
      posted in Mac
      RussR
      Russ
    • RE: Alexa Plus

      That's interesting @gajahduduk. I'll need to do some research. I didn't know about this issue until you mentioned it here, so thank you for telling me.

      As always, I recommend you switch to the TRIGGERcmd Smart Home skill unless you have a specific use-case for the Trigger Command skill.

      posted in Alexa
      RussR
      Russ
    • RE: TRIGGERcmd with Smarthings using Schema Cloud Connector

      @Cristian-Dindinelli, yes so far I haven't been able to get it working after the recent change Samsung made.

      posted in General Discussion
      RussR
      Russ
    • RE: TRIGGERcmd with Smarthings using Schema Cloud Connector

      @TheDreamer68, give me some time to look into this. I'll get back to you soon. So far it seems SmartThings broke this integration recently. I'm finding their new system does not synchronize with the "My Testing Devices" list in the SmartThings app.

      I created a new Schema App and found it doesn't show up in the SmartThings app under "My Testing Devices."

      I also migrated one of my existing Schema Apps using the smartthings schema:update command, but it doesn't work. I also renamed it and the new name doesn't show up in the SmartThings app under "My Testing Devices."

      posted in General Discussion
      RussR
      Russ
    • RE: TRIGGERcmd not starting at boot

      @Fabrizio-Holstein, does it start if you run it manually?

      If not, please try renaming your c:\Users\(your user)\.TRIGGERcmdData folder, and then re-run the triggercmd agent. It will prompt again for the token.

      posted in General Discussion
      RussR
      Russ
    • Upgrade all of your software.

      Well, it will update most things anyway.

      winget upgrade --all

      posted in Windows
      RussR
      Russ
    • RE: Triggers appearing in view runs but not actually triggering.

      Thanks @Leron-Tolmachev .

      posted in Mac
      RussR
      Russ
    • RE: Triggers appearing in view runs but not actually triggering.

      @Leron-Tolmachev, I don't know why the direct from HA path isn't working. I'll see if I can reproduce the issue, but in the meantime I suggest disabling it so you can trigger commands from HA via the Internet. It seems like the connection from the agent to HA isn't working. Maybe I need to add logging to determine that.

      posted in Mac
      RussR
      Russ
    • RE: Triggers appearing in view runs but not actually triggering.

      @Leron-Tolmachev, I'm not sure why it's working via the Internet but not direct from HA.

      Can you try triggering a different command? Like the built-in calculator command?

      Also, if your command has parameters enabled, please try disabling parameters. I'm worried the "on" or "off" parameter is getting tacked on to the end of your command and messing up the command, although I'm not confident in that because if that was the problem, it should happen either way - direct from HA, or via the Internet (via the triggercmd.com cloud system).

      FYI, that "Ignoring duplicate trigger" is saying it got a trigger via triggercmd.com but ignored it because it originally came from HA, and you have the direct HA integration enabled.

      Can you share your command? Or ideally a screenshot from the GUI Editor? I'd like to see if I can reproduce it on my Mac.

      posted in Mac
      RussR
      Russ