Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

turn on on tv with cec
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
turn on on tv with cec
21st May, 2013, 08:23 PM
Post: #5
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
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"
of course you would need to configure to be able to login without password, what is possible by removing xbian password and allow sshd to accept zero passwords, or by generating rsa key pair.

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
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


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

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 15th Jun, 2025, 06:52 PM Powered By MyBB, © 2002-2025 MyBB Group.