Kind of new still, so this might be a dumb question.
Is it possible to use Home Assistant to turn off my TV screen? All I have is a ‘dumb’ LED with a Chromecast (CEC) plugged in. It is possible to turn the TV screen off with a command from Google Assistant (‘Turn off TV’), I would like to automate this feature.
I’ve tried calling the service media_player.turn_off in Home Assistant but this will only turn the Chromecast in standby, still showing pictures of landscapes and animals on my screen.
I’ve been struggling to find answers to this question. I mostly come across topics from about 4-5 years ago concluding there is no solution yet. So is it still not possible today or am I missing something really obvious?
Edit: Also, the turn off button in the device screen in Home Assistant does the same thing as media_player.turn_off (probably the same command even).
Well yes and no.
You probably don’t have play store as this is older tv. You can check online how to enable debug mode on you tv. With debug mode enabled you can try to connect to your tv and try to control it with adb commands.
For me this worked unstable making tv to freeze from time to time.
Thanks, unfortunately my TV is really nothing more than a big screen. It literally cannot connect to anything itself and only has a couple of HDMI- and USB-ports. It must be controlled via an external source.
Ah yes, that makes sense. Kind of pricy when only using the off function
I’ll try to figure out how to mimic the currently functioning Google command in HA first.
Personally I just use an esp8266 with an IR emitter for my TV that doesn’t have CEC. Although that works better if there is separate on and off IR commands.
I never really looked into the google relay because I don’t think the voice command to turn off TV’s existed when I looked. That was probably 3 years ago though.
Hello, not sure how you sorted this out with the SDK integration. If I indicate the right google device, it shuts down this device but not the underlaying TV. Can you please share the commands you used to get this done ?
Thanks,
Jens
I bought the stuff and tried it without success. I am however slowly without options besides replacing the TVs
I have a streamer/android tv on each of these tvs. The remote it provides allows to turn on and off the tv. So it should be possible to use these. Just not seem to find how
Really? For me only my panasonic tv didn’t work probably because it’s an older model that didn’t have hdmi cec support. It wasn’t fetching any hdmi cec logs
i connected it to multiple tvs without success. I connected the right cables but when i ran a command, it just didn’t do anything. Maybe i’m missing something. Maybe can you share your yaml ?