Res: Digest for commandfusion@googlegroups.com - 7 Messages in 4 Topics

70 views
Skip to first unread message

alexande...@gmail.com

unread,
Jul 24, 2013, 5:11:56 AM7/24/13
to comman...@googlegroups.com
Hi Jarrod I'll use it. I have a other complementary question. Are you have any idea to make PW-On and PW-off in the same button?

Today I using two different JS function in two different buttons to perform ir on my interface.

BR
Alex

Enviado do meu smartphone BlackBerry 10.
Enviada: quarta-feira, 24 de julho de 2013 05h54
Para: Digest Recipients
Assunto: Digest for comman...@googlegroups.com - 7 Messages in 4 Topics

Group: http://groups.google.com/group/commandfusion/topics

    Hiro <matabata....@gmail.com> Jul 23 05:15PM -0700  

    I tested some, since I posted last time, and I noticed below...
     
    A) My VM Windows can search only with *Bridge Mode* ,plus the latest
    firmware with* LANBridge "ver0.1.7"*
    B) My VM can not access* LANBridge"ver0.1.4"* although it's set to Bridge
    Mode.
     
    So I tested below.
    1) Put the LANBridge"ver0.1.7" within same LAN Environment as my VM Windows.
    2) And connect another LANBridge"ver0.1.4" through CF Link.
    3) I can search both LANBridge with System Commander.
    4) Try to update the firmware the LANBridge "ver0.1.4"
    5) The update was failure.
     
    Thus I will keep my Native Windows for a while. :-)
    Very interesting.
     
    2013年7月22日月曜日 23時30分28秒 UTC+9 Heath Volmer:

     

    Jarrod Bell <jar...@commandfusion.com> Jul 24 10:24AM +1000  

    Both LAN Bridges would have shown up that way because of CFLink
    connection between them. Sounds like a network issue with broadcast
    packets, but if using v0.1.7 firmware works fine, then you are good to go.
     
    Regards,
     
    *Jarrod Bell*
    CommandFusion
    www.commandfusion.com <http://www.commandfusion.com>
     
     
    On 24/07/13 10:15 AM, Hiro wrote:

     

    jack burke <jackbu...@gmail.com> Jul 23 01:26PM -0700  

    At the moment got up and working . 3 simple buttons for tv favourite
    channels ie sky news sky movies i have noticed using micros seems to be
    slow i have set it to the minimum delay 2000 but anything less only picks
    up first ir code command 501.
     
    example ir code
     
    sendir,1:3,1,36000,1,1,97,32,16,17,16,17,16,33,16,33,32,16,16,17,16,17,16,17,16,17,16,17,16,17,16,17,32,16,16,33,16,17,16,17,16,17,16,17,16,17,16,17,32,33,32,4461\x0D(sky-5)
     
     
    thanks paul.

     

    "Waldy,,,, Liverpool Uk" <i...@phoneworkshop.co.uk> Jul 23 02:12PM -0700  

    Hi Paul,
     
    Have you got buttons for 0-9. Just checking you can get "5" "0" "1". From these as from looking at your IR codes they don't look right. Which sky box do you have as standard and HD do have a few differences.
     
    Using the serial port is more effective than IR, also if you have sky HD you can connect directly to LAN
     
    I'm away from PC so if you don't get a result I can check IR codes tomorrow

     

    MarkusKl <m.k...@web.de> Jul 23 12:37PM -0700  

    Hi,
     
    if I would like to disable autodetection (since I know my players) in the
    sonos js project, what else do I need to do except setting the global token
    to 0 ?
    How do I need to specify the players' IP adresses ?
    I always do get errors in the JS code if I simply put the IP adress in...
     
    Markus

     

    Alexander S Argollo <alexande...@gmail.com> Jul 23 02:20AM -0700  

    Hi Guys, somebody can help me, please.
     
    I made a light turn on and light off for my project in two separated
    button, each one have light buld (image properties) to sign the feedback.
    So to each light i have three things, button on, button off and light bulb
    (image propertie feedback that i use serial join to apply efect on and
    off).
     
    I would like to use those three itens on the unique button with include on,
    off and feeedback but as image properties. I tryed to include a image
    propertie over a button, but when the CF is running the image desappears
    under the button.
     
    Somebody use a JS to fix it associated a specific object on CF?
     
    Please let me know how can i fix it?
     
    BR
    Alex

     

    Jarrod Bell <jar...@commandfusion.com> Jul 23 10:01PM +1000  

    Use an overlay image in your button. You can select two different
    images, one per button state - just deselect the 'sync states' checkbox
    in button properties to enable selecting unique images per button state.
    Then all you have to do is change the button state.
     
    Regards,
     
    *Jarrod Bell*
    CommandFusion
    www.commandfusion.com <http://www.commandfusion.com>
     
     
    On 23/07/13 7:20 PM, Alexander S Argollo wrote:

     

--
You received this message because you are subscribed to the Google Groups "CommandFusion Software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to commandfusio...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Jarrod Bell

unread,
Jul 24, 2013, 11:45:20 AM7/24/13
to comman...@googlegroups.com
You could create two different commands, then have each command call the appropriate JS function.
Then have these commands attached to a single button via advanced actions.
Add two action groups, one to fire the first command, another to fire the next.

Then each time the button is pressed, it would fire a different command.

Otherwise, you could use JS to send a command depending on the state of the button, eg:
CF.getJoin("d10", function(j,v) {
  if (v == "1") {
    // call JS function1
  } else {
    // call JS function2
  }
});

Regards,

Jarrod Bell
CommandFusion
www.commandfusion.com


Reply all
Reply to author
Forward
0 new messages