We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[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!
The text was updated successfully, but these errors were encountered:
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
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.
Sorry, something went wrong.
No branches or pull requests
[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!
The text was updated successfully, but these errors were encountered: