turn on on tv with cec
|
21st May, 2013, 08:23 PM
Post: #5
|
|||
|
|||
RE: turn on on tv with cec
you can always call xbmc build in functions by accessing xbmc through web interface or json, and I'm sure there is build in function to run system command, but for this case it unnecessary complicated.
of course it depends on the system / machine which is triggered by the movement (change in picture on your cam), but to run the command remotely you can always do like: Code: ssh xbian@my_xbian_rpi_ip "echo \"on 0\" | cec-client -s" or via xbmc http and build in functions http://wiki.xbmc.org/index.php?title=List_of_built-in_functions by using System.Exec("echo \"on 0\" | cec-client -s") there is broad scale of possibilities for this one and depends on all the devices used in this "chain" of events starting from the cam and ending by turning on the tv 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
|