homebridge-broadlink-rm: Learn RF not working
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?
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 26 (6 by maintainers)
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)
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.