Hi community,
I want to remotely turn on/off the connected TV to the Xibo player via HDMI-CEC. I am using the Pulse Eight adapter with libCEC, which is working fine as long as I run the commands locally in the computer. However if I try to run the command via XMR, it is not working… In general XMR and commands are working as I have tried the simple reboot command, but I cannot get the CEC command to work.
CMS version: 4.1.2 running in Docker
Player version: 4 R404.1
OS: Windows 11 Pro
Here is what I did so far:
- Activated shell commands in the screen profile and allowed “echo” commands.
- Created a new command with the following free text command:
echo ‘standby 0’ | &‘C:\Program Files (x86)\Pulse-Eight\USB-CEC Adapter\cec-client.exe’ -s COM3
- Send the command manually via CMS to the screen
Unfortunately nothing is happening… Do you have any hints for me on how to get working? The command it self is working perfectly, if I run it locally in powershell or CMD.
Thanks a lot for your support!
Best regards,
David