HDMI-CEC driver & device
Re: HDMI-CEC driver & device #121
Re: HDMI-CEC driver & device #122
Posted 31 December 2011 - 18:45
Hi,
my Patch posted above needs just to be commited to the git, then everything retains after performing Online-Updates
Thanks!!!!
I cannot wait..
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 #123
Posted 2 January 2012 - 13:34
I'm not sure what we should do.
I believe the only reason for introducing config.hdmicec.handle_deepstandby_events was so we could avoid that a power cut (with subsequent stb reboot) would switch on the tv.
Entering deepstandby would not necessarily need a setting allowing it to be treated differently from entering normal standby. It's only the wakup we want to treat differently.
However, as the setting is called 'handle_deepstandby_events', you would assume onEnterDeepStandby to obey it.
So what do we do?
1.
def onEnterDeepStandby(self, configElement): if config.hdmicec.handle_deepstandby_events.value: self.standbyMessages()
2.
rename the handle_deepstandby_events setting
3.
leave it as it is now, handle_deepstandby_events setting controlling only 'wakeup from deepstandby'
Re: HDMI-CEC driver & device #124
Re: HDMI-CEC driver & device #125
Re: HDMI-CEC driver & device #126
Posted 17 April 2012 - 22:57
What's the easiest way to map buttons for HDMI CEC? I have Sony LCD TV with BRAVIA Sync and Toshiba Satellite laptop and HDMI CEC works fine. But there are lots of buttons on remote witch TV use for CEC but they aren't mapped, since nothing happens when I press them. So I want to premapp some of them to use for some useful functions. For example, to control computer volume.
You can reply me on my e-mail too: randy2841(at)hotmail(dot)com
THANKS
Re: HDMI-CEC driver & device #127
Posted 3 March 2013 - 23:47
Why is in a file .../components/HdmiCec.py under the SendMessage all addresses are in the format: address = 0x0f, or address = 0x05? If you look at the http://www.cec-o-matic.com/ this is the command that comes from the TV. When a command comes from such Playback1, the address should be as follows: address = 0x4f; or address = 0x40.
The first digit is the source, the second- destination, and 0 if the source is TV not Playback.
Re: HDMI-CEC driver & device #128
Posted 9 April 2013 - 12:53
I use hdmicec very succesfull on my vuduo and denon receiver since the vu remote is a lot better.
problem is when I use the webif or dreamdroid or whatever the volumebuttons do not work.
when i try without hdmicec (or not send volume buttons to receiver), it works fine.
Do i need to change anything in the settings?
Re: HDMI-CEC driver & device #129
Re: HDMI-CEC driver & device #130
Re: HDMI-CEC driver & device #131
Re: HDMI-CEC driver & device #132
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users