Need a little help for X10 based remote
Posted: Sat Jun 30, 2012 10:01 am
Hi:
I'm very new to EV and trying to learn. I recently bought a X10 based Mouse remote - UR86A with CM19A transceiver, which I'll be using with EV.
The remote works with the X10 remote plugin. However the volume action is reversed, "Vol+" decreases and "Vol-" increases the system volume. I thought, label on the remote might be wrong but then I found that "Vol+" generates the event "X10.VolumeUp" and "Vol-" generates "X10.VolumeDown".
Cursor also doesn't move by the mouse event. Any help will be appreciated.
Here is the list of the buttons and events:
I'm very new to EV and trying to learn. I recently bought a X10 based Mouse remote - UR86A with CM19A transceiver, which I'll be using with EV.
The remote works with the X10 remote plugin. However the volume action is reversed, "Vol+" decreases and "Vol-" increases the system volume. I thought, label on the remote might be wrong but then I found that "Vol+" generates the event "X10.VolumeUp" and "Vol-" generates "X10.VolumeDown".
Cursor also doesn't move by the mouse event. Any help will be appreciated.
Here is the list of the buttons and events:
Code: Select all
'One': 'Num1',
'Two': 'Num2',
'Three': 'Num3',
'Four': 'Num4',
'Five': 'Num5',
'Six': 'Num6',
'Seven': 'Num7',
'Eight': 'Num8',
'Nine': 'Num9',
'Zero': 'Num0',
'VolumeDown': 'VolumeDown',
'VolumeUp': 'VolumeUp',
'ChannelDown': 'ChannelDown',
'ChannelUp': 'ChannelUp',
'Mute': 'Mute',
'A-B': 'ABSwitch',
'A': 'Display',
'B': 'Return',
'C': 'Title',
'D': 'PC',
'Menu': 'Menu',
'Exit': 'Exit',
'OK': 'Enter',
'Right': 'Right',
'Left': 'Left',
'Up': 'Up',
'Down': 'Down',
'Rew': 'Rewind',
'FF': 'Forward',
'Play': 'Play',
'Stop': 'Stop',
'Pause': 'Pause',
'Record': 'Record',
'MouseUp': 'MouseUp',
'MouseRightUp': 'MouseRightUp',
'MouseRight': 'MouseRight',
'MouseRightDown': 'MouseRightDown',
'MouseDown': 'MouseDown',
'MouseLeftDown': 'MouseLeftDown',
'MouseLeft': 'MouseLeft',
'MouseLeftUp': 'MouseLeftUp',
'Hand': 'FilledHand',
'MouseLButtonDown': 'LButtonDown',
'MouseLButtonUp': 'LButtonUp',
'MouseRButtonDown': 'RButtonDown',
'MouseRButtonUp': 'RButtonUp',