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.

Search found 7 matches

by Mando
Sat Jan 03, 2015 6:52 am
Forum: Plugin Support
Topic: Generic HID - LG Magic Remote
Replies: 9
Views: 4400

Re: Generic HID - LG Magic Remote

Hi Zian,

I managed to start a python script which can now check if the value 8044 is pressed or not.


newValue = str(eg.event.suffix)
test1 = newValue[10:14]

if test1 == '8044':
eg.TriggerEvent("LeftMouseBtn")
else:
print "NO"


For some reason I can not interact directly with the Mouse ...
by Mando
Sat Jan 03, 2015 2:07 am
Forum: Plugin Support
Topic: Generic HID
Replies: 150
Views: 124758

Re: Generic HID

Good day,

I purchased an LG Smart TV and the magic remote "AN-MR500G" comes bundled with it. So I started looking around on how to use the magic remote with its gyroscope capability to control my HTPC.

It connects to Windows normally through Bluetooth HID and label it "LGE Magic Remote MR14" as a ...
by Mando
Wed Dec 31, 2014 4:59 am
Forum: Plugin Support
Topic: Generic HID - LG Magic Remote
Replies: 9
Views: 4400

Re: Generic HID - LG Magic Remote

At this stage, I am half way through understanding the bytes that LG Magic Remote sends through the Bluetooth HID, but I have no Python background to make a python script comparing hexadecimal strings and linking the results to EG actions. If anyone is willing to help writing the python code I could ...
by Mando
Tue Dec 30, 2014 2:41 am
Forum: Plugin Support
Topic: Generic HID - LG Magic Remote
Replies: 9
Views: 4400

Re: Generic HID - LG Magic Remote

So I figured that I am not getting something helpful with the "Trigger Enduring events for buttons" so I changed it "Use Raw Data as event name".

I am attaching a picture illustrating my findings... Obviously the raw data shows that the remote sends a block of data with several bytes ...Each byte ...
by Mando
Mon Dec 29, 2014 6:07 pm
Forum: Plugin Support
Topic: Generic HID - LG Magic Remote
Replies: 9
Views: 4400

Re: Generic HID - LG Magic Remote

The remote looks like it IS working with EG (see left side of your images?)

What do you want EG to do?
That would be the right side of your images.... Event/config tree.
You have nothing there but the one.
FILL it. Do stuff.
Add plug in's, add programs, add tasks... do stuff.
Drag and drop ...
by Mando
Mon Dec 29, 2014 4:48 am
Forum: Plugin Support
Topic: Generic HID - LG Magic Remote
Replies: 9
Views: 4400

Re: Generic HID - LG Magic Remote

Hi Zian,

Thank you for the quick reply.

Any pointers or hints ? I wouldn`t mind a link or two to read them ;) ... I searched the forum a couple of times and googled the subject thoroughly but currently I am stuck.

For example... Why the HID.Values are ascending even though I kept the remote ...
by Mando
Sun Dec 28, 2014 10:28 pm
Forum: Plugin Support
Topic: Generic HID - LG Magic Remote
Replies: 9
Views: 4400

Generic HID - LG Magic Remote

Good day,

I purchased an LG Smart TV and the magic remote "AN-MR500G" comes bundled with it. So I started looking around on how to use the magic remote with its gyroscope capability to control my HTPC.

It connects to Windows normally through Bluetooth HID and label it "LGE Magic Remote MR14" as a ...