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.


Topics - NightSpeed

Pages: [1]
1
Hi I wanted to ask you personally for some help so the beam i have this one remote that hen i use the learning button and save to xml command that is for the beam it wont see my button press as a learn able code HOWEVER when i go into the actual menu on a web browser It can learn and send the code I have noticed a tag on p=NEC on the tags that worked and tried making my own but to no avail

Attached is a working code for my tv vs the code I tried for my fan that didn't. the black box is the one that works the red dose not work and i think its because of the p=neccode format and the other shot is the image of the working code through the home interface

2
WAY Off Topic / Trying To create an auto run exe
« on: April 14, 2017, 04:15:52 PM »
Hi guys so Ill explain what I am Trying to do. What I am trying to do is make a flash drive when plugged in it puts a line of text. What I am mainly trying to do and some people may be against this is trying to make a USB when plugged in imports a password that I set. I want to try and do this with as little interruption as possible meaning nothing is displayed on screen it's just plug it in and boom theirs your really long password. I dont know how I should go about coding this I found very little information so if someone could point me in any direction that would be greatly appreciated.

3
BEAM IR/RF Wifi transceiver / Xml Table not saving Ir codes
« on: March 09, 2017, 06:47:23 PM »
Hello!! I have found that when trying to use the beam with the auto generated xml in the mapping table it gets confused (so I think). when using the learn ir code through the webpage I get a really long Ir Code that works for me wanting to turn on a led strip. But when I tell VC that i need to program led strip button power on it saves like normal to the mapping table and then I try test that button witch the beam successfully sends that Ir code but it is not the ir code that is needed to turn the led strip on in other words the wrong ir code. Any fix ?

4
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

5
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>

6
Other Plugins / Hue plugin not finding bridge ?
« on: July 07, 2016, 01:34:58 PM »
I recently bought the Phillips hue and the plugin is having a hard time connecting to the bridge. I tried hard reset and nothing happened its paring with the Phillips website and app fine and i checked to make sure the IP addresses are the same and they are any suggestions ?

7
Hello I currently live in the US and was wanting to control my Projector with vox. One small problem I dont have the remote for the projector or know what would even work as far as a transmitter. I know some people on the form have been looking at the beam that a community member has been making but unfortunately i am a very impatient soul. I have NO budget I currently work at Walgreen for $9.00 an hour so as you could imagine my budget can not exceed $70 including shipping.

P.S i know my grammar is left to be desired. 

Pages: [1]