question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Learn RF not working

See original GitHub issue

I have multiple Broadlink RM devices and the UDP doesn’t seem to be working on my network so I have to use the learn-code function. I’m trying to grab the RF codes off of my Broadcom RM3 Pro Plus. Below is my config code.

                {
                    "accessory": "Broadlink RM Learner",
                    "name": "Learn RF",
                    "type": "learn-code",
                    "scanFrequency": true,
                    "host": "192.168.7.188"
                },

It comes back with showing that it found a frequency but it never prints out the results.

 [Broadlink RM] [ACTION] Hold down the button that sends the RF frequency.
 [Broadlink RM] [INFO] Scan RF (found frequency - 1 of 2)
 [Broadlink RM] [INFO] Scan RF (stopped - 20s timeout)
 [Broadlink RM] [INFO] Scan RF (stopped)

I’ve heard that you need to switch on the learn IR but when I have this custom learn-button it doesn’t seem to provide the default buttons. Is there a way to work around this?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:26 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
lprhodescommented, Jan 7, 2020

I’m still waiting on a new RM device to re-develop the RF learning fully but in the meantime I’ll add some code that allows you to specify the IP of the RF Learn device (and more importantly, have it use it)

1reaction
mbrineycommented, Jan 7, 2020

The issue here is definitely when you have multiple RM devices. In my case, I even have multiple RM+ devices. It would be really helpful if we could manually define the learn and scan RF codes and in each specify the IP address of the device, like in the example above. The custom button with the scan frequency works just fine in finding the code but the lack then of the learn button makes it impossible to retrieve the code.

Also no combination of Home.app and the e-control app seems to work anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Broadlink RM4 Pro RF Learning Not Supported - Configuration
Broadlink RM4 Pro RF Learning Not Supported · Begin adding a new RF command through the Broadlink app; input the RF frequency, but...
Read more >
Broadlink Not Learning RF Codes : r/homebridge - Reddit
There's an issue with the RF learning, it only works if you do a bit of fiddling. Press the Learn button, press your...
Read more >
Broadlink RM Pro stopped learning RF commands - AVForums
I have a new Broadlink RM Pro and have been using it to learn both IR and RF remote control codes. I accidentally...
Read more >
BroadLink RM4 pro IR and RF Universal Remote, All in One ...
Amazon.com: BroadLink RM4 pro IR and RF Universal Remote, All in One Hub Code ... work with Bluetooth; Does not support RF rolling...
Read more >
homebridge-broadlink-rm: Homebridge Broadlink RM Plugin ...
If you have trouble, check out the Troubleshooting section below. ... If true, blocks the creation of the scan frequency accessory used to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found