I've been playing around with moving everything into a closet. Since I don't want to glue two blinkies on the front of everything, I was trying to write code that would send anything received by a GC-IRE and send it out all of my GC100 IR ports. This way, I could point any remote at the GC-IRE and all components would receive the signal, but only the correct component would act (unless you have two items that share the exact remote codes).
I succeded in doing this with the attached module (in rough) that extends the IR Port class of the GC-IRE and IRL.
However, there was a huge issue that I can't figure out how to overcome and it's due to the GC-100 and Premise:
The code works great for non-repetitive commands like Play. The code also works for repetitive commands like volume up, but there is a huge delay as the GC-100 will send the received command volume up to each IR output, then proceed to handle the next event, in this case volume up again. Any ideas? Do most of you guys glue two blinkies on each component and use a Xantech connecting block?
I have used the IR remote module posted on premise before and this could be used to filter each button and send the received IR command to the correct component, but one would have to learn 100's of IR codes and make 100's of buttons.
I succeded in doing this with the attached module (in rough) that extends the IR Port class of the GC-IRE and IRL.
However, there was a huge issue that I can't figure out how to overcome and it's due to the GC-100 and Premise:
The code works great for non-repetitive commands like Play. The code also works for repetitive commands like volume up, but there is a huge delay as the GC-100 will send the received command volume up to each IR output, then proceed to handle the next event, in this case volume up again. Any ideas? Do most of you guys glue two blinkies on each component and use a Xantech connecting block?
I have used the IR remote module posted on premise before and this could be used to filter each button and send the received IR command to the correct component, but one would have to learn 100's of IR codes and make 100's of buttons.