Ape/samsungctl

Not working on NU8009

Opened this issue · 1 comments

Just reporting on NU8009.
I scanned the ip and got some open ports:

8001/tcp  open
8002/tcp  open
8080/tcp  open
32768/tcp open
32769/tcp open

samsungctl --host 192.168.12.12 KEY_VOLDOWN
Error: Connection refused
samsungctl --host 192.168.12.12 --port 8001 KEY_VOLDOWN
Error: Connection closed!
samsungctl --host 192.168.12.12 --port 8002 KEY_VOLDOWN
Error: Connection closed!
samsungctl --host 192.168.12.12 --port 8080 KEY_VOLDOWN
does not react, had to do CTRL+C
samsungctl --host 192.168.12.12 --port 32768 KEY_VOLDOWN
Error: Connection closed!
samsungctl --host 192.168.12.12 --port 32769 KEY_VOLDOWN
Error: Connection closed!

Try the --websocket option!