Samsung TV control in Domoticz
Moderators: leecollings, remb0
- mlamie
- Posts: 122
- Joined: Friday 25 October 2013 17:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Location: The Netherlands
- Contact:
Samsung TV control in Domoticz
I have seen that it is possible to created some switches in Domoticz with multiple buttons like in this topic.
viewtopic.php?t=10177
Like:
TV
Off, Nexus, PS3, etc...
Volume:
Slider
I tried to achieve the same in combination with the Samsung script https://github.com/Tristan79/iSamsungTV
I installed the iSamsungTV script as follows:
I know how to create a dummy switch, but i'm not able to see more text buttons...
I would like to create a switch which can send multiple commands like?
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI1
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI2
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI3
etc..
Or use a volume slider if that is even possible with the commands?
iSamsungTV F 192.168.1.106 -KEY KEY_VOLDOWN
iSamsungTV F 192.168.1.106 -KEY KEY_VOLUP
P.s maybe someone can also help me with the below issue:
Putty (works) with: iSamsungTV F 192.168.1.106 -KEY KEY_MUTE
Domoticz (doesnt work) with:
script://iSamsungTV F 192.168.1.106 -KEY KEY_MUTE
or
script://usr/local/bin/iSamsungTV F 192.168.1.106 -KEY KEY_MUTE
As soon the outcome is clear I will update the Samsung TV wiki page as well. So it will help others as well.
https://www.domoticz.com/wiki/Samsung_TV
viewtopic.php?t=10177
Like:
TV
Off, Nexus, PS3, etc...
Volume:
Slider
I tried to achieve the same in combination with the Samsung script https://github.com/Tristan79/iSamsungTV
I installed the iSamsungTV script as follows:
I know how to create a dummy switch, but i'm not able to see more text buttons...
I would like to create a switch which can send multiple commands like?
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI1
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI2
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI3
etc..
Or use a volume slider if that is even possible with the commands?
iSamsungTV F 192.168.1.106 -KEY KEY_VOLDOWN
iSamsungTV F 192.168.1.106 -KEY KEY_VOLUP
P.s maybe someone can also help me with the below issue:
Putty (works) with: iSamsungTV F 192.168.1.106 -KEY KEY_MUTE
Domoticz (doesnt work) with:
script://iSamsungTV F 192.168.1.106 -KEY KEY_MUTE
or
script://usr/local/bin/iSamsungTV F 192.168.1.106 -KEY KEY_MUTE
As soon the outcome is clear I will update the Samsung TV wiki page as well. So it will help others as well.
https://www.domoticz.com/wiki/Samsung_TV
Raspberry Pi 3, RaZberry, RFXtrx433
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
-
- Posts: 1601
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Samsung TV control in Domoticz
try to use 3 x /
So: script:///
So: script:///
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
- mlamie
- Posts: 122
- Joined: Friday 25 October 2013 17:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Location: The Netherlands
- Contact:
Re: Samsung TV control in Domoticz
Ha, that did the trick and I did found the right command:
Now some explanation how to create a dummy switch with more buttons as shown in the other topic.
Code: Select all
script:///usr/local/bin/iSamsungTV F 192.168.1.106 -KEY KEY_MUTE
Raspberry Pi 3, RaZberry, RFXtrx433
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
-
- Posts: 1601
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Samsung TV control in Domoticz
make some new hardware
Dummy with a name you like
Then create a new device in the devices area
use for new device the dummy hardware you make.
Put the script in the on and off section
That's all..
Dummy with a name you like
Then create a new device in the devices area
use for new device the dummy hardware you make.
Put the script in the on and off section
That's all..
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
- mlamie
- Posts: 122
- Joined: Friday 25 October 2013 17:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Location: The Netherlands
- Contact:
Re: Samsung TV control in Domoticz
I have a simple dummy device like a switch (on/off command), what I would like to know is how you create a switches like the below example
This sreenshot is from nayr, not my system
I would like to create a switch which can send multiple commands like?
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI1
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI2
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI3
etc..
Or use a volume slider if that is even possible with the commands?
iSamsungTV F 192.168.1.106 -KEY KEY_VOLDOWN
iSamsungTV F 192.168.1.106 -KEY KEY_VOLUP
Probably some scripting is needed to perform a slider...
P.s. if I add the Panasonic TV hardware is see the following interface, which would be nice if that could be added to Domoticz and works in combination with a Samsung TV.
This sreenshot is from nayr, not my system
I would like to create a switch which can send multiple commands like?
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI1
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI2
iSamsungTV F 192.168.1.106 -KEY KEY_HDMI3
etc..
Or use a volume slider if that is even possible with the commands?
iSamsungTV F 192.168.1.106 -KEY KEY_VOLDOWN
iSamsungTV F 192.168.1.106 -KEY KEY_VOLUP
Probably some scripting is needed to perform a slider...
P.s. if I add the Panasonic TV hardware is see the following interface, which would be nice if that could be added to Domoticz and works in combination with a Samsung TV.
Raspberry Pi 3, RaZberry, RFXtrx433
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
- perwei
- Posts: 16
- Joined: Monday 13 February 2017 13:22
- Target OS: Linux
- Domoticz version: 2020.2
- Location: Hønefoss, Norway
- Contact:
Re: Samsung TV control in Domoticz
Just a comment regarding newer Samsung TVs like model K. Seems iSamsungTV isn't working on those models.
On the other hand, Wake-on-LAN does work and brings the TV from sleeping and un-pingable to live and pingable.
Cheers,
Per
On the other hand, Wake-on-LAN does work and brings the TV from sleeping and un-pingable to live and pingable.
Cheers,
Per
Raspberry Pi 3/Raspbian GNU/Linux
Z-Wave.Me Razberry2 Z-Wave controller
3 x Aeotec ZW100 Multisensor 6
1 x Aeotec Smart Dimmer 6
2 x FIBARO System FGWPE Wall Plug
2 x FIBARO Dimmer 2 FGD-212
1 x FIBARO System FGK10x Door Sensor
1 x Popp Wall Controller
Z-Wave.Me Razberry2 Z-Wave controller
3 x Aeotec ZW100 Multisensor 6
1 x Aeotec Smart Dimmer 6
2 x FIBARO System FGWPE Wall Plug
2 x FIBARO Dimmer 2 FGD-212
1 x FIBARO System FGK10x Door Sensor
1 x Popp Wall Controller
- perwei
- Posts: 16
- Joined: Monday 13 February 2017 13:22
- Target OS: Linux
- Domoticz version: 2020.2
- Location: Hønefoss, Norway
- Contact:
Re: Samsung TV control in Domoticz
There is a wakeonlan command avaliable for Raspbian. Written in Perl.
where 10.0.0.255 is broadcast address for my local LAN where the Samsung TV is located and e4:7d:bd::96::8e:cd is MAC address for my Samsung TV.
Cheers
Per
Code: Select all
sudo apt install wakeonlan
wakeonlan -i 10.0.0.255 e4:7d:bd::96::8e:cd
where 10.0.0.255 is broadcast address for my local LAN where the Samsung TV is located and e4:7d:bd::96::8e:cd is MAC address for my Samsung TV.
Cheers
Per
Raspberry Pi 3/Raspbian GNU/Linux
Z-Wave.Me Razberry2 Z-Wave controller
3 x Aeotec ZW100 Multisensor 6
1 x Aeotec Smart Dimmer 6
2 x FIBARO System FGWPE Wall Plug
2 x FIBARO Dimmer 2 FGD-212
1 x FIBARO System FGK10x Door Sensor
1 x Popp Wall Controller
Z-Wave.Me Razberry2 Z-Wave controller
3 x Aeotec ZW100 Multisensor 6
1 x Aeotec Smart Dimmer 6
2 x FIBARO System FGWPE Wall Plug
2 x FIBARO Dimmer 2 FGD-212
1 x FIBARO System FGK10x Door Sensor
1 x Popp Wall Controller
- mlamie
- Posts: 122
- Joined: Friday 25 October 2013 17:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Location: The Netherlands
- Contact:
Re: Samsung TV control in Domoticz
I tried to use the WOL on my Samsung F series, but it didn't work. I probably will take a look at the CEC option.perwei wrote:There is a wakeonlan command avaliable for Raspbian. Written in Perl.
Code: Select all
sudo apt install wakeonlan wakeonlan -i 10.0.0.255 e4:7d:bd::96::8e:cd
where 10.0.0.255 is broadcast address for my local LAN where the Samsung TV is located and e4:7d:bd::96::8e:cd is MAC address for my Samsung TV.
Cheers
Per
Raspberry Pi 3, RaZberry, RFXtrx433
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
- mlamie
- Posts: 122
- Joined: Friday 25 October 2013 17:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Location: The Netherlands
- Contact:
Re: Samsung TV control in Domoticz
I tested every key command of the iSamsungTV script (key commands are not fully in line ). I made the following dummy selector switch
I'm happy with it.
I'm happy with it.
Raspberry Pi 3, RaZberry, RFXtrx433
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
- jumbotroll
- Posts: 793
- Joined: Tuesday 13 January 2015 14:36
- Target OS: NAS (Synology & others)
- Domoticz version: Beta
- Location: Oslo,Norway
- Contact:
Re: Samsung TV control in Domoticz
Hi
I have build iSamsungTV for all synology models using DSM 6.x if you guys want to test
Edit: Packages deleted!
I have build iSamsungTV for all synology models using DSM 6.x if you guys want to test
Edit: Packages deleted!
Last edited by jumbotroll on Sunday 19 March 2017 0:53, edited 1 time in total.
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
- bueno79
- Posts: 83
- Joined: Wednesday 08 March 2017 10:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.9700
- Location: France
- Contact:
Re: Samsung TV control in Domoticz
Hi,
just grab the pack for synology ds214Play. it is a D model for the TV. so i have
In log I have this :
Error: Error executing script command (/usr/local/iSamsungTV/bin/iSamsungTV). returned: 32256
If I try this in SSH :
I have this error :
-sh: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file: Exec format error
Can you help me ?
just grab the pack for synology ds214Play. it is a D model for the TV. so i have
Code: Select all
script:///usr/local/iSamsungTV/bin/iSamsungTV D 192.168.10.71 -KEY KEY_POWERON
Error: Error executing script command (/usr/local/iSamsungTV/bin/iSamsungTV). returned: 32256
If I try this in SSH :
Code: Select all
/usr/local/iSamsungTV/bin/iSamsungTV D 192.168.10.71 -KEY KEY_POWERON
-sh: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file: Exec format error
Can you help me ?
- bueno79
- Posts: 83
- Joined: Wednesday 08 March 2017 10:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.9700
- Location: France
- Contact:
Re: Samsung TV control in Domoticz
ok I've compile the module. So it should work now. if some one need this module for DS214play, send me a message.
-
- Posts: 39
- Joined: Thursday 16 April 2015 10:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Samsung TV control in Domoticz
Hi,
on my 213+ same error as bueno79.
On the prompt:
root@HA:~# /usr/local/iSamsungTV/bin/iSamsungTV E 192.168.1.36 -KEY KEY_POWEROFF
-ash: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file: Exec format error.
Regards
edit: DSM 6.1-15047 Update 1
Domoticz V3.6749
on my 213+ same error as bueno79.
On the prompt:
root@HA:~# /usr/local/iSamsungTV/bin/iSamsungTV E 192.168.1.36 -KEY KEY_POWEROFF
-ash: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file: Exec format error.
Regards
edit: DSM 6.1-15047 Update 1
Domoticz V3.6749
- jumbotroll
- Posts: 793
- Joined: Tuesday 13 January 2015 14:36
- Target OS: NAS (Synology & others)
- Domoticz version: Beta
- Location: Oslo,Norway
- Contact:
Re: Samsung TV control in Domoticz
Did you try with sudo ?Rodio wrote:Hi,
on my 213+ same error as bueno79.
On the prompt:
root@HA:~# /usr/local/iSamsungTV/bin/iSamsungTV E 192.168.1.36 -KEY KEY_POWEROFF
-ash: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file: Exec format error.
Regards
edit: DSM 6.1-15047 Update 1
Domoticz V3.6749
/usr/local/iSamsungTV/bin/ sudo iSamsungTV E 192.168.1.36 -KEY KEY_POWEROFF
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
-
- Posts: 4
- Joined: Saturday 18 March 2017 11:24
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Samsung TV control in Domoticz
Hi,
I have the Same probleme :
DS212+ : DSM 6.0.2-8451 Update 7
V3 .6944
script:///usr/local/iSamsungTV/bin/iSamsungTV C xxx.xxx.xxx.xxx -KEY KEY_MUTE
/usr/local/iSamsungTV/bin/iSamsungTV). returned: 32256
thanks
I have the Same probleme :
DS212+ : DSM 6.0.2-8451 Update 7
V3 .6944
script:///usr/local/iSamsungTV/bin/iSamsungTV C xxx.xxx.xxx.xxx -KEY KEY_MUTE
/usr/local/iSamsungTV/bin/iSamsungTV). returned: 32256
thanks
- jumbotroll
- Posts: 793
- Joined: Tuesday 13 January 2015 14:36
- Target OS: NAS (Synology & others)
- Domoticz version: Beta
- Location: Oslo,Norway
- Contact:
Re: Samsung TV control in Domoticz
Try with ./ if you are in the /usr/local/iSamsungTV/bin/ folder.ptijo wrote:Hi,
I have the Same probleme :
DS212+ : DSM 6.0.2-8451 Update 7
V3 .6944
script:///usr/local/iSamsungTV/bin/iSamsungTV C xxx.xxx.xxx.xxx -KEY KEY_MUTE
/usr/local/iSamsungTV/bin/iSamsungTV). returned: 32256
thanks
Like this: NAS:/usr/local/iSamsungTV/bin$ ./iSamsungTV C 192.168.0.xxx -KEY KEY_MUTE
or
from root:
@DS212+:/$ /usr/local/iSamsungTV/bin/iSamsungTV C 192.168.0.xxx -KEY KEY_MUTE
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
-
- Posts: 39
- Joined: Thursday 16 April 2015 10:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Samsung TV control in Domoticz
root@HA:~# /usr/local/iSamsungTV/bin/sudo iSamsungTV E 192.168.1.36 -KEY KEY_POWEROFjumbotroll wrote: Did you try with sudo ?
/usr/local/iSamsungTV/bin/ sudo iSamsungTV E 192.168.1.36 -KEY KEY_POWEROFF
-ash: /usr/local/iSamsungTV/bin/sudo: No such file or directory
Same problem
And I checked, its the right path
-
- Posts: 39
- Joined: Thursday 16 April 2015 10:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Samsung TV control in Domoticz
If I use the syntax without the sudo I get this:
root@HA:~# /usr/local/iSamsungTV/bin/iSamsungTV E 192.168.1.36 -KEY KEY_POWEROFF
-ash: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file: Exec format error
So if was thinking, is the model (E) the right one? I've got a UE32ES6710
root@HA:~# /usr/local/iSamsungTV/bin/iSamsungTV E 192.168.1.36 -KEY KEY_POWEROFF
-ash: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file: Exec format error
So if was thinking, is the model (E) the right one? I've got a UE32ES6710
-
- Posts: 317
- Joined: Thursday 12 January 2017 15:30
- Target OS: Linux
- Domoticz version: Beta Ch
- Location: Finland
- Contact:
Re: Samsung TV control in Domoticz
Correct sudo usage :Rodio wrote:If I use the syntax without the sudo I get this:
root@HA:~# /usr/local/iSamsungTV/bin/iSamsungTV E 192.168.1.36 -KEY KEY_POWEROFF
-ash: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file: Exec format error
So if was thinking, is the model (E) the right one? I've got a UE32ES6710
Code: Select all
sudo /usr/local/iSamsungTV/bin/iSamsungTV E 192.168.1.36 -KEY KEY_POWEROFF
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
-
- Posts: 80
- Joined: Saturday 19 March 2016 21:12
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Samsung TV control in Domoticz
Same issue here.
I have a Samsung UE32D6500, installed Jadahls package on a Synology DS213j.
When i start the script in domoticz
I get:
Error: Error executing script command (/usr/local/iSamsungTV/bin/iSamsungTV). returned: 32256
Tried it in a Terminal, get:
@DiskStation:~$ sudo /usr/local/iSamsungTV/bin/iSamsungTV D 192.168.2.19 -KEY KEY_POWEROFF
/usr/local/iSamsungTV/bin/iSamsungTV: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file
or:
@DiskStation:~$ /usr/local/iSamsungTV/bin/iSamsungTV D 192.168.2.19 -KEY KEY_MUTE/usr/local/iSamsungTV/bin/iSamsungTV D 192.168.2.19 -KEY KEY_MUTE
-sh: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file: Exec format error
or:
@DiskStation:/usr/local/iSamsungTV/bin$ ./iSamsungTV D 192.168.2.19 -KEY KEY_POWEROFF
-sh: ./iSamsungTV: cannot execute binary file: Exec format error
I have a Samsung UE32D6500, installed Jadahls package on a Synology DS213j.
When i start the script in domoticz
Code: Select all
script:///usr/local/iSamsungTV/bin/iSamsungTV D 192.168.2.19 -KEY KEY_POWEROFF
Error: Error executing script command (/usr/local/iSamsungTV/bin/iSamsungTV). returned: 32256
Tried it in a Terminal, get:
@DiskStation:~$ sudo /usr/local/iSamsungTV/bin/iSamsungTV D 192.168.2.19 -KEY KEY_POWEROFF
/usr/local/iSamsungTV/bin/iSamsungTV: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file
or:
@DiskStation:~$ /usr/local/iSamsungTV/bin/iSamsungTV D 192.168.2.19 -KEY KEY_MUTE/usr/local/iSamsungTV/bin/iSamsungTV D 192.168.2.19 -KEY KEY_MUTE
-sh: /usr/local/iSamsungTV/bin/iSamsungTV: cannot execute binary file: Exec format error
or:
@DiskStation:/usr/local/iSamsungTV/bin$ ./iSamsungTV D 192.168.2.19 -KEY KEY_POWEROFF
-sh: ./iSamsungTV: cannot execute binary file: Exec format error
Who is online
Users browsing this forum: No registered users and 0 guests