Search found 6 matches

by Jostice
Friday 15 December 2017 18:03
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 49520

Re: Python Plugin: Samsung TV

I am not sure if the downgrade was necessary, but the six.py is! If not installed then do that, or move from different python folder. To downgrade: do an install remove of samsungctl Then again do install samsungctl with pip but add the version number! I can't remember how, but Google is your friend ...
by Jostice
Thursday 14 December 2017 22:58
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 49520

Re: Python Plugin: Samsung TV

denman091 wrote: Thursday 14 December 2017 22:51
I have exactly the same problem.
Do you you have it already fixed?
Yes, check the forum post right after that one! There is the solution.
by Jostice
Saturday 02 December 2017 13:15
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 49520

Re: Python Plugin: Samsung TV

@dextm80 there is lots os different configuration possible. all need to be adapted at your env. in your case, looks like you have python 3.5, so path should be /usr/lib/python3.5/ (need to be verified) And as you use linux, probably python 2.7 is also installed and you need to use pip3 instead pip ...
by Jostice
Wednesday 22 November 2017 21:03
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 49520

Re: Python Plugin: Samsung TV

verify that you have websocket under /usr/lib/python3.5/ if not, copy it could help. I use python3.4 (quote was from another user). But yes, the directories are copied to /usr/lib/python3.4/ samsungctl and websocket both together Everything works seemles with the command line, but in Domoticz I get ...
by Jostice
Wednesday 22 November 2017 19:03
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 49520

Re: Python Plugin: Samsung TV

Ik ben inmiddels weer een paar stappen verder. Het bleek dat in de config file verwezen werd naar de 0.6.0. versie ipv de 0.7.0 versie. Dit heb ik handmatig aangepakt waarna de onderstaande foutmelding is verdwenen 2017-10-16 23:44:03.107 Error: (Samsung TV) 'onStart' failed 'ImportError'. 2017-10 ...
by Jostice
Monday 20 November 2017 21:31
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 49520

Re: Python Plugin: Samsung TV

i do have the plugin.py in the folder plugins/samsungctl did try also to change the folder to SamsungTV and Samsung TV without suc6 also checked if /usr/lib/python3.5/samsungctl/remote.py and /usr/lib/python3.5/samsungctl/remote_websocket.py are there and they are If i restart domoticz i do get ...