Jump to content

Log key presses/X10 messages received to the java console


Chris Jahn

Recommended Posts

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)

Link to comment
  • 2 weeks later...

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!

Link to comment
  • 2 months later...
  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.2k
×
×
  • Create New...