TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Nate Hales
    3. Topics
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 37
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by Nate Hales

    • N

      Original Smartthings App (Under the TriggerCMD App inside Smarthings App) shows old triggers (wont update)

      General Discussion
      • • • Nate Hales
      1
      0
      Votes
      1
      Posts
      213
      Views

      No one has replied

    • N

      Switch Spotify devices with Alexa and Smartthings

      Instructions
      • • • Nate Hales
      1
      0
      Votes
      1
      Posts
      1.9k
      Views

      No one has replied

    • N

      Start Spotify Playlists with Smartthings and Trigger CMD

      Instructions
      • • • Nate Hales
      7
      0
      Votes
      7
      Posts
      5.6k
      Views

      P

      yeah some googling found it already, tnx for the quick response.

      Im very noobish at this all and most of it is just copy past and reading.

      What i want is the following, tru smartthings with a virtual button to start a playlist but also to stop the playlist if the virtual sensor switch to off.

      Ive made it so far that i can start a playlist and send the audio tru a spotify connect speaker as so

      Set WshShell = WScript.CreateObject("WScript.Shell")
      Comandline = "C:\Users\Peke\AppData\Roaming\Spotify\Spotify.exe"
      WScript.sleep 9000
      CreateObject("WScript.Shell").Run("spotify:user:1131846872:playlist:3ztoPH7GPeH9b898dIXcvc")
      WScript.sleep 5000
      WshShell.SendKeys "^{s}"
      WScript.sleep 1000
      WshShell.SendKeys "^{RIGHT}"
      WScript.sleep 1000
      WshShell.SendKeys "^{d}"
      WScript.sleep 1000
      WshShell.SendKeys "{TAB 4}", True
      WScript.sleep 1000
      WshShell.SendKeys "+{ENTER}"

      but what i really also want if the virtual button goes to off that the playlist stops and the sound out of my spotify connect speaker stops playing.

      Is this possible, if so can you point me in the right direction?

      Greetz Peke

    • N

      MonoAMP from monoprice 6 zone amplifier

      Windows
      • • • Nate Hales
      8
      0
      Votes
      8
      Posts
      4.0k
      Views

      K

      @nate-hales said in MonoAMP from monoprice 6 zone amplifier:

      Check out this video for detailed instructions:
      https://www.youtube.com/watch?v=fHB_gjc1w8Q

      Change volume of a zone:

      curl "http://localhost:50233/api/Value?Channel=0&command=Volume&value=15"

      Change input (aka channel) of zone 0:

      curl "http://localhost:50233/api/Value?Channel=0&Property=CH&value=1"

      Power on zone 0:

      curl "http://localhost:50233/api/Value?Channel=0&Property=PR&value=1"

      Are these the only commands that you have?

      Thanks

      Ken

    • N

      Please Help with scripts (I am a non programmer)

      General Discussion
      • • • Nate Hales
      3
      0
      Votes
      3
      Posts
      1.8k
      Views

      N

      @Russ thanks

    • N

      Search the Forum??

      General Discussion
      • • • Nate Hales
      3
      1
      Votes
      3
      Posts
      1.7k
      Views

      RussR

      Ask and you shall receive. Now you can search the forum.