Update:
toggle quoted message
Show quoted text
I changed the order of the passcode and MAC-address, and now control works partially. I only need power on/off, input switching and power feedback. That works, except power-on and power feedback. The latter is aways high, regardless of the actuall state of the TV and power-on just doesn¡¯t work. Any ideas where to look at? Thanks, Thorsten -----Urspr¨¹ngliche Nachricht----- Von: Thorsten K?hler <thorsten.koehler@...> Gesendet: Mittwoch, 15. November 2023 20:04 An: '[email protected]' <[email protected]> Betreff: AW: [crestron] LG OLED TV CCD IP Driver - How to get it to work on a CP3? Thanks, Tony. Enabling logging revealed the following messages: ?00:02:52.344: [Console Data] : 048-12:05:26.696 ( 3) [Info ] CORD - LG Smart TV : Processing control command Connection.Connect() 00:02:52.344: [Console Data] : 048-12:05:26.704 ( 3) [Info ] TSPT - TcpTransport : Client made with to 192.168.1.56:9761 00:02:52.344: [Console Data] : 048-12:05:26.725 ( 3) [Debug ] TSPT - TcpTransport : ConnectToServerAsync return code: SOCKET_OK 00:02:52.359: [Console Data] : 048-12:05:26.739 ( 3) [Info ] CAPA - BasicInformation : Set UserAttribute 'MACAddress' = '9DHB1TVF' 00:02:52.359: [Console Data] : 048-12:05:26.746 ( 3) [Info ] CAPA - BasicInformation : Set UserAttribute 'MACAddress' = '9DHB1TVF' 00:02:52.359: [Console Data] : 048-12:05:26.750 ( 3) [Info ] CAPA - BasicInformation : Set UserAttribute 'OnScreenId' = '7C:64:6C:0E:80:10' 00:02:52.359: [Console Data] : 048-12:05:26.756 ( 3) [Info ] CAPA - BasicInformation : Set UserAttribute 'OnScreenId' = '7C:64:6C:0E:80:10'" Looks to me as if i?m sending the MAC and the passcode in the wrong order ("9DHB1TVF" is the passcode). I?ll change it into program and report back. Thanks, Thorsten -----Urspr¨¹ngliche Nachricht----- Von: [email protected] <[email protected]> Im Auftrag von Tony Golden Gesendet: Montag, 13. November 2023 14:55 An: [email protected] Betreff: Re: [crestron] LG OLED TV CCD IP Driver - How to get it to work on a CP3? Enable logging and watch the Log output in Debugger. That will usually have a clue to the problem. Also check the User Attribute Descriptions, either in Debugger or by opening the dat file in Notepad++ (or equivalent). Also, with multiple Certified Drivers in the program, they shouldn't all be loaded at once. --- On Monday, November 13, 2023 at 7:32 AM, Thorsten K?hler wrote: |