On Github there is a thread about this:
https://github.com/kdschlosser/samsungctl/issues/2
Looks like samsung did some adjustments in it's latest firmware. It uses tokens now to communicate. Couple of devs are trying to fix this in the last month.
Search found 6 matches
- Monday 26 November 2018 20:07
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 52032
- Monday 26 November 2018 18:10
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 52032
Re: Python Plugin: Samsung TV
Meanwhile I used another Pi image, Raspbian and updated fully. But the samsungctl script still doesn't work. I still get the following:
pi@raspberrypi:/usr/local/bin $ samsungctl -i --host 192.168.0.127 --method websocket
Traceback (most recent call last):
File "/usr/local/bin/samsungctl", line 11 ...
pi@raspberrypi:/usr/local/bin $ samsungctl -i --host 192.168.0.127 --method websocket
Traceback (most recent call last):
File "/usr/local/bin/samsungctl", line 11 ...
- Saturday 24 November 2018 20:54
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 52032
Re: Python Plugin: Samsung TV
alright, i managed to upgrade websocket, i also had to update setuptools... looks like i have to update everything, has something to do with Volumio image i guess. I also updatet websocket-client but unfortunately, that also doesn't work. It looks like this isn't the sollution, i still get the same ...
- Saturday 24 November 2018 20:22
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 52032
Re: Python Plugin: Samsung TV
if six.PY34:
AttributeError: 'module' object has no attribute 'PY34'
not sure what this means. Would some help me to solve these 2 problems?
Looks like problem come from your six module; try to see if update exist.
I updated six and now the script continues but failed again. Looks like ...
- Saturday 24 November 2018 19:02
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 52032
Re: Python Plugin: Samsung TV
I will try that, I tried to install but I think I didn't try to upgrade... Not sure but will check it. Any tips regarding versions of any kind?
- Saturday 24 November 2018 12:23
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 52032
Re: Python Plugin: Samsung TV
Guys,
i've been struggling with this to get it to work. I have a Samsung Q7F 2017 model TV. My Domoticz is running an raspberry pi 3b.
I installed python3.4 and walked through the Wiki to get the connection work to my TV. I want to see if my tv is On and if possible what input it is. But i'm ...
i've been struggling with this to get it to work. I have a Samsung Q7F 2017 model TV. My Domoticz is running an raspberry pi 3b.
I installed python3.4 and walked through the Wiki to get the connection work to my TV. I want to see if my tv is On and if possible what input it is. But i'm ...