Page 1 of 1

How to prevent TV start at reboot?

Posted: Thursday 26 December 2019 16:25
by AthomeDomotica
Hello All,

How can I prevent that when I'am rebooting the Raspberry PI3, the TV is starting from Stand-bye and "showing the boot screen"?
The Pi is connected with HDMI to my Denon AVR and connected with HDMI Monitor port to mine Samsung Smart TV.

CEC is already disabled within the Kodi settings, also running on the same Pi....

How can I disapble this under the OS Rasbian?

Verion:
--------
root@Domoticz:~# cat /etc/debian_version
10.2

Thanks in advanced,

Mike

Re: How to prevent TV start at reboot?

Posted: Friday 27 December 2019 6:30
by Egregius
A Rpi is already minimal hardware to run either Domoticz or Kodi. Use 2 devices for it and it'll be a lot better.

Re: How to prevent TV start at reboot?

Posted: Friday 27 December 2019 13:11
by AthomeDomotica
Thanks for the reply
Egregius wrote: Friday 27 December 2019 6:30 A Rpi is already minimal hardware to run either Domoticz or Kodi. Use 2 devices for it and it'll be a lot better.
This a possibility but not the question.

With the controller is no issue.
Only the reboot CEC/HDMI issue....

So if someone has fixed this, please let me know :-)

Thanks in advance

Mike

Re: How to prevent TV start at reboot?

Posted: Monday 30 December 2019 12:25
by AthomeDomotica
In the meanwhile, ..... found the solution for mine set-up :idea:
Here the solution and extra info on commands for HDMI

https://elinux.org/RPiconfig

hdmi_ignore_cec_init Doesn't sent initial active source message. Avoids bringing (CEC enabled) TV out of standby and channel switch when rebooting.

hdmi_ignore_cec_init=1

This did the trick.

Cheers,

Mike