Jump to content

ISY994i program won't respond to IR command


brausse

Recommended Posts

I have an ISY994i/IR Pro

 

******* If I run the following program, and press IR_021,

 

If

IR 'IR_021' is Pressed

Then

Send X10 'M2/Off (11)'

Else

- No Actions - (To add one, press 'Action')

 

I get the following entry in the Diagnostic event viewer

 

Sun 06/17/2012 04:13:58 PM : [ IR] 0021 Press

 

******* If I run the following program, and press IR_006,

 

If

X10 'K5/Off (11)' is Received

Or IR 'IR_006' is Pressed

Then

Send X10 'M2/Off' (11)'

Else

- No Actions - (To add one, press 'Action")

 

I get the following entrys in the Diagnostic event viewer

 

Sun 06/17/2012 04:15:13 PM : [ IR] 0006 Press

Sun 06/17/2012 04:15:13 PM : [ X10] M2

Sun 06/17/2012 04:15:13 PM : [ X10] M2/Off (11)

Sun 06/17/2012 04:15:13 PM : [X10-RSP ] 02 63 0E 00 06

Sun 06/17/2012 04:15:14 PM : [X10-RSP ] 02 63 03 80 06

 

Why doesn't the the first program respond to the IR_021 press? You can see that

the ISY994i receives the IR_021 keypress but doesn't do anything. In the case

of program 2, it receives the IR_006 and sends the proper X10 commands. I've tried

exiting the admin console, rebooting the ISY, deleteing and re-adding the program,

but nothing works.

Link to comment

Some basics to check. Look at Programs | Summary tab.

 

Is Program Enabled?

Is it marked not saved?

Does the Last Run Time column indicate it was ever triggered?

What does the Status column say?

 

What ISY firmware is being used?

Link to comment

Thanks for the quick reply on a weekend.

Program enabled shows "ON"

Run at startup "-"

Activity "idle"

Status "false"

Path " "

Last run time " "

Last finish time " "

Next scheduled run " "

 

Firmware version v.3.2.6

 

After more testing, if I change IR_021 to IR_003, the program runs. Then if I change it back to IR_021, it does not run.

I'm beginning to see what's happening, IR_021 is not the same as Hex code 021 in the trace. I find that IR_010 is really Hex Code 0000.

Now all I have to do is find the mapping of the standard IR codes that comes with the ISY.

 

OK, chalk it up to a newbie with regard to the ISY. I found the codes under Configuration/IR and it turns out that IR_014 = 33 which is HEX 0x0021

(as seen in the trace) for Channel Down.

Please close this problem.

Link to comment

Archived

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


×
×
  • Create New...