Jump to content

Log key presses/X10 messages received to the java console


Chris Jahn

Recommended Posts

Posted

To log key presses/X10 messages received to the java console, do the folliowing:

 

1. Telnet to the ISY and login

2. Type 'DBG 1'; this tells the box to send key presses to the GUI

3. Login into the ISY Admin Console, and click the 'Program Summary' Tab

4. Open the Java console

5. Close Telnet session (optional)

 

A line surrounded by square brackets is written to the Java console whenever a button is pressed, an X10 message is received, or a status change occurs. This is useful for determining whether or not the PLM has sent a button press or X10 message to the ISY.

 

To turn it off,

 

1. Telnet to the box and login

2. Type 'DBG 0', this tells the box to stop sending key presses to the GUI

3. Close the Java console (optional)

4. Close Telnet session (optional)

Posted

Does leaving this "on" use additional resources? Is it best to leave it "off" when I'm not using it and only turn it on when I need to, or does it not really matter?

 

Thanks!

  • 2 weeks later...
Posted

Would it be possible to timestamp the output?

 

For example, I have a program that is kicking off at 3:01 every day and I'd like to know what is going on around that time. If I leave the console window open to log everything, when I check it in the morning there's a list of activity, but I don't know when each event happened.

 

Or maybe there's a way that the java console will timestamp things it receives?

 

Thanks!

  • 2 months later...
Posted

I was playing around with telnet and stupidly disabled telnet (DT) :? Now I can't get in anymore and debug things. I've never used this before - how can I enable it again?

 

Thanks

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...