Ape / samsungctl

Remote control Samsung televisions via a TCP/IP connection
MIT License
712 stars 189 forks source link

Not working on NU8009 #115

Open pauledd opened 5 years ago

pauledd commented 5 years ago

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!

cyclops1982 commented 4 years ago

Try the --websocket option!