Posts by zorrua

    Hello,

    There is a known problem with CEC and Amlogic devices. I have a S905 device.

    In my case, the power on works great (it switch on the TV), bit the power off is not working well (it doesn't switch off the TV).

    Is there something users could do? Ask Amlogic, do some test...

    I see in libcec github some amlogic patches, bit it doesn't work in the latest kszaq builds.

    Which is the real state of CEC in Amlogic?

    Kind regards.


    from where did you installled TVHeadend from? From the LibreELEC repo? And if yes, which version?

    Hello,

    Yes, I installed from Libreelec repo and the version is 2.2.15.

    Need I change something here?

    Thanks for the help.

    Regards.

    I try it.

    Kodi log is workig great:

    Code
    # tail -f /storage/.kodi/temp/kodi.log

    But I have nothing for Tvheadened client:

    Code
    # ls -lh /storage/.kodi/userdata/addon_data/
    total 16
    drwxr-xr-x    2 root     root        4.0K Oct 30 16:45 pvr.hts
    drwxr-xr-x    2 root     root        4.0K Oct 30 16:43 service.libreelec.settings
    drwxr-xr-x    2 root     root        4.0K Oct 30 16:44 skin.confluence
    drwxr-xr-x    2 root     root        4.0K Oct 30 16:43 visualization.projectm


    Code
    # ls -lh /storage/.kodi/userdata/addon_data/pvr.hts/
    total 4
    -rw-r--r--    1 root     root         861 Oct 30 16:45 settings.xml

    Need I activate the tvh logging?

    Thanks and regards.


    The Kodi file for debugging is: /storage/.kodi/temp/kodi.log

    Don't forget to enable debug logging before

    The logfile for TVHeadend is under:

    /storage/.kodi/userdata/addon_data/service.tvheadend42/service.log


    Thanks!

    Where could I enable the debug logging?

    I will try it.

    Kind regards.

    Hello,

    I have a Nvidia ION device with stable LE. I have problem with tvheadend when I play recordings. It use to stop the recording without any reason.

    I want to debbug it, which file could I "tail -f" to have realtime log?

    I want to have both tvheadend server and LE in two consoles with debbuging and try to reproduce the error.

    Could you help with it?

    Regards.

    Hello,

    I have a Beelink MiniMX III with kszaq latest build (010) installed in NAND and it works great.

    I read in the forum that people use to upgrade the firnware. I have some questions about it:

    1. Where could I find the firmware for my device?

    2. Is it necesary to install?

    3. How could I see the installed firmware version?

    Best regards.

    I have similar device (S905) and use a remote with a USB receiver. It doesn't switch on or resume fron USB.

    I think that the problem is in the board, it have no power in USB when it is power off or suspended.

    Someone with more info could confirm it?

    It will be great to resume from USB. Someone could try to resuke with a keyboard in Android? I have no Android installed.

    Best regards.

    The Kodi built in functions appear to be broken in LE, I never could get to the bottom of it.

    I use the following script for my TV. It creates two temporary files to track status. $file indicates whether the TV is on or off, $file2 indicates that the script is working as there is a several second delay for cec-client to do it's thing. $file2 prevents my impatient wife from pressing the button a million times and running the script over and over.

    The script also sends a stop command to kodi and sends a notification when turning off the tv. I simply leave my LE box on all the time.

    The script is called cecpower.sh and I call it from my keymap like this:

    Code
    <key id="323664">system.exec(/storage/.kodi/userdata/cecpower.sh)</key>

    The whole thing is quite a hack, but it works in my case.

    Thanks!

    It looks great. I try it and it power on perfect. When it doesn't power off.

    I try this command:

    Code
    echo "standby 0" | cec-client -s

    It power off the TV and after a second it power on automatically in LE HDMI input. It looks like the TV notice that it is something in the HDMI and it power on again.

    Is possible to send other command to power off completely?

    Kind regards.

    Hello,

    I have 009 version on my Beelink Mini MX III and it really good well.

    The only problem I have is that I use other remote with USB IR receiver, so I can not switch on the device with my remote.

    I want to configure the POWER key to power on/off the TV with CEC, but I don't know how to do it.

    I try this:

    Code
    # kodi-send --action="CECStandby"
    Sending action: CECStandby

    But it doesn't work.

    How could I configure it?

    Best regards.