Likley I am dumb but I do not see a way to search the forum. I wanted to see wat all has been said about "smartthings" but don't see a place to filter that search term ..
Best posts made by Nate Hales
-
Search the Forum??
-
RE: SmartThings integration - flip a virtual switch to run a command
I am going to steal "open sesame'
Never heard of Core but Im on it!! I put outdoor speakers in the planters by the front door that will (one day soon) turn on when the bell is rang and announce "Welcome to the Hales automated home, this interaction is being recorded for quality assurance, Please hold while I notify the family of your arrival.. If you are a solicitor please move on to the next house as no soliciting is allowed or wait here while I notify the police. Thank you for your cooperation, We will be with you shortly" Haha also I have monoprice rock speakers throughout the yard that will turn on when motion is activated and play a Wav. file of a dog growling and a police radio, saying random things in the distance. I have played it outside and friends in my yard start thinking cops are on the other side of the fence. haahah .
Latest posts made by Nate Hales
-
Original Smartthings App (Under the TriggerCMD App inside Smarthings App) shows old triggers (wont update)
I have logged into Samrthings online backend deleted old triggers (under the device list).
WHen I go into the Original Smartthings App on my phone, then to the TriggerCMD App (inside Smarthings App) it still shows old triggers (not updated update), also can not save (in smarththings).It looks like I have two computer Names (Under "Your Computers" page).... Only one of the Computers is showing up on in the Smartthings App..... Is there a way to show both computers in the Smartthings App? (seemes to be showing the one I created most recently
Hope that makes sense. Just wanting some help with syncing updated info.
-
Switch Spotify devices with Alexa and Smartthings
I made a video https://youtu.be/8BVC2dnnxFQ
Smartthings switch between Spotify devices. it is a .vbs file I made in notepad. Works like a champ. You can change the amount of times it hits the TAB button (to select different devices) by changing the 3 in "{TAB 3}". I have made multiple identical scripts with the only change being this number. I made multiple Triggercmd switches that I trigger with Alexa through Smartthings. "Alexa turn on device 3"Spotify Devices in your device list will change position when devices are turned on and off. Even though your computer will always be in position 1 it still requires "{TAB 2}" in the script. It goes up from 2 to how many ever devices you have.
Open notepad and copy and paste the following and save it as a .vbs
Set WshShell = WScript.CreateObject("WScript.Shell")
Comandline = ":\UsersYOUR COMPUTER NAME\AppData\Roaming\Spotify\Spotify.exe"
CreateObject("WScript.Shell").Run("spotify:")
WScript.sleep 1000
WshShell.SendKeys "^{d}"
WScript.sleep 1000
WshShell.SendKeys "{TAB 3}", True
WScript.sleep 1000
WshShell.SendKeys " "I will post a video of this sooner or later.
-
RE: How can I avoid saying "TRIGGER C M D"?
@russ said in How can I avoid saying "TRIGGER C M D"?:
Use SmartThings and say, "turn on X" (where X is your virtual switch for your command). <-----This is the method I prefer.
-
RE: Start Spotify Playlists with Smartthings and Trigger CMD
@dlaugh14 That is awesome! I actually hooked an echo dot to my PC (so I can hear both the PC sound and the Alexa sound at the same time. I then output my PC (and Alexa) audio to my home stereo system. One advantage is I only have to say "Alexa play chill music".
Spotify is set as default player on my Alexa. I can also just say "Alexa skip" to move to the next song.
-
RE: Start Spotify Playlists with Smartthings and Trigger CMD
UPDATE I just figured out how to switch between Spotify devices. it is a .vbs file I made in notepad. Works like a champ. You can change the amount of times it hits the TAB button (to select different devices) by changing the 3 in "{TAB 3}". I have made multiple identical scripts with the only change being this number. I made Trigger commands that I trigger with Alexa through Smartthings. "Alexa turn on device 3"
Set WshShell = WScript.CreateObject("WScript.Shell")
Comandline = ":\Users*YOUR COMPUTER NAME*\AppData\Roaming\Spotify\Spotify.exe"
CreateObject("WScript.Shell").Run("spotify:")
WScript.sleep 1000
WshShell.SendKeys "^{d}"
WScript.sleep 1000
WshShell.SendKeys "{TAB 3}", True
WScript.sleep 1000
WshShell.SendKeys " " -
RE: MonoAMP from monoprice 6 zone amplifier
@clconner09 that is awesome!! I just figured out how to switch between Spotify devices. it is a .vbs file I made in notepad. Works like a champ. You can change the amount of times it hits the TAB button (to select different devices) by changing the 3 in "{TAB 3}". I have made multiple identical scripts with the only change being this number. I made Trigger commands that I trigger with Alexa through Smartthings. "Alexa turn on device 3"
Set WshShell = WScript.CreateObject("WScript.Shell")
Comandline = ":\Users*YOUR COMPUTER NAME*\AppData\Roaming\Spotify\Spotify.exe"
CreateObject("WScript.Shell").Run("spotify:")
WScript.sleep 1000
WshShell.SendKeys "^{d}"
WScript.sleep 1000
WshShell.SendKeys "{TAB 3}", True
WScript.sleep 1000
WshShell.SendKeys " " -
RE: MonoAMP from monoprice 6 zone amplifier
@clconner09 said in MonoAMP from monoprice 6 zone amplifier:
"curl "http://localhost:50233/api/ValueUp?Channel=1&command=Power"
I used this in a batch file and made a smartthings switch for each zone. Here is the sample for the batch file (thanks for the idea.
if "%1"=="on" curl "http://localhost:50233/api/Value?Channel=5&Property=PR&value=1
if "%1"=="off" curl "http://localhost:50233/api/Value?Channel=5&Property=PR&value=0 -
RE: MonoAMP from monoprice 6 zone amplifier
@clconner09 This is huge!!! Thanks for the share!! I want to be ablle to turn on Zones by Smartthings and/or Alexa. Any additional input you have on this would be great!!
-
RE: Alexa invocation and SmartThings switch questions
What am I doing wrong? I am trying to make a .bat file to turn on and off my x-10 lamps... I kinda have no clue how to set up parameters... I just tried to copy you.
-
RE: Alexa invocation and SmartThings switch questions
@Russ STOP CODING!! IT WORKS HOW I WANT ALREADY
@Neflhiem will like this as well because he can now just speak the name of the switch (without saying anything before it) https://www.triggercmd.com/user/computer/list <--- In here:
I just deleted my computer name (made it blank) and the voice name blank (I had to put one in space-bar to allow it to save) .