Announcement

Collapse
No announcement yet.

Event not triggered?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Event not triggered?

    Team,

    When receiving an IR signal, the event that's supposed to be triggered is not executed.

    IRTrans.log
    Code:
    22:56:19.591 : OK : CheckTrigger10 called with remote=humax-dvd, code=8
    22:56:19.607 : OK :   CheckTrigger10 found 1 potential triggers.
    22:56:19.607 : OK :   evRef=8886, UID=3911, SysId=10, Bus=255, Device=9999, Remote=humax-dvd, code=8
    22:56:19.607 : OK :   CheckTrigger10: trigger fired for event 'IR LAMP 8 toggle TESSST'
    22:56:19.607 : OK : 
    22:56:19.607 : OK : IRTransTrigger1.CheckTrigger15: called with remote=humax-dvd, code=8
    22:56:19.607 : OK : IRTransTrigger1.CheckTrigger15: Found 0 potential triggers.
    22:56:19.607 : OK : IR Received:
                                      Bus:            0
                                      Device:         0
                                      Remote:         humax-dvd
                                      Command:        8
                                      Command Number: 0
                                      Data:           S1000000000010000001000
                                      Address:        0
    22:56:19.607 : OK : 
    22:56:19.607 : OK : CheckTrigger10 called with remote=humax-dvd, code=8
    22:56:19.607 : OK :   CheckTrigger10 found 1 potential triggers.
    22:56:19.607 : OK :   evRef=8886, UID=3911, SysId=10, Bus=255, Device=9999, Remote=humax-dvd, code=8
    22:56:19.607 : OK :   [B]CheckTrigger10: trigger fired for event 'IR LAMP 8 toggle TESSST'
    [/B]22:56:19.622 : OK : 
    22:56:19.622 : OK : IRTransTrigger1.CheckTrigger15: called with remote=humax-dvd, code=8
    22:56:19.622 : OK : IRTransTrigger1.CheckTrigger15: Found 0 potential triggers.
    Executing the event manually works great.

    Here's the event
    Any idea?
    Attached Files

    #2
    Hmmmm, initially, it looks from the log that everything on the IRTrans side of things is working, in that it does show a matched trigger.

    To test, perhaps just have an action that speaks something, or flip a virtual device on, i.e. something with no other dependencies to see if that works.

    BTw, in the IRTrans log, CheckTrigger10 should match on IR code received, CheckTrigger15 is looking for a sequence of received codes and should fail...

    Do you have other IRTrans triggers that are working?

    Thanks,

    Comment

    Working...
    X