-
Notifications
You must be signed in to change notification settings - Fork 24
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
Long press IR button #61
Comments
Actually, the repeat function had never been set up to do anything as far as I can see from the original code. I will need to look into it and see. In the meantime, had you tried tying two RM Nodes together and send it twice? Just to see if that works? Or had you tried recording the long press command in case it does something different? |
Thanks for the reply :) I hadn't tried stringing two nodes together. Good idea... I'll give that a go. I've tried recording the long press via HomeAssistant before and it just gets the same code. Cheers, |
Update: Tried chaining a bunch of nodes together but the aircon unit sees them as lots of single press events and it doesn't turn off :( |
Not sure if this will work for you, but when I use a long press with my Samsung TV, it's so long that it gets truncated by node-red's debug. BUT, when you are watching the console, the entire message comes through, and that worked for me! Long press was definitely a different code than multiple presses. |
Hi,
Sorry if this is the wrong place to ask this.
My aircon units have a single power button on the remote - for turning on and off. I can turn the aircon on using the BASE64 code I learnt. However, I cannot turn it off again. I can actually replicate this manually using the remote control. To turn the unit off I need to hold the power button down for twice as long as when turning it on. I have no idea why this is, but it happens on two of the same brand units (Daikin).
Is there a way to simulate a long press of the power button? I have tried larger values of 'repeat' in the json as below but it doesn't seem to have any effect
Thanks very much!
Adrian
The text was updated successfully, but these errors were encountered: