Long time Yatse user here. With my new Onkyo AVR I have some problems with CEC, namely loosing remote on input change.
If I send the Activate CEC command from Yatse shutdown menu, CEC is back and fully functional.
Can you please tell me what command is exactly sent to Kodi and in which way? I would like to use the same command mapped to my remote.
This is best questions for Kodi forums
CECActivateSource()
https://kodi.wiki/view/List_of_built-in_functions
Thanks! Yes, I started on Kodi/Coreelec forums, but the only command that works is yours in Yatse.
So the above simply sends the built in CECActivateSource()
Easy to assign this command for instance to Yatse Shortcut button 1 but… does anyone could suggest how to invoke this command in cron on the Linux-based OS on which Kodi is installed?
I have Odroid-N2 HTC with CoreELEC OS installed which have Kodi installed by default.
Odroid-N2 is connected by HDMI to Denon AVR which is then connected to TV of course by HDMI cable as well.
Unfortunately CEC protocol is very “unstable” causing I can’t navigate in Kodi using my TV remote. Then I need to use Yatse to activate CEC.
I would like to have CECActiveSource() command to be launched every minute in CoreELEC cron.
Is it possible?