HDMI-CEC plugin wrong labeling

aligator638

Vu+ Newbie
The following option are wrongly labeled in the plugin

config.hdmicec.control_receiver_standby=True -> Put you Vu+ duo....
config.hdmicec.control_receiver_wakeup=True -> Wakeup your Vu+ duo........

It should be receiver
 

AlexWilMac

Moderator
Maybe if you would detailed you were talking about "settings" in etc/enigma2, we might have got faster to it.
Anyway: what do you mean by your message? How should the two lines be? And why? Please, clarify.
 

aligator638

Vu+ Newbie
This is what you have in the GUI HDMI-CEC menu:

Put your Vu+ duo2 in standby
Wakeup your Vu+ duo2 from standby

Respectively line 11 and 12 on my duo2

This what is written in /etc/enigma2/settings
config.hdmicec.control_receiver_standby=True
config.hdmicec.control_receiver_wakeup=True

So instead of Vu+ Duo2 it should be Receiver

Eric
 

nunigaia

Moderator
This is what you have in the GUI HDMI-CEC menu:

Put your Vu+ duo2 in standby
Wakeup your Vu+ duo2 from standby

Respectively line 11 and 12 on my duo2

This what is written in /etc/enigma2/settings
config.hdmicec.control_receiver_standby=True
config.hdmicec.control_receiver_wakeup=True

So instead of Vu+ Duo2 it should be Receiver

Eric

Code:
self.list.append(getConfigListEntry(_("Wakeup your %s %s from standby") % (getMachineBrand(), getMachineName()), config.hdmicec.control_receiver_wakeup))
self.list.append(getConfigListEntry(_("Put your %s %s in standby") % (getMachineBrand(), getMachineName()), config.hdmicec.control_receiver_standby))

Where you see %s %s .... it will return the receiver model name ( Vu+ Duo2, Vu+ Duo4K .... and so on ).

best regards
nunigaia
 

AlexWilMac

Moderator
@aligator638
As nunigaia said, it is a variable involved in these messages: have you ever heard about variables? Variables, in every programming languages, are things that may assume several values.
So, I don't see the problem: this variable will show your model.
In case, there would be a problem if you don't own a Duo2 but you get such a message. But you haven't told us about your model, yet.
 

aligator638

Vu+ Newbie
No by receiver I meant AVR AV-Receiver this code is meant for AVRs not the box!!!!! Try it, you will see when you set these options this is the AVR that goes to standy or not

I have over 30 years of experience of programming!
 

AlexWilMac

Moderator
So, if two people (and others whom I'm in contact) did not understand your message, it means you should explain better what you meant.
We are not in your mind and, based on what you wrote, you were concerned only about this (I quote your words):
"So instead of Vu+ Duo2 it should be Receiver"

That's why we have not yet understood your point.
 

nunigaia

Moderator
No by receiver I meant AVR AV-Receiver this code is meant for AVRs not the box!!!!! Try it, you will see when you set these options this is the AVR that goes to standy or not

I have over 30 years of experience of programming!

If you use BlackHole instead of OBH ... you´ll get receiver! :)

OBH is based in OE-A, is different from BlackHole.

By other side, a TV set is not labeled as receiver!

best regards
nunigaia
 

aligator638

Vu+ Newbie
It seems you do not get it, these 2 settings will put my Audio Video Receiver on/off standby not my TV, not my Duo2 receiver hence it should be written whatever you would like to call Audio Video Receiver but certainly not
getMachineBrand(), getMachineName() because this is not right.......


Put your Vu+ duo2 in standby
Wakeup your Vu+ duo2 from standby

selecting yes at the above
DOES NOT PUT THE VU+ in standby or wake, it will operate on the the AVR (Denon, in my case)
 

aligator638

Vu+ Newbie
1_0_19_206D_432_1_C00000_0_0_0_20190227122016.jpg
t26hn42
t26hn42
 
Top