I could not find any how to show if the TV is on or off. I can see it in the log that the tv is on/off and also in the developer menu. Now If possible can i put the state of the tv device on the webUI? I have two samsung tv which i control through boradlink rm.
You asked my TV brand which is Samsung and if there is a component for it? There is a component for the Samsung TV but it doesn’t work with my Home Assistant.
Thzen u cant use those component and u wont be able to change channel to a specific number. U can just use hass like with your remote control. U might be able to make a scene with following codel for the number on your remote . but thats all. just record ALL needed button to hass and build an automation with a scene .
Its still possible his TV can work even if its not in the list, but without any error messages or anything we can’t really help you @bachoo786. Can’t just guess what the problem is.
@bachoo786 like @thundergreen said the only way to do it is to create a custom automation scene with HA so you have to capture the code for 1,5,0 of your remote if you want the channel so you Broadlink RM can imitate those command you when fire it up in HA.
and if I run : samsungctl --host 192.168.0.12 --port 55000 KEY_MUTE --method websocket
I get this error:
Traceback (most recent call last):
File "/usr/local/bin/samsungctl", line 11, in <module>
load_entry_point('samsungctl===0.6.0-git', 'console_scripts', 'samsungctl')()
File "build/bdist.linux-armv7l/egg/samsungctl/__main__.py", line 93, in main
File "build/bdist.linux-armv7l/egg/samsungctl/__main__.py", line 37, in _read_config
NameError: global name 'FileNotFoundError' is not defined
Surprisingly I have another raspberry pi running openhab2 and it can control my Samsung TV well on port 55000. This means there are either some files not installed my pi running HA or HA cannot work with my TV.