Multitap

Questions and comments specific to a particular plugin should go here.

Re: Multitap

Postby Spoony » Tue Jan 06, 2009 1:49 pm

Is something like "Multitap.{eg.event.suffix}" as event name possible?

I didn't quite understand how this all works, but my goal is to use Multitap for switching channels in DScaler (so I type 1, 1 -> 11, Channel 11).
For my understanding I have to set up an event for each channel, e.g. Multitap.Channels.1, Multitap.Channels.2,...is there an easier way? quite frustrating otherwise ^^

Thanks

greetings,
Spoony
Spoony
 
Posts: 7
Joined: Tue Jan 06, 2009 11:40 am

Re: Multitap

Postby Pako » Tue Jan 06, 2009 2:41 pm

Spoony wrote:an easier way? quite frustrating otherwise ^^
:)
You only need to assign an event from your remote for each macro in the Multitap folder.
I do not know plugin DScaler. Is there a dialogue where you write the number of desired channel?
If so, can you there write the following: {eg.event.suffix.split('.')[1]} and event is Multitap.Channels.* .
Pako
Attachments
SpoonyExample.xml
(3.03 KiB) Downloaded 125 times
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: Multitap

Postby Spoony » Fri Jan 09, 2009 6:02 pm

Pako wrote:I do not know plugin DScaler. Is there a dialogue where you write the number of desired channel?

I don't use the plugin. I just need few commands, where I emulate the right key press. But isn't so important, I think ;) (especially if the channels aren't mentioned within the plugin)

Pako wrote:If so, can you there write the following: {eg.event.suffix.split('.')[1]} and event is Multitap.Channels.* .


If I do so, this happens:
Emulate Keystrokes: {eg.event.suffix.split('.')[1]}
Error in Action: "Emulate Keystrokes: {eg.event.suffix.split('.')[1]}"
Traceback (most recent call last) (1487):
File "C:\Programme\EventGhost\eg\Classes\ActionClass.py", line 164, in CallWrapper
File "C:\Programme\EventGhost\plugins\Window\SendKeys.py", line 125, in __call__
File "C:\Programme\EventGhost\eg\WinApi\SendKeys.py", line 438, in __call__
File "C:\Programme\EventGhost\eg\WinApi\SendKeys.py", line 473, in SendRawCodes1
TypeError: unsupported operand type(s) for &: 'list' and 'int'

But apparently this only happens using emulation...if I use for example OSD it works fine...
Spoony
 
Posts: 7
Joined: Tue Jan 06, 2009 11:40 am

Re: Multitap

Postby Pako » Fri Jan 09, 2009 7:39 pm

Yes, it is a known bug. You can download the new version SendKeys.py from SourceForge, there is bug already fixed:
http://eventghost.svn.sourceforge.net/v ... endKeys.py
Place it to folder "EventGhost/eg/WinApi" .
Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: Multitap

Postby Spoony » Fri Jan 09, 2009 8:15 pm

:)

Thank you very much...now all works fine :)

Great plugin :)
Spoony
 
Posts: 7
Joined: Tue Jan 06, 2009 11:40 am

Re: Multitap

Postby michelch » Tue Jan 13, 2009 7:51 am

I have a medion remote, but I have the problem that the multitap functionality is working correctly, but was is incorrect is that the numbers I press on my remote are ALWAYS displayed on the screen.

If I disable the whole Eventghost and disabling of the HID service within MS Windows XP SP3, I still get the remote control events which are passed into XBMC.

What is getting those events into XBMC or how can I solve this.

Now when I use the multitap I get the following, If I press 2 times, I see: "2a" on my screen, and pressing 3 times results in "2b"
michelch
 
Posts: 7
Joined: Tue Jan 13, 2009 7:39 am

Re: Multitap

Postby Pako » Tue Jan 13, 2009 11:04 am

I am not sure, that I understand the question (maybe for my poor knowledge of English).
Your problem may be, that you are not using the system actions of EventGhost, such as "Enable an item", "Disable an item" and "Exclusive enable a folder / macro". You must disable a folder with actions of Multitap, if it is currently not need.
Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: Multitap

Postby michelch » Wed Jan 14, 2009 8:34 pm

Thx for your reply.

I investigated my problem further.
What I said already is that I have a 'RF MCE Remote Control' and I have configured it within EventGhost using plugin X10 medion with remote type Medion.

Eventghost_keymappings_Medion_Remote_130109.xml
Eventghost configuration file
(42.64 KiB) Downloaded 131 times


I am using currently the multitap functionality in which I have configured a SMS configuration.
I am using the YouTube plugin and when I'm entering for example abba, the digits are always processed, but the functionality of the multitap is ok (see screenshot).
multitap usage within youtube.JPG
Multitap usage within youtube

You see here that I entered 'abba' and that the numeric key 2 is added 6 times (a=1 time pressed,b=2 times pressed)

I disable the windows service that is created by eventghost (X10 device network service), but then no keys are coming in anymore, which is ok. So, there is no other service running which is catching the keys.

Here is my eventghost configuration file.
Eventghost_keymappings_Medion_Remote_130109.xml
Eventghost configuration file
(42.64 KiB) Downloaded 131 times


I hope someone can help me, because I spend already some days investigating it, but I'm blocking.

I also enabled the XBMC logging, but I'm not seeing anything strange in there.
I hope someone can help me.
I am using Eventghost 0.3.6.1487 and the latest XBMC windows atlantis release.
Attachments
eventghost screenshot.JPG
Eventghost screenshot
michelch
 
Posts: 7
Joined: Tue Jan 13, 2009 7:39 am

Re: Multitap

Postby Spoony » Wed Jan 14, 2009 8:54 pm

As I understand it you just want to hide the OSD so that the window with abba (in your example) is not displayed?

Just go into the settings of the Multitap Plugin and disable the option "Use own OSD".
Spoony
 
Posts: 7
Joined: Tue Jan 06, 2009 11:40 am

Re: Multitap

Postby Pako » Wed Jan 14, 2009 9:09 pm

Yes, now I understand your problem. I have inspected your configuration. I found, that the event "X10-Medion.Num2" is also used in the folder Context Folder / Keyboard Emulation.
Behavior, which describes, occurs even if this folder is disabled?
Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: Multitap

Postby Bitmonster » Thu Jan 15, 2009 7:01 am

michelch wrote:If I disable the whole Eventghost and disabling of the HID service within MS Windows XP SP3, I still get the remote control events which are passed into XBMC.

http://www.eventghost.org/docs/x10.html
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
User avatar
Bitmonster
Site Admin
 
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Multitap

Postby michelch » Thu Jan 15, 2009 7:59 am

Thx for your replies.
I will look into your solutions tomorrow, and will let you know the progress.
michelch
 
Posts: 7
Joined: Tue Jan 13, 2009 7:39 am

Re: Multitap

Postby michelch » Thu Jan 15, 2009 6:08 pm

Hi guys, here I am again with my results.

I read the post described at http://www.eventghost.org/docs/x10.html, which looked like this was the problem, because I had the same driver listed in my HID devices.

So, I followed the instructions; deinstalled the drivers and installed the new 32bits windows xp drivers.

Next, plugged in my RF receiver of my medion remote, and it didn't complain of any required drivers, so plug and play I thought.

But, now I don't get any events anymore within EventGhost.

Please help me out.
michelch
 
Posts: 7
Joined: Tue Jan 13, 2009 7:39 am

Re: Multitap

Postby michelch » Thu Jan 15, 2009 6:18 pm

What I have now within my device manager is a 'USB Human Interface Device' under the HID tab.
Further, I have a 'X10 USB Wireless Transceiver (ACPI-compliant)' under the tab USB controllers.

Shouldn't I point my medion 'RF MCE Remote Control' to the drivers somehow.
Shouldn't I have more?

Hardware specification of what I am using:
- USB RF Remote Receiver (CM20E) => P/N: 20031778
- RF MCE Remote Control (OR24E) => P/N: 20031775
michelch
 
Posts: 7
Joined: Tue Jan 13, 2009 7:39 am

Re: Multitap

Postby michelch » Thu Jan 15, 2009 6:24 pm

And another update.

I run once again through the driver installation from the http://www.eventghost.org/docs/x10.html post, because I saw something coming by about the details of the driver.

I added a screenshot of that, so it looks like those drivers attached there can not be used at all for my USB RF Remote Receiver (CM20E)??

driverinstallation_snapshot.JPG
Driverinstallation snapshot
michelch
 
Posts: 7
Joined: Tue Jan 13, 2009 7:39 am

PreviousNext

Return to Plugin Support

Who is online

Users browsing this forum: Samme and 4 guests