t0mer / broadlinkmanager-docker

Broadlink Manager is a python based project that allows you to contorol your broadlink devices. Discover, Leran and send command in a very easy way
Apache License 2.0
259 stars 56 forks source link

no support for rm4 pro 0x649b #38

Closed jcgw22 closed 2 years ago

jcgw22 commented 3 years ago

can somebody add support for 0x649b image

bertocea85 commented 3 years ago

Yes Please!

bertocea85 commented 3 years ago

Any news¿

OliPassey commented 3 years ago

+1

bertocea85 commented 2 years ago

Hello

I have seen that in broadlinkmanager.py there is an entry for 0x649b, is it possible that this model is already compatible with Broadlinkmanager? Thanks!

zerocall85 commented 2 years ago

News?

zerocall85 commented 2 years ago

News?

here is the solution

https://github.com/t0mer/broadlinkmanager-docker/issues/16#issuecomment-787524156

lordraiden commented 2 years ago

News?

here is the solution

#16 (comment)

@t0mer could you please release this fix to support 0x649b?

t0mer commented 2 years ago

Hi, I have added 0x649b support. Actually, it was there but under "0x649B", I changed it to 0x649b and it seems to be working now. Please pull the latest version and let me know if it's working for you. Thanks

bertocea85 commented 2 years ago

hello t0mer!

I have updated broadlink manager and now it recognizes the device. Thanks for the development !!

Now the problem I see is that when you scan a code it does not show it on the screen. stays on IR command received

t0mer commented 2 years ago

Are you using pihole or adguard home by any chance? I'm using Google Analytics for statistics and sometimes because AdGuard or PiHole are blocking it there is a script error and than you will not get the IR code. I will put the GA script under try/catch in the next version.

bertocea85 commented 2 years ago

hello!

yes, I have Adguard. I just deactivated it and tried again and it works! thanks t0mer !!

NotSoFunnyClown commented 2 years ago

If you disable Analytics by config, the javascript function calls are still there. When AdGuard blocks Analytics, you will get an "ga(...) is not a function" exception.

Can you fix this? Maybe a wraper function with an try/catch?

t0mer commented 2 years ago

If you disable Analytics by config, the javascript function calls are still there. When AdGuard blocks Analytics, you will get an "ga(...) is not a function" exception.

Can you fix this? Maybe a wraper function with an try/catch?

Hi, I fixed this issue on the latest version. please add the following to you environment: environment:

Tis will disable the google analytics code.

NotSoFunnyClown commented 2 years ago

Hi, I fixed this issue on the latest version. please add the following to you environment: environment: - ENABLE_GOOGLE_ANALYTICS=False

Tis will disable the google analytics code.

I've tried this but still get that error. That call happend here: Source

DAVIZINH0 commented 2 years ago

hello, i have a 0x649b rm4pro and not apears when i scan (i have docker in host network). in the log i can see this error: broadlink.exceptions.DNSLookupError: [Errno -4013] Failed to obtain local IP address

t0mer commented 2 years ago

Hi, Fixed. Please pull latest version.