Posts: 82
Joined: Apr 2015
Reputation:
0
Is it somehow possible to send a CEC signal to TV so it activates ?
At moment, I advise Kodi to play a video-clip. Playing that automatic activates the TV if it is powered off.
Is it possible to do it better without such a hacky way?
Posts: 14,208
Joined: Nov 2009
Reputation:
711
Klojum
Lost connection
Posts: 14,208
CEC remains a tricky subject, as most/all TV manufacturers have their own thoughts on how CEC is supposed to work. Hence all the different names for the same technology at all the TV companies.
Afaik, the Kodi API does not support CEC commands.
Posts: 82
Joined: Apr 2015
Reputation:
0
2020-07-26, 19:03
(This post was last modified: 2020-07-26, 19:05 by Mannshoch.)
Raspberry Pi4 with libreelec
The reverse way is working. I'm able to use the tv remotecontrol to control KODI
Posts: 82
Joined: Apr 2015
Reputation:
0
How do the Raspberry start the TV after wake-up? May I could use it to wake-up TV manually.
I use the TV as an alarm-clock but before playing the radio I need to modify the Volume.
Posts: 82
Joined: Apr 2015
Reputation:
0
That sounds great.
how could I do that over network?
Posts: 82
Joined: Apr 2015
Reputation:
0
2020-07-31, 13:26
(This post was last modified: 2020-07-31, 14:53 by Mannshoch.)
That works well. Thanks.
[EDIT]
At the moment I use this command. Kodi seems deactivating CEC receiving. So The TV remote control not any more work until I restart kodi.
I don't know how I should do it over network. My node-red is on another PC. If kodi is not able to give me the possibility to send CEC commands over his API. I need another way to do it.
Posts: 2,511
Joined: Sep 2006
Reputation:
342
Write a kodi python service addon that runs a simple web server. That waits for a request and then runs the above terminal commands.