1

I have a RPI2 with OSMC installed and I want to do some cec commands to check if the Tv is ON or OFF.

The issue is that after any command cec-client ( except cec-client -h :) ) the OSMC won't receive CEC commands until I restart the RPI. Is there any way to reconnect OSMC with the CEC? Cec service is still running, but OSMC does not recognize it;

Mihai Popescu
  • 386
  • 1
  • 11

1 Answers1

2

Try using:

xbmc-send -a 'CECActivateSource'

This way xbmc will connect again with the cec service. If it doesn't work you can always restart osmc via ssh (but it's not pretty at all)

John Green
  • 36
  • 2