Page 7 of 9

Re: Python Plugin: Samsung TV

Posted: Monday 12 March 2018 14:06
by Calzor Suzay
I gave up for now trying to get it working, just kept killing Domoticz.

When the beta goes live stable I might look to try again.

Re: Python Plugin: Samsung TV

Posted: Monday 12 March 2018 23:28
by AndreDomoticz
Does some one have the plug in functioning on the raspberry with raspbian ?

installation of the plugin went smoothly

the Samsung hardware can be selected

after filling out the information the devices are created
and commands are accepted by the TV
the logs look like:

2018-03-11 22:59:07.502 (Samsung TV) Initialized version 2.0.1, author 'zak45'
2018-03-11 22:59:07.509 (Samsung TV) Debug log level set to: 'true'.
2018-03-11 22:59:07.509 (Samsung TV) 'Port':'8001'
2018-03-11 22:59:07.510 (Samsung TV) 'Key':'SamsungTV'
2018-03-11 22:59:07.510 (Samsung TV) 'Name':'Samsung TV'
2018-03-11 22:59:07.510 (Samsung TV) 'Author':'zak45'
2018-03-11 22:59:07.510 (Samsung TV) 'Mode2':'samsungctl'
2018-03-11 22:59:07.510 (Samsung TV) 'Mode6':'Debug'
2018-03-11 22:59:07.510 (Samsung TV) 'HomeFolder':'/home/domoticz/plugins/SamsungTV/'
2018-03-11 22:59:07.510 (Samsung TV) 'Version':'2.0.1'
2018-03-11 22:59:07.510 (Samsung TV) 'Mode1':'websocket'
2018-03-11 22:59:07.510 (Samsung TV) 'Address':'192.168.1.29'
2018-03-11 22:59:07.511 (Samsung TV) 'Mode4':'5'
2018-03-11 22:59:07.511 (Samsung TV) 'HardwareID':'9'
2018-03-11 22:59:07.511 (Samsung TV) Device count: 4
2018-03-11 22:59:07.511 (Samsung TV) Device: 1 - ID: 89, Name: 'Samsung TV - Status', nValue: 1, sValue: 'Samsung On'
2018-03-11 22:59:07.511 (Samsung TV) Device ID: '89'
2018-03-11 22:59:07.511 (Samsung TV) Device Name: 'Samsung TV - Status'
2018-03-11 22:59:07.511 (Samsung TV) Device nValue: 1
2018-03-11 22:59:07.512 (Samsung TV) Device sValue: 'Samsung On'
2018-03-11 22:59:07.512 (Samsung TV) Device LastLevel: 0
2018-03-11 22:59:07.512 (Samsung TV) Device: 2 - ID: 90, Name: 'Samsung TV - Source', nValue: 10, sValue: '10'
2018-03-11 22:59:07.512 (Samsung TV) Device ID: '90'
2018-03-11 22:59:07.512 (Samsung TV) Device Name: 'Samsung TV - Source'
2018-03-11 22:59:07.512 (Samsung TV) Device nValue: 10
2018-03-11 22:59:07.512 (Samsung TV) Device sValue: '10'
2018-03-11 22:59:07.512 (Samsung TV) Device LastLevel: 0
2018-03-11 22:59:07.512 (Samsung TV) Device: 3 - ID: 91, Name: 'Samsung TV - Volume', nValue: 10, sValue: '10'
2018-03-11 22:59:07.512 (Samsung TV) Device ID: '91'
2018-03-11 22:59:07.512 (Samsung TV) Device Name: 'Samsung TV - Volume'
2018-03-11 22:59:07.513 (Samsung TV) Device nValue: 10
2018-03-11 22:59:07.513 (Samsung TV) Device sValue: '10'
2018-03-11 22:59:07.513 (Samsung TV) Device LastLevel: 0
2018-03-11 22:59:07.513 (Samsung TV) Device: 4 - ID: 92, Name: 'Samsung TV - Input', nValue: 10, sValue: '10'
2018-03-11 22:59:07.513 (Samsung TV) Device ID: '92'
2018-03-11 22:59:07.513 (Samsung TV) Device Name: 'Samsung TV - Input'
2018-03-11 22:59:07.513 (Samsung TV) Device nValue: 10
2018-03-11 22:59:07.513 (Samsung TV) Device sValue: '10'
2018-03-11 22:59:07.513 (Samsung TV) Device LastLevel: 0
2018-03-11 22:59:07.514 (Samsung TV) Connecting to: 192.168.1.29:8001
2018-03-11 22:59:07.515 (Samsung TV) isAlive status :True
2018-03-11 22:59:07.515 (Samsung TV) Devices are connected - Initialisation

2018-03-11 22:59:10.424 (Samsung TV) Send key : KEY_VOLDOWN
2018-03-11 22:59:10.425 (Samsung TV - Volume) Updating device from 10:'10' to have values 20:'20'.
2018-03-11 22:59:10.441 (Samsung TV) Update 20:'20' (Samsung TV - Volume)
2018-03-11 22:59:11.684 (Samsung TV) Send key : KEY_VOLUP
2018-03-11 22:59:11.685 (Samsung TV - Volume) Updating device from 20:'20' to have values 10:'10'.
2018-03-11 22:59:11.699 (Samsung TV) Update 10:'10' (Samsung TV - Volume)
2018-03-11 22:59:11.738 (Samsung TV) No ini file :/home/domoticz/plugins/SamsungTV/plugin_remote_9.ini
2018-03-11 22:59:11.738 (Samsung TV) Custom Commands for Remote not managed
2018-03-11 22:59:11.739 (Samsung TV) Heartbeat interval set to: 30.

The volume goes up and down as expected. So the access towards the Samsung TV is working.


but without touching the configuration the thread is stopped by the system.




restarting the system when the samsung hardware is enabled results in a crash....
(using python 3.5 on the latest raspbian release)


2018-03-11 22:41:04.828 (Samsung TV) Initialized version 2.0.1, author 'zak45'
2018-03-11 22:41:04.941 Error: Domoticz received fatal signal 11 !...
2018-03-11 22:41:04.965 Error: /home/domoticz/domoticz() [0x1cdc48]
2018-03-11 22:41:04.965 Error: /home/domoticz/domoticz(_Z14signal_handleri+0x58) [0x1cdd00]
2018-03-11 22:41:04.965 Error: /lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer+0) [0x76b216b0]



2018-03-11 22:41:04.828 (Samsung TV) Initialized version 2.0.1, author 'zak45'
2018-03-11 22:41:04.941 Error: Domoticz received fatal signal 11 !...
2018-03-11 22:41:04.965 Error: /home/domoticz/domoticz() [0x1cdc48]
2018-03-11 22:41:04.965 Error: /home/domoticz/domoticz(_Z14signal_handleri+0x58) [0x1cdd00]
2018-03-11 22:41:04.965 Error: /lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer+0) [0x76b216b0]

on beta I got:


2018-03-11 23:10:28.631 (Samsung TV) Initialized version 2.0.1, author 'zak45'
2018-03-11 23:10:28.684 Error: (Samsung TV) Failed to refresh Options dictionary for Hardware/Unit combination (9:2).
2018-03-11 23:10:28.689 Error: Domoticz received fatal signal 11 !...
2018-03-11 23:10:28.693 Error: /home/domoticz/domoticz() [0x1cdc48]
2018-03-11 23:10:28.693 Error: /home/domoticz/domoticz(_Z14signal_handleri+0x58) [0x1cdd00]
2018-03-11 23:10:28.693 Error: /lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer+0) [0x76ae16b0]






2018-03-11 23:21:03.667 (Samsung Smart TV) Initialized version 2.0.1, author 'zak45'
2018-03-11 23:21:03.681 (Samsung Smart TV) Devices created.
2018-03-11 23:21:03.682 (Samsung Smart TV) Connecting to: 192.168.1.29:8001
2018-03-11 23:21:03.692 (Samsung Smart TV) Update 1:'Samsung On' (Samsung Smart TV - Status)
2018-03-11 23:21:03.695 (Samsung Smart TV) Update 10:'10' (Samsung Smart TV - Source)
2018-03-11 23:21:03.699 (Samsung Smart TV) Update 10:'10' (Samsung Smart TV - Volume)
2018-03-11 23:21:03.702 (Samsung Smart TV) Update 10:'10' (Samsung Smart TV - Input)
2018-03-11 23:21:05.828 (Samsung Smart TV) Update 20:'20' (Samsung Smart TV - Volume)
2018-03-11 23:21:07.165 (Samsung Smart TV) Update 10:'10' (Samsung Smart TV - Volume)

after couple of restarts I see also before the samsung is starting the following:


2018-03-11 23:31:15.179 PluginSystem: Entering work loop.
2018-03-11 23:31:15.477 Python EventSystem: Module not found - Trying to initialize.
2018-03-11 23:31:15.478 Python EventSystem: Initalizing event module.






disabling the samsung hardware results in starting domoticz




someone has some suggestions or how I can enable some more debugging options to find out more details which might lead to the real root cause



thanks a lot

Andre'

Re: Python Plugin: Samsung TV

Posted: Sunday 18 March 2018 18:13
by zak45
AndreDomoticz wrote: Monday 12 March 2018 23:28 Does some one have the plug in functioning on the raspberry with raspbian ?
have seen some problem with some plugin on PI;
what you can test:
install 3.4 python and/or compile from source.

Re: Python Plugin: Samsung TV

Posted: Friday 23 March 2018 19:32
by marcellom
Hi all, im a newbie and my name is Marcello.
I discover Domoticz as Docker and now i have installed it in a rpi2. Is really funny and works very well... :)
I have a Samsung tv F series and the samsungctl pluging works (thanks :)) , but only after some troubles: every time i pushed a "samsung switch" my tv asked for authorization...
At the end the problem was with the empty id field, when I did the first plugin configuration.
Now, with the id field filled... my tv store (and dont forget) the authorization.
But i have a problem: some buttons in the preconfigured switchs dont works as aspected (hdm2 open a window menù, as example ) and i'd like do a modification in the key configuration to match the switch button with the buttons in my remote control.
Could someone tell me how to do?
Thanks in advance :)
PS I know... my english is bad.. :/


Re: Python Plugin: Samsung TV

Posted: Friday 23 March 2018 22:52
by zak45
marcellom wrote: Friday 23 March 2018 19:32 But i have a problem: some buttons in the preconfigured switchs dont works as aspected (hdm2 open a window menù, as example ) and i'd like do a modification in the key configuration to match the switch button with the buttons in my remote control.
Could someone tell me how to do?
Hi, just edit plugin.py and replace the KEY_XXX by what you want :

Code: Select all

            if (Unit == 2):  # Source selector                    
                if (Level == 10): SamsungSend("KEY_TV",Unit,Level)
                if (Level == 20): SamsungSend("KEY_HDMI",Unit,Level)
                if (Level == 30): SamsungSend("KEY_HDMI1",Unit,Level)
                if (Level == 40): SamsungSend("KEY_HDMI2",Unit,Level)
            elif (Unit == 3):   # Volume control                    
                if Devices[Unit].nValue == 0:
                    numberMute += 1
                if (Level == 10): SamsungSend("KEY_VOLUP",Unit,Level)
                if (Level == 20): SamsungSend("KEY_VOLDOWN",Unit,Level)
            elif (Unit == 4): # Source input selector                    
                if (Level == 10): SamsungSend("KEY_SOURCE",Unit,Level)
                if (Level == 20): SamsungSend("KEY_ANYNET",Unit,Level)                    
                if (Level == 30): SamsungSend("KEY_ENTER",Unit,Level)
and here you can found key code :
https://github.com/Ape/samsungctl

Re: Python Plugin: Samsung TV

Posted: Friday 23 March 2018 23:04
by marcellom
Hi Zak :) I thank you very very much :)
Ill try and report :)

Re: Python Plugin: Samsung TV

Posted: Saturday 24 March 2018 19:46
by marcellom
Wow... it works :) For now just for ch+ and ch-.
I am a total newby in Domotocz and phyton, but your clear answer give me a big help!
Thanks again Zak, well done :)
Ehm... just a stupid question...
Anyone can share his Samsung key code table with comments?
I have discovered that KEY_EXT30, in my F series tv, runs Netflix app...
KEY_EXTxx, i think, launch the installed applications.
XX is a number between 1 and 40.
Anyone knows Plex code number? Youtube? :)

Re: Python Plugin: Samsung TV

Posted: Friday 20 April 2018 10:30
by Smiggel
I installed the plugin before I found out that my TV is not supported "SAMSUNG UE40JU6400".

I could reach the tv using the terminal, but no commands were accepted. Also I never got to see the authorize screen as well. I could add the hardware to my Domoticz system. That worked and even could see in the logs that it detects when my tv is on and off. However, the switch in Domoticz did not work. It always said the tv was on, when I could see in the logs that it detected when it was off.

Like some others here, the script crashed my Domoticz too. When I have my TV on and reboot my system, I could no longer access Domoticz. When I turn of my tv and reboot, I could access the webinterface again. :-)

It's really too bad the script is not working for every TV. Will keep an eye on this script. Hopefully it will be able to work in the future with more tv's.

Re: Python Plugin: Samsung TV

Posted: Wednesday 09 May 2018 23:41
by lbuijk
My challenge:

Domoticz Bèta
Python 3.5
samsungctl (tested with 0.7.x and 0.6.x)
websocket-client
wheel
six
...
well...all that is already mentoined.

When I activate the hardware in domoticz it freezes. System still running...Domoticz offline.
When I rename websocket map in /usr/bin/python3.5 and restart the domoticz service its all working again

What to do?

Re: Python Plugin: Samsung TV

Posted: Saturday 12 May 2018 10:59
by zak45
lbuijk wrote: Wednesday 09 May 2018 23:41 My challenge:

Domoticz Bèta
Python 3.5
samsungctl (tested with 0.7.x and 0.6.x)
websocket-client
wheel
six
...
well...all that is already mentoined.

When I activate the hardware in domoticz it freezes. System still running...Domoticz offline.
When I rename websocket map in /usr/bin/python3.5 and restart the domoticz service its all working again

What to do?
maybe try to compile Domoticz from source. (info should be on wiki)

Re: Python Plugin: Samsung TV

Posted: Monday 28 May 2018 17:40
by dextm80
I guys, i nice simple guide to install samsungctl on ubuntu 18.04 and domoticz 3.9527 adn 65ks7000 tested

sudo apt install python-pip
sudo apt install python3-pip
sudo -H pip install --upgrade pip
sudo -H pip3 install setuptools
sudo -H pip3 install websocket-client
sudo -H pip3 install samsungctl
sudo cp -r /usr/local/lib/python3.6/dist-packages/samsungctl/ /usr/lib/python3.6/
samsungctl -i --host x.x.x.x --port 8001 --method websocket --timeout 1 (x.x.x.x is your tv ip)
go to domoticz/plugins folder create samsungctl folder and put plugin.py

and then

sudo service domoticz restart

bye

Re: Python Plugin: Samsung TV

Posted: Wednesday 06 June 2018 21:45
by wawjan
2018-06-06 21:40:39.074 Error: (Samsung) 'onStart' failed 'UnhandledResponse'.
2018-06-06 21:40:39.074 Error: (Samsung) ----> Line 129 in /home/pi/domoticz/plugins/SamsungTV/plugin.py, function onStart
2018-06-06 21:40:39.074 Error: (Samsung) ----> Line 282 in /home/pi/domoticz/plugins/SamsungTV/plugin.py, function SamsungSend
2018-06-06 21:40:39.074 Error: (Samsung) ----> Line 9 in /usr/lib/python3.4/samsungctl/remote.py, function __init__
2018-06-06 21:40:39.074 Error: (Samsung) ----> Line 32 in /usr/lib/python3.4/samsungctl/remote_legacy.py, function __init__
2018-06-06 21:40:39.074 Error: (Samsung) ----> Line 95 in /usr/lib/python3.4/samsungctl/remote_legacy.py, function _read_response
Hi
I have such errors, which may be the reason

Re: Python Plugin: Samsung TV

Posted: Wednesday 06 June 2018 23:21
by zak45
wawjan wrote: Wednesday 06 June 2018 21:45 2018-06-06 21:40:39.074 Error: (Samsung) 'onStart' failed 'UnhandledResponse'.
2018-06-06 21:40:39.074 Error: (Samsung) ----> Line 129 in /home/pi/domoticz/plugins/SamsungTV/plugin.py, function onStart
2018-06-06 21:40:39.074 Error: (Samsung) ----> Line 282 in /home/pi/domoticz/plugins/SamsungTV/plugin.py, function SamsungSend
2018-06-06 21:40:39.074 Error: (Samsung) ----> Line 9 in /usr/lib/python3.4/samsungctl/remote.py, function __init__
2018-06-06 21:40:39.074 Error: (Samsung) ----> Line 32 in /usr/lib/python3.4/samsungctl/remote_legacy.py, function __init__
2018-06-06 21:40:39.074 Error: (Samsung) ----> Line 95 in /usr/lib/python3.4/samsungctl/remote_legacy.py, function _read_response
Hi
I have such errors, which may be the reason
put plugin in debug mode and provide full log.

Re: Python Plugin: Samsung TV

Posted: Thursday 07 June 2018 8:51
by wawjan
2018-06-07 08:45:35.206 (Samsung) Debug logging mask set to: PYTHON PLUGIN QUEUE IMAGE DEVICE CONNECTION MESSAGE ALL
2018-06-07 08:45:35.207 (Samsung) 'Version':'2.0.1'
2018-06-07 08:45:35.207 (Samsung) 'Address':'192.168.1.130'
2018-06-07 08:45:35.207 (Samsung) 'HardwareID':'13'
2018-06-07 08:45:35.207 (Samsung) 'DomoticzBuildTime':'2018-06-06 07:49:20'
2018-06-07 08:45:35.207 (Samsung) 'Name':'Samsung'
2018-06-07 08:45:35.207 (Samsung) 'Mode2':'samsungctl'
2018-06-07 08:45:35.207 (Samsung) 'Mode4':'5'
2018-06-07 08:45:35.207 (Samsung) 'Mode1':'legacy'
2018-06-07 08:45:35.207 (Samsung) 'Author':'zak45'
2018-06-07 08:45:35.207 (Samsung) 'DomoticzHash':'a5671b1a'
2018-06-07 08:45:35.207 (Samsung) 'Key':'SamsungTV'
2018-06-07 08:45:35.207 (Samsung) 'Mode6':'Debug'
2018-06-07 08:45:35.207 (Samsung) 'HomeFolder':'/home/pi/domoticz/plugins/SamsungTV/'
2018-06-07 08:45:35.207 (Samsung) 'Port':'8001'
2018-06-07 08:45:35.207 (Samsung) 'DomoticzVersion':'3.9578'
2018-06-07 08:45:35.207 (Samsung) Device count: 4
2018-06-07 08:45:35.208 (Samsung) Device: 1 - ID: 79, Name: 'Samsung - Status', nValue: 1, sValue: 'Samsung On'
2018-06-07 08:45:35.208 (Samsung) Device ID: '79'
2018-06-07 08:45:35.208 (Samsung) Device Name: 'Samsung - Status'
2018-06-07 08:45:35.208 (Samsung) Device nValue: 1
2018-06-07 08:45:35.208 (Samsung) Device sValue: 'Samsung On'
2018-06-07 08:45:35.208 (Samsung) Device LastLevel: 0
2018-06-07 08:45:35.208 (Samsung) Device: 2 - ID: 80, Name: 'Samsung - Source', nValue: 10, sValue: '10'
2018-06-07 08:45:35.208 (Samsung) Device ID: '80'
2018-06-07 08:45:35.208 (Samsung) Device Name: 'Samsung - Source'
2018-06-07 08:45:35.208 (Samsung) Device nValue: 10
2018-06-07 08:45:35.208 (Samsung) Device sValue: '10'
2018-06-07 08:45:35.208 (Samsung) Device LastLevel: 0
2018-06-07 08:45:35.208 (Samsung) Device: 3 - ID: 81, Name: 'Samsung - Volume', nValue: 10, sValue: '10'
2018-06-07 08:45:35.208 (Samsung) Device ID: '81'
2018-06-07 08:45:35.208 (Samsung) Device Name: 'Samsung - Volume'
2018-06-07 08:45:35.208 (Samsung) Device nValue: 10
2018-06-07 08:45:35.208 (Samsung) Device sValue: '10'
2018-06-07 08:45:35.208 (Samsung) Device LastLevel: 0
2018-06-07 08:45:35.208 (Samsung) Device: 4 - ID: 82, Name: 'Samsung - Input', nValue: 10, sValue: '10'
2018-06-07 08:45:35.209 (Samsung) Device ID: '82'
2018-06-07 08:45:35.209 (Samsung) Device Name: 'Samsung - Input'
2018-06-07 08:45:35.209 (Samsung) Device nValue: 10
2018-06-07 08:45:35.209 (Samsung) Device sValue: '10'
2018-06-07 08:45:35.209 (Samsung) Device LastLevel: 0
2018-06-07 08:45:35.209 (Samsung) Pushing 'PollIntervalDirective' on to queue
2018-06-07 08:45:35.209 (Samsung) Connecting to: 192.168.1.130:8001
2018-06-07 08:45:35.221 (Samsung) isAlive status :True
2018-06-07 08:45:35.221 (Samsung) Devices are connected - Initialisation
2018-06-07 08:48:43.159 (Samsung) Pushing 'onHeartbeatCallback' on to queue
2018-06-07 08:48:43.180 (Samsung) Processing 'onHeartbeatCallback' message
2018-06-07 08:48:43.181 (Samsung) Calling message handler 'onHeartbeat'.
2018-06-07 08:48:43.182 (Samsung) isAlive status :True
2018-06-07 08:45:35.223 Error: (Samsung) 'onStart' failed 'ConnectionClosed'.
2018-06-07 08:45:35.223 Error: (Samsung) ----> Line 129 in /home/pi/domoticz/plugins/SamsungTV/plugin.py, function onStart
2018-06-07 08:45:35.223 Error: (Samsung) ----> Line 282 in /home/pi/domoticz/plugins/SamsungTV/plugin.py, function SamsungSend
2018-06-07 08:45:35.223 Error: (Samsung) ----> Line 9 in /usr/lib/python3.4/samsungctl/remote.py, function __init__
2018-06-07 08:45:35.223 Error: (Samsung) ----> Line 32 in /usr/lib/python3.4/samsungctl/remote_legacy.py, function __init__
2018-06-07 08:45:35.223 Error: (Samsung) ----> Line 77 in /usr/lib/python3.4/samsungctl/remote_legacy.py, function _read_response

full log

Re: Python Plugin: Samsung TV

Posted: Thursday 07 June 2018 12:47
by zak45
wawjan wrote: Thursday 07 June 2018 8:51 2018-06-07 08:45:35.206 (Samsung) Debug logging mask set to: PYTHON PLUGIN QUEUE IMAGE DEVICE CONNECTION MESSAGE ALL
2018-06-07 08:45:35.207 (Samsung) 'HardwareID':'13'
2018-06-07 08:45:35.207 (Samsung) 'DomoticzBuildTime':'2018-06-06 07:49:20'
2018-06-07 08:45:35.207 (Samsung) 'Name':'Samsung'
2018-06-07 08:45:35.207 (Samsung) 'Mode2':'samsungctl'
2018-06-07 08:45:35.207 (Samsung) 'Mode4':'5'
2018-06-07 08:45:35.207 (Samsung) 'Mode1':'legacy'
2018-06-07 08:45:35.207 (Samsung) 'Author':'zak45'

full log
You have let legacy, this mean you have an old television, what's is the model?

Re: Python Plugin: Samsung TV

Posted: Thursday 07 June 2018 17:51
by wawjan
I have a new TV and in fact it may be the reason.
If I'm at home, I'll check it.
Thank you so much.
Jasiu

Re: Python Plugin: Samsung TV

Posted: Thursday 07 June 2018 21:25
by wawjan
Thank you ZAK, now it's all right.
Regards

Re: Python Plugin: Samsung TV

Posted: Thursday 07 June 2018 21:26
by zak45
wawjan wrote: Thursday 07 June 2018 21:25 Thank you ZAK, now it's all right.
Regards
great :-)

Re: Python Plugin: Samsung TV

Posted: Friday 31 August 2018 1:24
by wadoline
Hi!

I am trying to make this plugin work, but I´m stucked validating the installation.

I am using a raspi, I have phyton 3.5

Code: Select all

pi@raspberrypi:~ $ pip3 install samsungctl
Collecting samsungctl
  Using cached https://www.piwheels.org/simple/samsungctl/samsungctl-0.7.1-py3-none-any.whl
Installing collected packages: samsungctl
Successfully installed samsungctl-0.7.1
pi@raspberrypi:~ $ samsungctl -version
-bash: samsungctl: command not found
When I try to see the samsungctl version I have that error

Also if I type this:

Code: Select all

pi@raspberrypi:~ $ samsungctl -i --host 192.168.2.165 --method websocket
-bash: samsungctl: command not found
What am I doing wrong?

If someone can help me would be apreciated

Thanks

Re: Python Plugin: Samsung TV

Posted: Friday 07 September 2018 0:38
by vic79
Hello everyone, I have installed everything as it comes and I have no problem when executing some action from the command line, but when I go to domoticz and add it, I do not get any hardware called Samsung. Why can this be?

Thanks in advance and greetings, Victor