Jump to content
C4 Forums | Control4

sitdownman

c4Forums Member
  • Posts

    13
  • Joined

  • Last visited

Posts posted by sitdownman

  1. 5 hours ago, zaphod said:

    If you look at the lua code for the MCEC driver this is the section that takes input:

    
    function ReceivedFromProxy(idBinding, strCommand, tParams)
    
        if ( idBinding == 5000 ) then 
        
           Connect();
           
           if ( strCommand == "ENTER" ) then strCommand = "RETURN" end
           if ( strCommand == "PVR" ) then strCommand = "M" end
           if ( strCommand == "CANCEL" ) then strCommand = "ESCAPE" end
           if ( strCommand == "SCAN_REV" ) then strCommand = "Z" end
           if ( strCommand == "SCAN_FWD" ) then strCommand = "X" end
           if ( strCommand == "MENU" ) then strCommand = "F11" end
        
           socket:Write( "VK_" .. strCommand .. "\r" );
        end
    
    end

    So if you add if statements for the volume commands then you should be able to send that command through to the PC.  But that assumes that the PC takes action if it receives the code.

    Right now these are the only commands (Enter, PVR, Cancel, Scan_rev, scan_fwd and menu) that are actively being sent to MCEC.

     

    Yes this is precisely where I'm at in the thought process, and Ryan confirmed some other suspicions. Thankfully C4 offers a driver development course but definitely not a strong area for me.

  2. 3 hours ago, zaphod said:

    What do you mean "leave"?  That is not a concept that most of us in the 6ix are familiar with! 😁

    Oh you know, to walmart, dollerama...the essential businesses.

    Quote

    Have you used the MCE Controller for C4?  Or do you not need control in that direction?  https://github.com/garrynewman/Control4.MceControllerDriver 

    Yes! I used it for Steam's Big Picture Mode. The idea is to eventually get a video matrix and add the computer as an input. One thing the driver doesn't have is volume up or down. Garry put in the github that he won't be updating it so I have the c4proj open in driverworks but I'm not sure exactly what string to plug in and not sure if that would even work and play nice with navigator.

  3. In this downtime I programmed my home system to do a couple things when I leave. A double tap on my essential switch delays 15 min, then turns off my lights and puts the computers to sleep (using chowmain's generic tcp comand driver and eventghost)

    When I come back home my motions set off a WoL packet to wake my machines and turn on my lights. Additionally any computer activity will turn off the lights in other rooms. This is done with MCE Controller desktop software and the User Activity driver both from Charlie Kindel.

  4. There's an alternative called Nox. It's still geared towards gamers who want to play android games on their PC, but in more recent updates they have dialed down the anime ads. I like it because it has network bridging built into the settings, bluestacks didn't have that and would make it hard to find my system sometimes. I also had to change the Resolution Setting to "mobile phone" to get the room names to show up. I also like how I can make a shortcut to the control4 app and put it on my desktop. Starting that shortcut open nox and starts the control4 app.

  5. Yes, but not through normal channels. You may have to try to find a dealer willing to sell you one without support, or roll the die with a used unit. You'll have to figure out how to learn composer pro and thats after you get yourself a cracked version. Also you'll need the same tactics to get yourself most drivers beyond the ones to control your tv, receiver, etc. This is largely a dealer forum, but there are boards dedicated to this very topic, just takes a little googling.

  6. Here's how you factory reset the EA-3

    1 - Insert a straightened paper clip into the small hole on the back of the controller labeled FACTORY RESTORE.
    2 - Press and continue to hold the FACTORY RESTORE button, the controller will reset and the caution LED will turn solid red.
    3 - Continue to hold the button for about five to seven seconds until the caution LED blinks orange twice . After the caution LED blinks orange twice, release the button and the factory restore process will begin.
    *The caution LED will blink orange while the factory restore is running. When complete, the caution LED turns off and the device will reset.

    If this doesn't work you'll likely have to call your installer for some kind of RMA help to fix this.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.