Ape / samsungctl

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

Old "F-series". Access denied #97

Open MassiPi opened 5 years ago

MassiPi commented 5 years ago

Hello, i can't get my tv to listen to lan commands:

pi@berry:~ $ samsungctl --host 192.168.1.148 --name homeAssistant KEY_VOLUP -v --method legacy Sending handshake. Error: Access denied!

the point is that the tv is not asking for my authorization, what should i do? i see that F-series is supported, i really was expecting a popup to authorize the remote control, but i got nothing. ideas?

MassiPi commented 5 years ago

just one addition: this script, on the other side, works.

https://gist.github.com/nrazon/1804361

MassiPi commented 5 years ago

ok understood. if one between id, name and description is not defined it doesn't work. consider this for cli control.. thanks

milokmet commented 5 years ago

@MassiPi Did you get it working in home assistant? It seems, that HA is filling all fields id, name and description. I have F6400 and it is not working for me. However the script you posted does.