Skip to content

Add RM5 plus device to Broadlink device list#832

Open
NetZhizni wants to merge 1 commit intomjg59:masterfrom
NetZhizni:master
Open

Add RM5 plus device to Broadlink device list#832
NetZhizni wants to merge 1 commit intomjg59:masterfrom
NetZhizni:master

Conversation

@NetZhizni
Copy link
Copy Markdown

@NetZhizni NetZhizni commented Nov 1, 2025

Context

Broadlink Integration is failing to detect RM5 plus device with a new product ID. This change adds support for the new model ID to ensure proper device detection and functionality within Home Assistant.
This PR addresses the issue of the missing product ID $0x5224$.

Proposed change

Add RM5 plus device with product ID $0x5224$ to the broadlink/__init__.py device list. This allows the mjg59/python-broadlink library to correctly identify and initialize the device.

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New device
  • New product id (the device is already supported with a different id)
  • New feature (which adds functionality to an existing device)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests
  • Documentation

Additional information

  • This PR fixes issue: fixes #149679
  • This PR is related to: 
  • Link to documentation pull request: 

Checklist

  • The code change is tested and works locally.
  • The code has been formatted using Black.
  • The code follows the Zen of Python.
  • I am creating the Pull Request against the correct branch. (Assuming you checked the branch is new_product_ids as required for new product IDs)
  • Documentation added/updated.

@cabb
Copy link
Copy Markdown

cabb commented Dec 18, 2025

Can confirm the changes.

@Biz92k
Copy link
Copy Markdown

Biz92k commented Mar 8, 2026

What about rm max?

folhas99 added a commit to folhas99/rm5 that referenced this pull request Apr 16, 2026
Fork of the upstream Home Assistant broadlink integration (from
home-assistant/core dev) with a runtime patch of python-broadlink
SUPPORTED_TYPES to register product ID 0x5224 (RM5 Plus) under the
rm4pro device class. Mirrors upstream PR mjg59/python-broadlink#832
which is not yet merged or published on PyPI.

- Monkey-patch applied on import in custom_components/broadlink/__init__.py
- RM5 Plus surfaces as device.type RM4PRO so remote/sensor/switch
  platforms work unchanged.
- Installable via HACS (hacs.json at repo root) or manually by copying
  custom_components/broadlink/ into the HA config directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants