Jump to content


Photo

HDMI-CEC driver & device


  • Please log in to reply
131 replies to this topic

Re: HDMI-CEC driver & device #101 druciak

  • Member
  • 10 posts

+1
Neutral

Posted 22 November 2011 - 09:52

I've got VU+ DUO and Bravia EX500. It worked before for me as you described - turn on worked, turn off didn't. Last time VU+ released new drivers with some HDMI-CEC fixes and from that time turn off works as well.
So I guess there might be a problem with ET-9000 drivers as well, but I may be wrong.

Re: HDMI-CEC driver & device #102 Carl

  • Senior Member
  • 367 posts

+8
Neutral

Posted 22 November 2011 - 10:20

I've got VU+ DUO and Bravia EX500. It worked before for me as you described - turn on worked, turn off didn't. Last time VU+ released new drivers with some HDMI-CEC fixes and from that time turn off works as well.
So I guess there might be a problem with ET-9000 drivers as well, but I may be wrong.


VU+ adjust the code to work simular as ET drivers. This adjustment from VU+ was allready inside the ET drivers.

Better try to update the TV as on many TV it works good.

Edited by Carl, 22 November 2011 - 10:21.

XP1000, Clarketech CT9000 and a VU+ duo

Re: HDMI-CEC driver & device #103 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 22 November 2011 - 10:23

I have a Samsung TV and et9000.
Samsung is not automatically turned off.
Tried all the settings.
Can be a real problem with the drivers?

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: HDMI-CEC driver & device #104 druciak

  • Member
  • 10 posts

+1
Neutral

Posted 22 November 2011 - 11:11

Better try to update the TV as on many TV it works good.

What a brilliant advice!

Re: HDMI-CEC driver & device #105 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 23 November 2011 - 18:09

I have a Samsung TV and et9000.
Samsung is not automatically turned off.
Tried all the settings.

Turn off the native Samsung remote control:
eHdmiCEC: received message 36

Translate the tuner in standby mode, Samsung included:
eHdmiCEC: send message 36
eHdmiCEC: send message 36
setLCDBrightness 51
eHdmiCEC: received message 00 36 04

TV will not turn off.
Who can help?Maybe there is a solution then?

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: HDMI-CEC driver & device #106 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 23 November 2011 - 18:36

eHdmiCEC: received message 00 36 04


the tv sends a feature abort: "I do not support the standby command"

Re: HDMI-CEC driver & device #107 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 23 November 2011 - 18:37

(or actually, reason 04 = refused, so it might be supported, but ignored by the tv in the current mode or setting)

Re: HDMI-CEC driver & device #108 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 23 November 2011 - 19:10

(or actually, reason 04 = refused, so it might be supported, but ignored by the tv in the current mode or setting)

Anynet+(HDMI-CEC): yes
Auto Turn Off:on
Connected to the TV only et9000.
:wub:

In any case, thanks for the explanation of the error.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: HDMI-CEC driver & device #109 Autodelta

  • Senior Member
  • 356 posts

+12
Neutral

Posted 2 December 2011 - 23:04

HDMI CEC is working fine on my VU-Duo with Philips 40FPL7605H i can use the Philips remote to control the Duo.
VU-Solo with 40PFL5606H only power button and volume are working good

Vu+Solo2 PLi 4.0 1 TB HD Triax 88 28, 23.5, 19.2, 13


Re: HDMI-CEC driver & device #110 tam2010

  • Senior Member
  • 120 posts

+4
Neutral

Posted 19 December 2011 - 13:19

Hello,

my AV Receiver have problems with HDMI CEC. Standby works good. But when i put the Box in deepstandby the AV Receiver is stil on. When i turn on the Box (deepstandby and standby) the AV Receiver goes on too.

Re: HDMI-CEC driver & device #111 daddelfalk

  • Senior Member
  • 489 posts

+17
Neutral

Posted 19 December 2011 - 13:24

Hi,

a simple add to function :

def onEnterDeepStandby(self, configElement):
if config.hdmicec.enabled.value:
if config.hdmicec.control_tv_deepstandby.value:
self.sendMessage(0, "standby")
with

if config.hdmicec.control_receiver_standby:
self.sendMessage(5, "standby")
should do the Job.

Attached Files


Edited by daddelfalk, 19 December 2011 - 13:32.


Re: HDMI-CEC driver & device #112 tam2010

  • Senior Member
  • 120 posts

+4
Neutral

Posted 19 December 2011 - 13:31

Hi,

a simple add to function :

def onEnterDeepStandby(self, configElement):
if config.hdmicec.enabled.value:
if config.hdmicec.control_tv_deepstandby.value:
self.sendMessage(0, "standby")
with

if config.hdmicec.control_receiver_standby:
self.sendMessage(5, "standby")
should do the Job.



Hello,

and where must i write this?

Re: HDMI-CEC driver & device #113 daddelfalk

  • Senior Member
  • 489 posts

+17
Neutral

Posted 19 December 2011 - 13:33

Hi,

i have attached a Patch (above), maybe tomorrow it will be included and delivered with Online-Update.

Edited by daddelfalk, 19 December 2011 - 14:32.


Re: HDMI-CEC driver & device #114 tam2010

  • Senior Member
  • 120 posts

+4
Neutral

Posted 19 December 2011 - 13:40

One word. Awesome!
Thnaks

Edited by tam2010, 19 December 2011 - 13:40.


Re: HDMI-CEC driver & device #115 daddelfalk

  • Senior Member
  • 489 posts

+17
Neutral

Posted 19 December 2011 - 14:46

Hi,

just drop attached file /usr/lib/enigma2/python/Components/ and restart E2.GUI.

After that remove source file HdmiCec.py, so that only the HdmiCec.pyo remains.

Let me know, if it works for you.

Attached Files


Edited by daddelfalk, 19 December 2011 - 14:47.


Re: HDMI-CEC driver & device #116 tam2010

  • Senior Member
  • 120 posts

+4
Neutral

Posted 19 December 2011 - 16:58

Hi,

just drop attached file /usr/lib/enigma2/python/Components/ and restart E2.GUI.

After that remove source file HdmiCec.py, so that only the HdmiCec.pyo remains.

Let me know, if it works for you.


Thanks, it works very fine.

Re: HDMI-CEC driver & device #117 tam2010

  • Senior Member
  • 120 posts

+4
Neutral

Posted 22 December 2011 - 07:52

After a update the fix is gone. Can you update the HdmiCec.pyo please?

Re: HDMI-CEC driver & device #118 daddelfalk

  • Senior Member
  • 489 posts

+17
Neutral

Posted 22 December 2011 - 13:45

Hi tam2010,

i suggest that my Patch above must be commited to git, otherwise you must always keep the HdmiCec.py Source to resist Online-Updates. But it's not recommended way, as when further change will be done you simply won't get them anymore.

Re: HDMI-CEC driver & device #119 dylantje

  • Senior Member
  • 2,406 posts

+19
Neutral

Posted 23 December 2011 - 15:30

After a update the fix is gone. Can you update the HdmiCec.pyo please?


I have the same problem.
Is there a fixx?

I have a samsung led, and it working fine.
Bud update PLI the are not coupled any more.
I have the set the tv a gain then everthing is working fine.

Is there someting i do wrong?

Bud it is a GREAT plugin.
And i like the work that you all made..
Thanks.

Mut@nt HD51 with PLi 7.2 release - Cccam, PLi HD skin, HDD-1,5TB, USB DVB-T,4GB usb backupsuite. AB: harmony smartcontrol 

XTrend ET6500 with PLi 7.2 release - PLi HD skin, Stream remote, 2GB usb backupsuite. AB: Harmony 650 , 1x zgemma h2h with Cccam.

Met een USB Dvb-T Triax 78cm, 2x ALPS quatro LNB /19,2 en 23,5, SAB GSO-multiswitch: 4 sat. in 12 out. 

 


Re: HDMI-CEC driver & device #120 daddelfalk

  • Senior Member
  • 489 posts

+17
Neutral

Posted 31 December 2011 - 18:12

Hi,

my Patch posted above needs just to be commited to the git, then everything retains after performing Online-Updates ;)


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users