Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H command - sends multiple when set to repeat of "1" #33

Open
user610rr opened this issue Sep 5, 2020 · 1 comment
Open

H command - sends multiple when set to repeat of "1" #33

user610rr opened this issue Sep 5, 2020 · 1 comment

Comments

@user610rr
Copy link

I've tried this with 2 different hubs, with both an AV receiver and a TV, and get the same results.

If my H command is set to repeat of 1, I get a burst of Volume up, or down commands. The AVR move 3 ticks, and the TV moves 2 ticks. So, I think the Logitech Hub is sending a burst that is interpreted differently depending on the device. If I increase the repeat value, it increases accordingly, but always gets the same number of extra ticks it does when set to 1.

If it matters, I'm trigger the H command with an HTTP in node, GET method but get the same results with a timed "inject" node.

Oddly, if I send a mute command, it doesn't toggle repeatedly. I expect this is because the TV or AVR itself "debounces" this signal to avoid toggling on/off rapidly if someone holds a button too long.

@marsjupiter1
Copy link
Contributor

Bit late in the day, but I saw the same issue. I have created a fork
https://github.com/marsjupiter1/node-red-contrib-harmony
this tries to solve the issue in H command by allowing a lot more tweaking of what it does. Can't get it to work like that though.
However I have also added H press and H release amongst other things and this solves the issue for me on a couple of devices where I was the issue. Just connect a press and release node and it works. Doesn't make a lot of sense to me at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants