Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.58k stars 1.63k forks source link

HLD503-Z-CT it is not recognised #19608

Closed ChrisSmartHome closed 8 months ago

ChrisSmartHome commented 8 months ago

What happened?

When connecting HLD503-Z-CT it is not recognised. Adding the model '050' to the zigbeeModel fixes this

{ zigbeeModel: ['HOMA1009', '050'], model: 'HLD503-Z-CT', vendor: 'Shenzhen Homa', description: 'Smart LED driver', extend: extend_1.default.light_onoff_brightness_colortemp(), },

What did you expect to happen?

Device should have been mapped accordingly, this can be achieved by adding the mentioned model '050':

{ zigbeeModel: ['HOMA1009', '050'], model: 'HLD503-Z-CT', vendor: 'Shenzhen Homa', description: 'Smart LED driver', extend: extend_1.default.light_onoff_brightness_colortemp(), },

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.33.1

Adapter firmware version

0x26720700

Adapter

ConBee II

Debug log

No response

Koenkk commented 8 months ago

Integrated the fix!

Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html)