-
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
Broadlink RM4Pro typeid 5213 #114
Comments
I also have the same problem with the RM4 Pro, typeid = 520b. |
I had the same issue with 520b, and spent a few hrs investigating the issue, comparing packets generated with the broadlink_cli. Here are the two main issues:
interim fix, until a new version is released that addresses the issue: here is a template code that you can use in NODERED, right before an RM node (you dont need to configure the RM node, just set it to Device: "none" and Action: from payload Add a function node ("on message" code) before the RM node, to populate the payload:
|
What is "YOUR RF REMOTE BYTECODE AS HEX"? |
This is the actual 433 MHZ RF message you want the RM4Pro to send to the receiving device. E.g. if you record an RF buttom press from an RF remote, that's what you would have recorded, and now want to replay. You can record the RF signal for example with the python broadlink CLI: The CLI can record and output the received signal in 3 different formats:
You need to use the HEX bytecode (or if you captured the signal in a different way and have it as base64 you can just use a base64 to hex converter) |
Thanks for your guidance with that. Everything seems to be ok with the CLI until i get to actually retrieving the code. It definitely looks like its being captured properly based on the LED but the command isnt pulling anything back. |
Hi,
I can discover, but I can not turn on the learning mode.
Also no log file / debug info.
Pls. help
The text was updated successfully, but these errors were encountered: