turn on on tv with cec
|
25th May, 2013, 10:48 PM
Post: #15
|
|||
|
|||
RE: turn on on tv with cec
(23rd May, 2013 05:36 PM)rana Wrote: http://192.168.0.2/jsonrpc?request={"jsonrpc":"2.0","id":1,"method":"System.Exec("echo "standby 0" | cec-client -s") jsonrpc doesn't implement system.exec function, but old http does. go for it. and btw: you can't have quotations ' " ' inside other ones. so you need to use something like " xxx yyy \"inner quotation\" text continues" and you miss "}" at the end as well. so if system.exec would be implemented, the command would look like: Code: http://192.168.0.2/jsonrpc?request={"jsonrpc":"2.0","id":1,"method":"System.Exec(echo \"standby 0\" | cec-client -s)"} (25th May, 2013 05:05 PM)rana Wrote: import os if you want to check whether the script is at least started as you are expecting, start some test command like that: os.system("echo $(date) >> /home/xbian/file.txt") Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
turn on on tv with cec - rana - 21st May, 2013, 11:57 AM
RE: turn on on tv with cec - mk01 - 21st May, 2013, 04:25 PM
RE: turn on on tv with cec - kraleksandr - 22nd May, 2013, 06:27 PM
Re: turn on on tv with cec - rikardo1979 - 21st May, 2013, 04:33 PM
RE: turn on on tv with cec - rana - 21st May, 2013, 05:06 PM
RE: turn on on tv with cec - mk01 - 21st May, 2013, 08:23 PM
RE: turn on on tv with cec - rana - 22nd May, 2013, 02:33 AM
RE: turn on on tv with cec - rana - 22nd May, 2013, 02:53 AM
RE: turn on on tv with cec - Uncle_Tubbie - 22nd May, 2013, 03:01 AM
RE: turn on on tv with cec - rana - 22nd May, 2013, 03:41 AM
Re: RE: turn on on tv with cec - rikardo1979 - 22nd May, 2013, 07:04 PM
RE: turn on on tv with cec - rana - 23rd May, 2013, 08:29 AM
RE: turn on on tv with cec - rana - 23rd May, 2013, 05:36 PM
RE: turn on on tv with cec - mk01 - 25th May, 2013 10:48 PM
RE: turn on on tv with cec - rana - 25th May, 2013, 05:05 PM
RE: turn on on tv with cec - rana - 26th May, 2013, 02:19 AM
RE: turn on on tv with cec - mk01 - 26th May, 2013, 03:02 PM
|