Howto configure support for X10 remote model OR32E
|
3rd Mar, 2013, 11:19 PM
Post: #1
|
|||
|
|||
Howto configure support for X10 remote model OR32E
I'd like to share what I did to configure X10 remote model OR32E in XBIAN 1.0a5, in case it helps anyone or just for improving xbian next versions.
Create /etc/modprobe.d with the following blacklisted modules: Code: blacklist rc_medion_x10_or2x Create /etc/lirc/hardware/custom.conf with the following content: Code: # /etc/lirc/hardware/custom.conf Change /etc/lirc/lircd.conf to: Code: begin remote Create /home/xbian/.xbmc/userdata/Lircmap.xml with the following content: Code: <!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml --> Add the following line inside the file /home/xbian/.xbmc/userdata/advancedsettings.xml: Code: <remotedelay>17</remotedelay> |
|||
3rd Mar, 2013, 11:20 PM
Post: #2
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Can you try if "suppress_repeat" in the lircd.conf acts as a replacement for "<remotedelay>17</remotedelay>"?
pilight - modular domotica solution
|
|||
4th Mar, 2013, 04:53 AM
Post: #3
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Yes, it works fine also removing the <remotedelay>17</remotedelay> from the advancedsettings.xml and adding a "suppress_repeat 4" in the lircd.conf file.
Thanks |
|||
4th Mar, 2013, 04:57 AM
Post: #4
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Then i don't have to tinker with the advancedsettings.xml. Great!
pilight - modular domotica solution
|
|||
4th Mar, 2013, 10:36 AM
Post: #5
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Can you share a lsusb, dmesg and cat /proc/bus/input/devices (on pastebin) so i can add the remote to our auto-detect script.
pilight - modular domotica solution
|
|||
6th Mar, 2013, 03:57 AM
Post: #6
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Here's the info in pastebin: http://pastebin.com/0VnhPxk1
You'll see info about a "Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver" that has nothing to do with the X10 receiver (it's the receiver of a wireless keyboard). I've found an image of the X10 OR32E remote in Amazon: http://ecx.images-amazon.com/images/I/41g8xm4PDjL._SL500_AA300_.jpg Part of my configuration is based on a post about an X10 OR22V configuration for lirc you can find in: http://www.mythtvtalk.com/how-configure-x10-wti-rf-receiver-8407/ It seems that both remotes (OR32E and OR22V) are pretty similar. |
|||
6th Mar, 2013, 08:45 AM
Post: #7
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Can you try the files i put on git and see if they work?
pilight - modular domotica solution
|
|||
7th Mar, 2013, 01:50 AM
Post: #8
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E | |||
7th Mar, 2013, 01:56 AM
Post: #9
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Yes, i do a:
Code: modprobe -r The files you need are: https://raw.github.com/xbianonpi/xbian/xbian-beta1/etc/lirc/hardware.conf https://raw.github.com/xbianonpi/xbian/xbian-beta1/etc/lirc/lircd.conf https://raw.github.com/xbianonpi/xbian/xbian-beta1/etc/lirc/remotes/x10-or32e.conf https://raw.github.com/xbianonpi/xbian/xbian-beta1/etc/lirc/hardware/x10.conf https://raw.github.com/xbianonpi/xbian/xbian-beta1/usr/local/share/xbmc/system/Lircmap.xml pilight - modular domotica solution
|
|||
7th Mar, 2013, 03:09 AM
Post: #10
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Ok. I'll try it asap and ley you know how it goes. Thank you!
|
|||
7th Mar, 2013, 08:43 AM
Post: #11
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Hello,
it works OK. Good job! I've added some keys of the remote that were missing in x10-or32e.conf and changed some mappings for my remote in Lircmap.xml to make it more usable. New x10-or32e.conf is: Code: begin remote The new section covering this remote in Lircmap.xml is: Code: <remote device="X10-OR32E"> Kind regards |
|||
7th Mar, 2013, 08:51 AM
Post: #12
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Changed. Thanks, let's hope the X10 problems are gone.
pilight - modular domotica solution
|
|||
7th Mar, 2013, 09:33 AM
Post: #13
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Just one thing I have noted. Sometimes after rebooting lirc doesn't start giving a message that it could initialize the USB receiver.
I remember that message because it's the same that I saw when trying to run lirc with atilibusb without removing the 3 kernel modules (ati_remote...). So I figure that lirc was starting before the modules where completely removed with the "modprobe -r". To solve it I've inserted a "sleep 2" after the three "modprobe -r" in hardware.conf, to give some time for the modules to unload completely. I've rebooted three more times and it seems ok now. I hope you understand me, my english is not native. Regards |
|||
7th Mar, 2013, 09:50 AM
Post: #14
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E
Updated...
pilight - modular domotica solution
|
|||
13th Mar, 2013, 12:31 AM
Post: #15
|
|||
|
|||
RE: Howto configure support for X10 remote model OR32E | |||
« Next Oldest | Next Newest »
|