Announcement

Collapse
No announcement yet.

Stops receiving IR after a while...

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

    Stops receiving IR after a while...

    After HomeSeer has been up for a week or two, BLUSBUIRT stops processing IR commands and the following appears in the detailed log (I copied a bit of preamble for context):

    2/20/2016 10:43:33 PM : v2.0.10.0 - Check_Triggers_For_IR_Match(): 1 EVENTS FIRED!
    2/20/2016 10:43:33 PM : v2.0.10.0 - Check_Triggers_For_IR_Match() finished
    2/20/2016 10:43:33 PM : v2.0.10.0 - IREventCallback() finished
    2/20/2016 10:43:33 PM : v2.0.10.0 - IREventCallback() started
    2/20/2016 10:43:33 PM : v2.0.10.0 - IREventCallback(): bInLearn --> False
    2/20/2016 10:43:33 PM : v2.0.10.0 - IREventCallback() finished
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback() started
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback(): bInLearn --> False
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback() finished
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback() started
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback(): bInLearn --> False
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback(): lastIRTicks --> 2083260158
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback(): gUIRCode --> 634C040445F1
    2/20/2016 10:43:34 PM : v2.0.10.0 - Devices() started
    2/20/2016 10:43:34 PM : v2.0.10.0 - Devices(): allDevices.length --> 3
    2/20/2016 10:43:34 PM : v2.0.10.0 - Devices() finished
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback(): * processing device --> D20150113T103938457 (name: Projector)
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback(): * processing device --> D20150113T104439657 (name: Theater Recessed Lights)
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback(): * processing device --> D20150113T104447898 (name: Theater Rope Lights)
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback() finished
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback() started
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback(): bInLearn --> False
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback() finished
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback() started
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback(): bInLearn --> False
    2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback() finished
    2/23/2016 3:26:04 PM : v2.0.10.0 - IREventCallback() started
    2/23/2016 3:26:04 PM : v2.0.10.0 - IREventCallback(): bInLearn --> False
    2/23/2016 3:26:04 PM : v2.0.10.0 - IREventCallback(): ERROR - Caught this exception - Arithmetic operation resulted in an overflow.

    The log continues with the last few lines repeating over and over until I unload/load the plug-in.

    Anyone else seeing this?

    Regards,

    Darren

    #2
    I'm not seeing that. It just works for me. Could it be a USB port turning off to save power ?
    Win 11 Pro | HS4 Pro | Z wave plug in with UZB1 | BLUSBUIRT 2.0.11.0 | RFXtrx433 | Blue Iris CCTV | VU+ 4k with motorised dish | Emby | Hi-Phone HS2 | ESP32 with WLED |

    Comment


      #3
      I don't believe the USB is turning off to save power (sleep disabled, selective suspend disabled).

      I'm suspect of this line in the trace:
      2/20/2016 10:43:34 PM : v2.0.10.0 - IREventCallback(): lastIRTicks --> 2083260158

      It looks like he keeps track of ticks between IR receive events, or perhaps ticks since his plugin loaded. The tick value there is getting suspiciously close to max signed 32bit integer, which could then lead to:

      2/23/2016 3:26:04 PM : v2.0.10.0 - IREventCallback(): ERROR - Caught this exception - Arithmetic operation resulted in an overflow.

      when he tried to use it.

      Do you receive IR through BLUSBUIRT or only send it? I only use mine to receive.

      Comment


        #4
        Do you receive IR through BLUSBUIRT or only send it? I only use mine to receive.
        Hi Darren,

        I use mine to receive and transmit IR.

        Good luck with this one, I don't have any more ideas

        Tim
        Win 11 Pro | HS4 Pro | Z wave plug in with UZB1 | BLUSBUIRT 2.0.11.0 | RFXtrx433 | Blue Iris CCTV | VU+ 4k with motorised dish | Emby | Hi-Phone HS2 | ESP32 with WLED |

        Comment


          #5
          I've been reading a lot of forum posts today, as I was thinking of using one of the other IR devices with HS3, but they all seem to have big issues.
          BLUSBUIRT really has been excellent for me, and the only reason I wanted to replace the USBUIRT was to get rid of a cable running along the floor !
          BLUSBUIRT FTW !
          Win 11 Pro | HS4 Pro | Z wave plug in with UZB1 | BLUSBUIRT 2.0.11.0 | RFXtrx433 | Blue Iris CCTV | VU+ 4k with motorised dish | Emby | Hi-Phone HS2 | ESP32 with WLED |

          Comment

          Working...
          X