python-broadlink icon indicating copy to clipboard operation
python-broadlink copied to clipboard

A2 Sensor with PID 4FA6 cannot be add to HA.

Open magpte opened this issue 8 months ago • 0 comments

Using version 0.19 with latest HA 2025.03, error code is Unsupported device: 0xa64f Using CLI to discovery is not showing anything but "[]" and will be Authen Adjusted in the init.py into following but no luck.

a1: {
    0x2714: ("A1", "Broadlink"),
},
a2: {
    0x4F60: ("A2", "Broadlink"),
    0x4fa6: ("A2", "Broadlink"),
    0x4F6A: ("A2", "Broadlink"),
    0xA6F4: ("A2", "Broadlink"),
    0xA4F6: ("A2", "Broadlink"),
    0xF4A6: ("A2", "Broadlink"),
    0xa64f: ("A2", "Broadlink"),
},
mp1: {
    0x4EB5: ("MP1-1K4S", "Broadlink"),
    0x4F1B: ("MP1-1K3S2U", "Broadlink (OEM)"),
    0x4F65: ("MP1-1K3S2U", "Broadlink"),
},

As this sensor is lower than 5USD now in China, and will become popular, do we have any solution about it? this sensor is using Cloudthink. Smarthome.

magpte avatar Apr 02 '25 03:04 magpte