ERROR CEC-Client

Begonnen von Josef33, 14 September 2022, 13:40:49

Vorheriges Thema - Nächstes Thema

Josef33

Hallo zusammen,

ich habe in FHEM auf einem Raspberry das ein- und ausschalten einen TV Gerätes (Panasonic) mit HDMI-CEC umgesetzt.

Die DEF Zeile zum Ausschalten sieht wie folgt aus:
Fernseher:off "echo standby 0.0.0.0 | cec-client -s -d 1"

Der Fernseher schaltet sich auch ab. Es funktioniert somit wie ich es auch geplant hatte.

Doch wenn ich in das Log-File schaue sieht es wie folgt aus:
opening a connection to the CEC adapter...
ERROR:   [              81]   CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR:   [              81]   could not open a connection (try 1)
ERROR:   [            1084]   CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR:   [            1084]   could not open a connection (try 2)
ERROR:   [            2084]   CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR:   [            2084]   could not open a connection (try 3)
ERROR:   [            3085]   CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR:   [            3085]   could not open a connection (try 4)
ERROR:   [            4085]   CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR:   [            4085]   could not open a connection (try 5)
ERROR:   [            5085]   CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR:   [            5085]   could not open a connection (try 6)
ERROR:   [            6086]   CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR:   [            6086]   could not open a connection (try 7)
ERROR:   [            7086]   CLinuxCECAdapterCommunication::Open - ioctl CEC_S_MODE failed - errno=16
ERROR:   [            7086]   could not open a connection (try 8)

Nun meine Frage, kann es Probleme geben wenn jedes mal diese ERRORs im Log auftauchen oder kann ich diese getrost ignorieren oder ausblenden?
Oder kann mir hier jemand behilflich wie ich diese ERRORs vielleicht beheben könnte?

Vielen Dank.
Gruß
Josef