I want to be able to control a tv from a Raspberry Pi via HDMI using CEC to turn it on/off, control the channels etc. i know this is possible.
I had hoped this function might be available in the MonkeyBread plugin or another but cant find a plugin that has these types of features.
Has anyone been able to do this or can you point me in the right direction as I am completely stuck on this issue.
Rick_A
(Rick A)
2
Install v4l-utils na maquina para ter o comando cec-ctl
sudo apt install v4l-utils
Use cec-ctl via Xojo Shell
Manual: Ubuntu Manpage: cec-ctl - An application to control cec devices
Rick_A
(Rick A)
3
Hahaha. Sorry, I was talking in Portuguese to someone while answering and did not properly switch the language in my head.
Install v4l-utils in the target computer to get the cec-ctl utility commands:
sudo apt install v4l-utils
Use cec-ctl via Xojo Shell
Manual: Ubuntu Manpage: cec-ctl - An application to control cec devices
Hahaha I was a little confused 
Thanks I will take a look at that.
Just need to see if @Christian_Schmitz can add something like that into his plugin. 