-
Notifications
You must be signed in to change notification settings - Fork 187
Can't execute command #109
Comments
Have you validated you have port 8001 open on your TV? Also I think legacy method uses port 55000, so I would check that port too. Your model is very close to mine, so hopefully you have old firmware else you may have one of the TVs that we have not gotten fully working yet. Mine model is UN40H5203. |
You were right
But I still can't execute command
Maybe I should do some settings on my TV? |
No, looks like your TV should support this, but you may have to wait till bugs are worked out more. I would also try port 55001. Actually looking at the stack trace it looks like issue with trying to find config file and around this line of code: directories.append(os.path.join(os.getenv("HOME"), ".config")) What OS you using and is environment variable 'HOME' exist? And whatever you do....DO NOT update your TV firmware. What firmware version do you have? |
I use Windows (and trying to add my TV to HomeAssistant) and there is no HOME environment variable in Windows settings. Should I create it? What folder should I specify? TV firmware version is 002007 (didn't update it for a long time or even never). |
I've created HOME environment variable and .config file inside and now So now I can send commands. Is there any way to power on TV from command line? |
This isn't my code...just trying to help. I would try the forked library https://github.com/kdschlosser/samsungctl which has added some wake on lan functionality which does work for my tv model. |
What command do you use for WOL? |
Oh, I was using python script to WOL thru mac, not thru sending TV commands since most likely that will not work with my TV...
|
Problems are still here. |
Hi.
I'm trying to execute command
samsungctl --host 192.168.1.110 --port 8001 --method legacy KEY_CONTENTS
but got an errorUE-32EH5300
P.S. Also I can't turn on TV when it's off :(
The text was updated successfully, but these errors were encountered: