I use EC as a control of my home theater equipment including lighting and control of my HTPC.
Except with a Logitech Harmony I will control everything via web interface with a pad,
implemented with the dynamic web server from EC.
(I use JQuerymobile, it looks very good and is easy to implement).
I now have the following problem:
By using the web server from EC to press a button for volume up (and low), EG gets two events, one when you press and another when you release the button (.down and .up).
Currently I use the command for volume up and volume down only with the ".Down" command
as an event with the corresponding IR command (USB-UIRT).
As a result when you press for example the button for volume up, exactly one IR command will be sent to the Amp and set it only 1DB louder.
Will I make much more than just a little louder, I have to press the button several times successively.
Is it somehow possible that the IR-command will send after pressing the button (.down) and repeat it perhaps once a second to let it be slowly louder and louder, until I release the button (and sent the ".up" event) to stop this?
So virtually the same thing that happened with the EG command for "repeat" if a button is pressed for longer time?
From the web interface will the two separate events for ".down" and ".up" then produced with a longer delay between these both events.
I unfortunately still can not solve it, maybe one of you have an idea how to realize this.
And I hope I could explain what I mean (mainly because my English is terrible!).
Thankz,
Siutsch.