hmmm You made me think I was going coo coo
I had to go and check. and yes it is there
"Set Device as Active Source"
hmmm You made me think I was going coo coo
Ah that one, unfortunately does nothing for me.
Not completely sure what this means.kgschlosser wrote: ↑Tue Mar 12, 2019 8:49 pmthat code you are using is not a "source/input" select code. it is actually a one touch command code. If it is enabling you to change to a source on the TV and the device that is plugged into that source does not have CEC please let me know.
They work perfectly, I don't even need anything plugged in to HDMI3 and HDMI4.kgschlosser wrote: ↑Wed Mar 13, 2019 3:27 pmcan you test something for me?
can you see if
4f:82:10:00 = HDMI1
4f:82:20:00 = HDMI2
4f:82:30:00 = HDMI3
4f:82:40:00 = HDMI4
Great, gonna test it right now.kgschlosser wrote: ↑Fri Mar 15, 2019 12:01 amOK I have updated the plugin on the first post.
I added the HDMI source selection
I fixed the Raw Command action
Code: Select all
Error in Action: "Pulse-Eight CEC+: Send Raw Command 4f:82:20:00: Adapter: EventGhost on COM3"
Traceback (most recent call last) (0.5.0-beta6):
File "C:\Program Files (x86)\Utils\EventGhost\eg\Classes\ActionBase.py", line 116, in CallWrapper
return self(*args)
File "C:\ProgramData\EventGhost\plugins\PulseEightPlus\__init__.py", line 1407, in __call__
command = ''.join(map(chr, list(command)))
TypeError: an integer is required
Seems to work correctly, nice.CEC has support for 15 HDMI ports. so all 15 are going to show up in the list as i have no way to know how many ports your TV has. so only the ports you have will work.