home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.11k stars 29.79k forks source link

Broadlink RM2 Pro Plus3 support #20637

Closed bachulator closed 4 years ago

bachulator commented 5 years ago

Home Assistant release with the issue: 0.86.3

Operating environment (Hass.io/Docker/Windows/etc.): Hass.io

Component/platform:

Description of problem: The newly available platform "Broadlink RM2 Pro Plus3" is not supported by component. Starting the learn process doesn't return any codes (Did not received any signal). Have attempted to use other "type" relevant to rm2 with no success.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

- platform: broadlink
  friendly_name: rm2_pro_plus3
  host: XXX.XXX.XXX.XXX
  mac: '78:0F:77:XX:XX:XX'
  # type: rm2_pro_plus2

Traceback (if applicable): No visible errors in any of logs which might be relevant to the issue.

Additional information: Can provide any additional information if necessary.

VirtualL commented 5 years ago

I don't have the RM2 Pro Plus3, but you can try to see if the support for this Braodlink are made in this GitHub: https://github.com/mjg59/python-broadlink Try to use it, if it's working (I see only one place the name RM2 Pro Plus3 is mentioned ) so there is an option to implement support from this item, if not - first need to be added to this GitHub repo.

muldy commented 5 years ago

I have rm2 pro plus

and https://github.com/mjg59/python-broadlink/tree/rf_experiment works for me with:

./broadlink_cli  --type 0x2712 --host 10.10.10.163 --mac 780F77B96C42 --rfscanlearn --learnfile top_off
./broadlink_cli  --type 0x2712 --host 10.10.10.163 --mac 780F77B96C42 --send `cat top`

This rf_experiment branch adds a new method o sweeprf_scan that works for RF codes.

muldy commented 5 years ago

Ups wrong link: https://github.com/sprilukin/python-broadlink.git

Branch: rf_experiment_v0.9

GuitarSkater commented 5 years ago

Is this still an issue you are experiencing? Can you please try upgrading to the latest version of Home Assistant (0.90) and report back if this is still a problem? Thanks!

muldy commented 5 years ago

I will try

GuitarSkater commented 5 years ago

Thanks! Let us know how it goes so we can close this topic or proceed further.

bachulator commented 5 years ago

With latest update (0.90.1) and empty "type" parameter, unfortunately, I don't see any changes. Did I miss PR for this change?

muldy commented 5 years ago

Just tested... 0.90.1 no change.

Anyway there were no changes to homeassistant/components/broadlink/switch.py

gavindsilver commented 5 years ago

i just grabbed this to add rf support for my fans. is the rm pro plus 3 not supported? anything i can do to help?

stale[bot] commented 4 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

borntired commented 4 years ago

I still have this issue on pro plus3 model

muldy commented 4 years ago

+1

nigam-sa commented 4 years ago

Hi, I have the similar issue. No RF or IR is being detected by the hassio. I also tried broadlink manager and that also doesn't record any remotes image

ricardosteffens commented 4 years ago

Hello... Still nothing new to this to solve the issue? I'm about 4 days trying to solve this, and nothing.

clabnet commented 4 years ago

Same issue. No RF code or IR code learned from this model.