eHdmiCEC: received message 87 00 E0 91
eHdmiCEC: received message 00
eHdmiCEC: received message 8C
eHdmiCEC: send message 87 00 00 00
The tv is requesting the vendorid there.
We use 00 00 00 (no particular vendor id)
Maybe your tv gets a bit more cooperative if you use the LG vendor id instead:
elif message == "vendorid": cmd = 0x87 data = '\x00\xE0\x91'
(python/Components/HdmiCec.py, line 110)
Thank you for reply!
My answer is coming a little late, sorry for that !
I changed the value of the vendorid.
this is the log file:
eHdmiCEC: received message 87 00 E0 91
eHdmiCEC: received message 00
eHdmiCEC: received message 89 01
eHdmiCEC: received message 89 01
eHdmiCEC: received message 87 00 E0 91
eHdmiCEC: received message 00
eHdmiCEC: received message 89 01
so my LG is answering 00 (which i interprete as ok)
maybe it wants to know which device will be connecting (in simplink i have the following devices: TV, DISK, VDR, HDD Recorder, Loudspeaker)