-
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
send Base64 code not working #87
Comments
I have the exact same issue with the RM4 Pro. I have a remote to control device. I used HA to learn the Base64 codes. Out of 6 buttons on the remote, 4 of them work. This Base64 code works:
This Base64 code does not work:
|
Hello, I definitely confirm that it is a bug of this development. The problem is that it does not send long lR codes, neither in base 64 nor in array format. I have performed the following test. I have two broadlink at home, the mini 3 and the mini 4 and I have tried the following scenarios. Case 1 I put the mini 3 in learning mode and send from the mini 4 a short frame, then the mini 3 receives the code correctly. I put the mini 4 in learning mode and send from the mini 3 a short frame, then the mini 4 receives the code correctly. case 2
I put the mini 3 in learning mode and send from the mini 4 a long frame, then the mini 3 does not receive the code. I put the mini 4 in learning mode and send from the mini 3 a long frame, then the mini 4 does not receive the code. Therefore, I interpret that it is not a problem with the mini 3 or the mini 4 because from the broadlink application I can turn on the devices that have a long code. In this case it is clear that it is a bug of this development. Please could you find out the problem and correct it? Thank you |
After reviewing the code, I think the problem may be focused on the following function of the Device.js class
I don't know if it is possible or not to increase the buffer.
I don't know how I could test this modification because I don't know how to program in this language, nor do I know how to set up a test project to verify what I say. But I understand that the length of the buffer could be calculated based on the IR code that is being sent to it. Please, we need it corrected. Thanks in advance. |
It seems that the project is abandoned, nobody answers and the last update is from 2021. |
I have a RM4 pro type 649b. No problem learning the red node code, no problem sending the base64 from Home Assistant, but I can't send it through the red node. Node debug no show error, but device red LED never lights up when clicking injection node.
any solution? Thanks
The text was updated successfully, but these errors were encountered: