Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Need a little help for X10 based remote

Questions and comments specific to a particular plugin should go here.
Post Reply
leaveme
Posts: 1
Joined: Sat Jun 30, 2012 9:08 am

Need a little help for X10 based remote

Post by leaveme »

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:

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',
Post Reply