Skip to main content
Topic: Adding EventGhost Action (Read 1135 times) previous topic - next topic

Adding EventGhost Action

Hello.
I am trying to send an IR signal for the TV to turn on/off via EventGhost (with 08.03 Plugin).

I used IRToyRecPlay to capture the data from the remote control into a BIN file.
I tried to play it and it works as expected = turns on/off the TV.

Now, I capture the event in EventGhost.

EventGhost event value:
DDDD5DDD7FDF7FDF05DDD5DDD7FDF7FDF05DDD5DDD7FDF7FDF0

Then I try to paste this value into the event code to be sent.
Trying to run/test the event will not even trigger the IRToy (led does not flash) (I have added the 03 and FFFF transmit codes).

So, there is probably not enough data in the code (compared to the size of the IRToyRecPlay's capture) to be sent as Code in EventGhost. I tried to copy all the HEX values from the BIN file and paste them, with and without transmit codes but no luck even activating the IR Toy from Test button in Action Item Settings of Event Ghost (see the attachment).

I looked at Timing Information Format on the website but I am not sure how to go from the BIN data that I have captured to configuring an event in EventGhost. Could someone give me a clue, please.

Thanks