lprhodes / homebridge-broadlink-rm

Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
571 stars 284 forks source link

unknown Broadlink device ... plugin not working #658

Open Klausb71 opened 4 years ago

Klausb71 commented 4 years ago

I use a RM4 Pro and the plugin running on a Raspberry PI4 using homebridge-config-ui-x v4.23.1

After installation I get this: [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: "61a2". The device is connected to your network with the IP address "192.168.0.47". [6/28/2020, 08:50:21] [Broadlink RM] Learn getSwitchState: undefined [6/28/2020, 08:50:21] [Broadlink RM] Scan Frequency getSwitchState: undefined [6/28/2020, 08:50:22] [Broadlink RM] [ERROR] Learn Code (Couldn't learn code, device not found) [6/28/2020, 08:50:23] [Broadlink RM] [INFO] Learn Code (Couldn't learn code, device not found) [6/28/2020, 08:50:24] [Broadlink RM] Learn getSwitchState: undefined [6/28/2020, 08:50:24] [Broadlink RM] Scan Frequency getSwitchState: undefined

Any conclusion for this? THX in advance...Klaus

ryukl commented 4 years ago

Same here

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: "6026". The device is connected to your network with the IP address "10.0.1.43".

[2020-6-30 15:04:00] [Broadlink Living] [2020-6-30 15:04:00] [Broadlink Living] ** [2020-6-30 15:04:00] [Broadlink Living] Welcome to version 3.6.23 of the Homebridge Broadlink RM Plugin! [2020-6-30 15:04:00] [Broadlink Living] [2020-6-30 15:04:00] [Broadlink Living] Find out what's in the latest release here: https://github.com/lprhodes/homebridge-broadlink-rm/releases [2020-6-30 15:04:00] [Broadlink Living] [2020-6-30 15:04:00] [Broadlink Living] If you like this plugin then please star it on GitHub or better yet [2020-6-30 15:04:00] [Broadlink Living] buy me a drink using Paypal https://paypal.me/lprhodes or crypto https://goo.gl/bEn1RW. [2020-6-30 15:04:00] [Broadlink Living] [2020-6-30 15:04:00] [Broadlink Living] Keep up to date with this plugin along with everything HomeKit and homebridge [2020-6-30 15:04:00] [Broadlink Living] by signing up to my newsletter at http://workswith.io [2020-6-30 15:04:00] [Broadlink Living] [2020-6-30 15:04:00] [Broadlink Living] You can disable this message by adding "hideWelcomeMessage": true to the config (see config-sample.json). [2020-6-30 15:04:00] [Broadlink Living] [2020-6-30 15:04:00] [Broadlink Living] ** [2020-6-30 15:04:00] [Broadlink Living] [2020-6-30 15:04:25] [Broadlink Living] Learn getSwitchState: undefined [2020-6-30 15:04:25] [Broadlink Living] Scan Frequency getSwitchState: undefined

QCSMichael commented 4 years ago

same here [7/1/2020, 1:30:19 PM] [Broadlink RM] [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: "61a2". The device is connected to your network with the IP address "192.168.86.45".

JulianNaumann commented 4 years ago

I have the same device (61a2). Right now it is not fully supported, but if you do either one/both of these things you will get IR learning to work (RF not working right now):

  1. When setting up the Broadlink device, stop the process right after connecting to your home wifi, i.e. don't assign it a name/room. If you already did, you need to reset the device
  2. Install homebridge-broadlink-rm-pro@4.2.7-beta instead of this plugin. I think you cannot install it through the web UI, but need to ssh into your raspberry

ongoing discussion here (fork of this project), as lprhodes does not seem to be working on this project anymore.

Klausb71 commented 4 years ago

great. thx for the link...