Skip to content
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

Unknown broadlink device "653a" #729

Open
kostGX opened this issue Sep 16, 2021 · 1 comment
Open

Unknown broadlink device "653a" #729

kostGX opened this issue Sep 16, 2021 · 1 comment

Comments

@kostGX
Copy link

kostGX commented Sep 16, 2021

[Info] We've discovered an unknown Broadlink device. This likely won't cause any issues.

Please raise an issue in the GitHub repository (https://github.com/lprhodes/homebridge-broadlink-rm/issues) with details of the type of device and its device type code: "653a".

I got this so I'm posting it here!

@mpowney
Copy link

mpowney commented Sep 29, 2021

I have the same issue here with an RM4 Mini, same device type code as well.

I opened the following file in a text editor: node_modules/homebridge-broadlink-rm/node_modules/broadlinkjs-rm/index.js

And added a line to match the device code, e.g.

rmDeviceTypes[parseInt(0x653a, 16)] = 'Broadlink RM4 Mini';

Restarted homebridge and the device is now recognised, the following log entry is shown in Homebridge Logs:

[9/29/2021, 11:02:50 AM] [Broadlink RM] [INFO] Discovered Broadlink RM4 Mini (653a) at 192.168.1.113 (xx:xx:xx:xx:xx:xx)

One step closer. However, I'm not yet able to interact with the RM4 device via the iOS Home app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants