Sometimes an IR signal doesn't get output by the usbuirt. Sometimes this happens when an error is reported in the log. Sometimes no error is reported.
A series of presses follows. The error is obvious here, but at the end I show that an error occurred again and was not reported.
Code: Select all
USB_UIRT.3F2C4FF240F1
USB-UIRT: Switch TV to video 1 and amp to cd/dvd
USB-UIRT: tv tv/video
Error in Action: "USB-UIRT: tv tv/video"
Traceback (most recent call last) (1150):
File "C:\Program Files\EventGhost\eg\ActionClass.py", line 150, in CallWrapper
File "C:\Program Files\EventGhost\plugins\USB-UIRT\__init__.py", line 228, in __call__
File "C:\Program Files\EventGhost\plugins\USB-UIRT\USB_UIRT.py", line 385, in TransmitIR
UUIRTError: Error calling UUIRTTransmitIR
USB-UIRT: amp cd/dvd
Error in Action: "USB-UIRT: amp cd/dvd"
Traceback (most recent call last) (1150):
File "C:\Program Files\EventGhost\eg\ActionClass.py", line 150, in CallWrapper
File "C:\Program Files\EventGhost\plugins\USB-UIRT\__init__.py", line 228, in __call__
File "C:\Program Files\EventGhost\plugins\USB-UIRT\USB_UIRT.py", line 385, in TransmitIR
UUIRTError: Error calling UUIRTTransmitIR
Disable: USB-UIRT: Switch TV to video 1 and amp to cd/dvd
Enable: USB-UIRT: Switch TV (last channel) and amp (video 1) back to defaults
Flush Events
Stop processing this event
USB_UIRT.81000000E05E
USB_UIRT.3F2C4EF250F1
USB-UIRT: Switch TV (last channel) and amp (video 1) back to defaults
USB-UIRT: tv r-tune last channel
USB-UIRT: amp tape
Disable: USB-UIRT: Switch TV (last channel) and amp (video 1) back to defaults
Enable: USB-UIRT: Switch TV to video 1 and amp to cd/dvd
Flush Events
Stop processing this event
USB_UIRT.3F2C4EF250F1
USB-UIRT: Switch TV to video 1 and amp to cd/dvd
USB-UIRT: tv tv/video
USB-UIRT: amp cd/dvd
Disable: USB-UIRT: Switch TV to video 1 and amp to cd/dvd
Enable: USB-UIRT: Switch TV (last channel) and amp (video 1) back to defaults
Flush Events
Stop processing this eventI tested the IR signals manually and they appear to work properly. So I believe that the IR isn't sending sometimes because of EG or the usbuirt plugin. And the problem seems to occur even when the error is not reported, if that helps.