Posts: 6
Joined: Aug 2013
Reputation:
0
+1 same issue here, sending a cec command kills the cec client of xbmc when exiting, i have to reboot my pi...
it would be very useful for domotic matters !
Posts: 6
Joined: Aug 2013
Reputation:
0
+1 I'ld like to have the ability to control my TV / AV-receiver from my home control system via the connected RPi. For example switch off TV when leaving home. No way to do so at the moment.
Thanks!
Titus
Posts: 5,184
Joined: Jan 2009
Reputation:
131
Good news. I'm finally getting a real TV with CEC so once everything is properly setup I'll get myself an USB-CEC adapter and when time allows I can look into extended CEC support.
Always read the
online manual (wiki),
FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the
forum rules (wiki).
Please read the pages on
troubleshooting (wiki) and
bug reporting (wiki) before reporting issues.
Posts: 465
Joined: Apr 2012
Reputation:
11
+1
I would love a method to map button presses in keyboard.xml to various CEC actions. (volume up/down/mute, power on/off, change source...)
I currently use a button press to launch a python script which uses pyserial to talk to the serial port of my TV. It's a bit of a kluge and somewhat slow to respond.
Posts: 5
Joined: Sep 2012
Reputation:
0
The ability to use XBMC and an XBMC remote app to control all the devices in an entertainment center would be a game changer. Imagine a plugin that allows you to configure what devices you have, create dynamic remote controls to control devices, and so on. To leverage the power of CEC via XBMC would be unique among universal remote apps. I understand the CEC protocol technically requires the commands to originate from a TV (or some other similar limitation), but I think this is still possible to accomplish.
Posts: 5,184
Joined: Jan 2009
Reputation:
131
I got the TV (Samsung UE55F6500) but because of all the stress of moving I haven't gotten around yet to installing an xbmc box at the TV yet and I also had very little time for xbmc coding in general. I once hooked up my Pivos XIOS DS for 10 minutes and gave CEC a try and I was a bit disappointed. While left/right/up/down and select navigation worked, back or escape didn't so it was basically impossible to navigate somewhere because there was no way to get back out.
Always read the
online manual (wiki),
FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the
forum rules (wiki).
Please read the pages on
troubleshooting (wiki) and
bug reporting (wiki) before reporting issues.
Posts: 6
Joined: Aug 2013
Reputation:
0
@Montellese: any news regarding this topic? Any changes in the upcoming "Gotham" release?
Thanks for your feedback!
Posts: 6
Joined: Aug 2013
Reputation:
0
Hi Joshjowen,
sounds great, thanks a lot for sharing. Will give it a try the next few days!
Is it possible to query the state of the devices with your script too?
Posts: 7
Joined: Feb 2013
Reputation:
1
Unfortunately not. My script only takes one of the three commands I mentioned and runs the appropriate xbmc built in command. Standby, activate and toggle are the only built ins available for CEC through xbmc.