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

Broadlink RM Mini 3 D #566

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi, there are a new model and his mac address begin with 24dfa7. Broadlink qtt bridge find it but won’t go into learning mode.

comcaptain commented 4 years ago

Hi, I met exactly the same issue. I bought a new one recently, it can be detected but is not responsive to any instructions sent from this plugin.

Its mac address also begin with 24dfa7. The machine itself is good since it can be controlled by its official APP.

@lprhodes Please @ me if you need any more information to fix it

I googled around and found some relevant discussion, not sure whether they are useful:

Just realized that this is a duplicate of https://github.com/lprhodes/homebridge-broadlink-rm/issues/551

ghost commented 4 years ago

Hi, mine also start with 24:DF:A7 and te version of the firware is 44057

Il giorno sab 29 feb 2020 alle ore 16:21 孙国强 notifications@github.com ha scritto:

Hi, I met exactly the same issue. I bought a new one recently, it can be detected but is not responsive to any instructions sent from this plugin.

Its mac address also begin with 24dfa7. The machine itself is good since it can be controlled by its official APP.

@lprhodes https://github.com/lprhodes Please @ me if you need any more information to fix it

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lprhodes/homebridge-broadlink-rm/issues/566?email_source=notifications&email_token=ALMQCC64KGYUARRQFT6ZQ3TRFETXZA5CNFSM4KY6WLLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENL4UCY#issuecomment-592955915, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALMQCC4USKUZTPUBKPASM2LRFETXZANCNFSM4KY6WLLA .

issic commented 4 years ago

Same here. Can't connect, can't learn etc.

device type code: "62bc" MAC starts with 24:df:A7, firmware is V52071, SDK 2.13

[Broadlink RM] Learn getSwitchState: undefined [Broadlink RM] Scan Frequency getSwitchState: undefined [ERROR] Learn Code (Couldn't learn code, device not found)

comcaptain commented 4 years ago

@lprhodes It seems that there is already a fix: https://github.com/mjg59/python-broadlink/pull/317

ghost commented 4 years ago

@lprhodes It seems that there is already a fix: mjg59/python-broadlink#317

yes but how integration on bridge?

Joost1985 commented 4 years ago

I’ve got exactly the same problem. Also a new Rm3 with a Mac adres starting with 24:DF:A7.

The plug-in adds the BroadLink but the BroadLink doesn’t do anything (don’t send and can’t learn).

Is there already someone with a fix for this problem under HomeBridge?

schatten80 commented 4 years ago

Same Problem. I'm using a Broadlink RM mini3 bought last week. MAC 24:df:a7. I got it connected and working with the app, so the TV answers properly. However, it doesn't learn anything.

micium commented 4 years ago

I’ve got exactly the same problem. Also a new Rm3 with a Mac Address starting with 24:DF:A7. Any good news?

ivanpianobcn commented 4 years ago

Hello. Yesterday (5th april) and before, my BroadLink Rm2 Pro was working great with home assistant, suddenly, today (6th april), it's just not working. I'm sending the command using broadlink.send. Everything is right, as I'm doing exactly the same that I was doing before, when it was working. My device is also 24:DF:A7... I read something somewhere where they were updating the libraries to make it work with the new Rm4. Could it be that the reason my device is not working??

Thanks

fizulnizam commented 4 years ago

I have a device with mac address starting with 24:DF:A7 as well and I can't use the Learn function on homebridge as well.

Faisalthe01 commented 4 years ago

Same problem here

Naqsaq commented 4 years ago

Same problem, though my mac starts with a7:df:24

ivanpianobcn commented 4 years ago

My device is working again. It's seems sometimes it works, and sometimes it doesn't. A restart, or a couple of restarts on home assistant, make it working again. My device is "BroadLink Rm2 Pro", also with MAC address "24:DF:A7..."

Faisalthe01 commented 4 years ago

I think its more about the device type than the mac add. My device type is 279d with mac 24:df:a7 and i cannot see that device type in

https://github.com/lprhodes/broadlinkjs-rm/blob/master/index.js

XBeg9 commented 3 years ago

I have the same issue, device type code: "62bc". Any ideas how to fix?

XBeg9 commented 3 years ago

@issic looks like I have the same decide code, have you managed to fix it?

Naqsaq commented 3 years ago

Sorry for being a bit vague with this, but I made notes to myself to use the version 3.6.18 and replace the index.js file in

/usr/local/lib/node_modules/homebridge-broadlink-rm/node_modules/broadlinkjs-rm/

.. since "there’s some issues with support for the latest RM3 Mini devices". I just didn't make notes on what it should be replaced with, dumb me... Anyway, I uploaded the files here: Original: https://raw.githubusercontent.com/Naqsaq/Home-Automation/master/index_backup.js Replaced with: https://raw.githubusercontent.com/Naqsaq/Home-Automation/master/index.js

Hope this helps some of you. I've been happily running on 3.6.18 for half a year now.

EDIT: Here's a Google Drive link to that updated file.