Read the statement by Michael Teeuw here.
Disable No-Singal output for any tv?
-
@Desertswing
The nosignal thing is a feature of your tv, not the raspberry pi.
You could check the menus of your tv to see if you can disable this feature. Or you check if your tv supports cec commands. Then you could install libcec on your pi and send your tv to standby and wake it up again when needed -
@yawns I fought and fought and fought with this issue… even as far as contacting Samsung to see if there was a way via the service menu to get rid of it.
Short answer is there likely isn’t. If your TV is a Samsung then there definitely isn’t.
Eventually here’s what I ended up doing:
-
Using the script to shut down the HDMI gave me the same issue that you’re seeing. No way to disable that message.
-
I instead installed libCEC and I can successfully power the TV on and off, but whenever it comes back on I get a banner across the top of the picture with the current input and time. Stays on the screen for about 5 seconds. No way to disable this either…
-
I had an old USB UIRT unit sitting around from an old HTPC project. I use that combined with a library called LIRC to send the “exit” remote key command to my TV’s IR receiver after the TV comes out of standby. I had to play with the timing but I was able to get it so that the input banner is only on the screen briefly. Not perfect but I can live with it.
I’m setting up the script for the PIR sensors to operate independently of MagicMirror. That way MM can continue to do its thing in while the screen is in standby.
I hope this helps!
-Jeff -
-
@j.e.f.f
Do i need to install it within the Pir script ore can i make it indepent of MagicMirror? -
@Desertswing I suppose it can be done either way. In my case I thought it was simpler to not install another module for this, as it really has nothing to do with MM.
-
I’m using a 32" Vizio and believe it or not mine works great… the TV goes into a sleep mode but once I say “Wake up” the mirror comes back on and the TV as well…
SO yes it could be a feature of the TV. I would check for settings in the TV like this one for Samsung:
The Eco Solution function switches the power off if it detects that you are receiving no signal from the current source (e.g. if you have switched your set top box to standby mode) or if no user operation is received after four hours.
You can change the Eco Solution options by going to:
Menu->System->Eco SolutionNot sure if you have that on yours but there are features that can be overridden in your settings menu.
Hope it helps
-
@cowboysdude but when the TV is woken up do to get the input banner on the screen for several seconds? That was the part I couldn’t completely get rid of.
-
@j.e.f.f No mine just comes right back on like it was never off. It’s like a power saving mode actually. Only works when there’s input. Works exactly like a monitor in that regard.
-
@cowboysdude Samsungs have an ECO option but I turned it off completely thinking it was going to get in the way… I’ll take a look at that to see if it will work the way yours does.
-
@j.e.f.f I hope so. Samsung TV’s are nice but for this project Vizio was the way I went. Price plus in the end in all honesty I just got lucky with the ability to make it ‘sleep’ and ‘wake up’…
-
@cowboysdude My cousin works for Samsung and gets an employee discount, so price was the motivator for me as well ;) Anyway I’ll give this a shot to see if behaves the same was as yours.