Having issues getting this working
On a Raspberry Pi at the basic samsungctl level I can't get the command like to work.
I have a KS7000 which has been mentioned in this thread as working but get
samsungctl -i --host 192.168.1.42 --method websocket
Error: Operation now in progress
I tried a port scan and 8000, 8001, 8002 are listening so tried
samsungctl -i --host 192.168.1.42 --port 8000 --method websocket
Error: Operation now in progress
Any ideas?
The next stage is getting plugin.py working which I think it is as it's in the log trying to talk to it and says
(SamsungTV) Calling message handler 'onHeartbeat'.
(SamsungTV) Device has disconnected - Maybe PowerOff
From the supported models it has
Series K Yes Socket Tizen 2016
Implying I need websocket but when I try it without I get
samsungctl -i --host 192.168.1.42 --port 8000
Error: Connection closed!
samsungctl -i --host 192.168.1.42 --port 8001
Error: Connection closed!
samsungctl -i --host 192.168.1.42 --port 8002
Error: Connection closed!
samsungctl -i --host 192.168.1.42 --port 8003
Error: Connection refused
samsungctl -i --host 192.168.1.42 --port 8005
Error: Connection refused
Is there anything I need to turn on via the tv, it never pops up and prompts for anything.