Hello,
I have Wetek Play with last stable version (7.0.3).
I want to swith off the TV by a script with this command:
Code
		
					
				# echo "standby 0" | cec-client -s
opening a connection to the CEC adapter...
DEBUG:   [             205] Broadcast (F): osd name set to 'Broadcast'
ERROR:   [             206] could not open a connection (try 1)
ERROR:   [            1207] could not open a connection (try 2)
ERROR:   [            2207] could not open a connection (try 3)
ERROR:   [            3208] could not open a connection (try 4)
ERROR:   [            4208] could not open a connection (try 5)
ERROR:   [            5209] could not open a connection (try 6)
ERROR:   [            6209] could not open a connection (try 7)
ERROR:   [            7210] could not open a connection (try 8)
ERROR:   [            8210] could not open a connection (try 9)
ERROR:   [            9211] could not open a connection (try 10)
NOTICE:  [           10211] connection opened
ERROR:   [           10212] could not start CEC communications
unable to open the device on port Amlogic
	
			Display More
	I am doing something wrong?
This is CEC device:
Code
		
					
				# cec-client -l
libCEC version: 3.0.1, git revision: 85030b1
, compiled on Sat Nov 26 12:13:39 UTC 2016 by chewitt@buildbox on Linux 4.4.0-47-generic (x86_64), features: P8_USB, P8_detect, Amlogic
ERROR:   [             243] could not open a connection (try 1)
ERROR:   [            1243] could not open a connection (try 2)
ERROR:   [            2244] could not open a connection (try 3)
ERROR:   [            3245] could not open a connection (try 4)
ERROR:   [            4246] could not open a connection (try 5)
ERROR:   [            5247] could not open a connection (try 6)
ERROR:   [            6249] could not open a connection (try 7)
ERROR:   [            7251] could not open a connection (try 8)
ERROR:   [            8253] could not open a connection (try 9)
ERROR:   [            9254] could not open a connection (try 10)
Found devices: 1
device:              1
com port:            Amlogic
vendor id:           0000
product id:          0000
firmware version:    65535
	
			Display More
	Best regards.