Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - NightSpeed

Pages: 1 [2] 3
16
General Discussion / Re: Led Lights And controll
« on: January 31, 2017, 06:00:57 PM »
yes they are most are the 24 key ir remotes but a couple are using the 44 key remotes

17
General Discussion / Led Lights And controll
« on: January 31, 2017, 05:30:44 PM »
Hi guys I have A TON of led strips and they all use a different remote (currently i have 9) and don't know if theirs a way to get a universal master remote for leds or if it would be easier to hook them to vc somehow. Let me know what you guys think thanks kindly

Ethan

18
XML Exchange / Re: Launch Video games
« on: August 01, 2016, 01:56:08 PM »
Thank you for the tip. unfortunately tab dose not do anything but I will add the ++ to the front of the pause thanks for the heads up :D

19
XML Exchange / Launch Video games
« on: July 31, 2016, 03:38:35 PM »
Hi guys I have recently fell in love with blizzards game Overwatch and made a little code that will launch it for you. I ran into some issues that if you are to launch from blizzards "incertgamehere.exe" it fails to remember your un and password and when I put it in got me a failed attempt. So what I did was launch blizzards launcher then put in a wait (for launcher to pop up) and then put the mouse over the button and click for you. you might have to resize the window or change where the mouse needs to click the play button because every monitor is different. If anyone has a more efficient way of doing this please let me know :D

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.1.7-->
<commandGroup open="True" name="Launch Overwatch" enabled="True" prefix="" priority="0" requiredProcess="" description="">
  <command id="489" name="Launch Overwatch" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>Launch</cmdType>
      <params>
        <param>C:\Program Files (x86)\Overwatch\Overwatch Launcher.exe</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>TTS.Speak</cmdType>
      <params>
        <param>Starting Overwatch</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>VC.Pause</cmdType>
      <params>
        <param>15000</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>Mouse.MoveAbsolute</cmdType>
      <params>
        <param>280,480</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>Mouse.LeftClick</cmdType>
      <params />
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Launch Overwatch,Play Overwatch,I want to play overwatch</phrase>
  </command>
</commandGroup>

20
I would also like one but I definitely can wait if you would like to fill the other orders guaranteed they do more with it then I can.

21
XML Exchange / Re: Find my phone
« on: July 31, 2016, 03:01:45 PM »
I used Your version It prompted me to login only after I added the Robo.b show window command to the beginning of the call in. After i did that i just skipped the command in the list and it works fine now. Weird glitch possible cache issues I really have no idea because im not tat inclined with code but I really do appreciate this xml has helped me countless a time! Keep up the good work :D 

22
XML Exchange / Re: Find my phone
« on: July 26, 2016, 07:34:25 PM »
It seems that something blew past me. It was unable to log into my gmail account because it didn't know my gmail account (was not saved) so I simply fixed this with showing robo.b window and then entering information works perfectly now sorry for the confusion.

23
XML Exchange / Re: Find my phone
« on: July 26, 2016, 01:47:57 AM »
Is this broken for anyone else I just tried using this yesterday and It's not working

24
BEAM IR/RF Wifi transceiver / Re: BEAM documentation / news
« on: July 25, 2016, 10:31:09 PM »
Cant wait !!

25
Other Plugins / Re: Hue plugin not finding bridge ?
« on: July 16, 2016, 06:23:30 PM »
Found the problem!! after poking around i found that i didnt add a payload to one of the commands

Ethans room "on":true, "sat": {1}

just removed it and bam it works n problem !! thanks sorry for the inconvenience

26
Other Plugins / Re: Hue plugin not finding bridge ?
« on: July 16, 2016, 12:02:46 AM »
Now I get a new problem everything was working and Its all fine but I randomly got an error that says SRGS: can't compile grammar into cfg!. 'one-of' must contain at least one "item" element.

Just checked groups and it only is missing grammars for the hue group folder i have. All actions still trigger it's just the grammar that seems to be the issue.

27
Other Plugins / Re: Hue plugin not finding bridge ?
« on: July 15, 2016, 08:00:31 PM »
You sir are awesome I can not thank you enough :D. Buying a license to help the support of this great project !!!!

28
XML Exchange / Re: Find my phone
« on: July 11, 2016, 09:42:00 PM »
For me once I logged in it displayed a location of where my phone was pinged to but nothing as far as a call. I will keep testing.

For some odd reason its routing to my google drive and then routs it to the find my phone

29
XML Exchange / Re: Find my phone
« on: July 11, 2016, 09:04:02 PM »
Will test and get back Thank you :D

30
Other Plugins / Re: Hue plugin not finding bridge ?
« on: July 10, 2016, 07:39:45 PM »
Thank you i will look into this further and get back to you.

Pages: 1 [2] 3