zigbee2mqtt icon indicating copy to clipboard operation
zigbee2mqtt copied to clipboard

[New device support]: model: 'TS0601', vendor: '_TZE204_bmdsp6bs'

Open AlexObukhoff opened this issue 5 months ago • 6 comments

Link

https://aliexpress.ru/item/1005006332763566.html?sku_id=12000036791926783

Database entry

{"id":15,"type":"Router","ieeeAddr":"0xa4c138eea0ea935f","nwkAddr":42919,"manufId":4417,"manufName":"_TZE204_bmdsp6bs","powerSource":"Mains (single phase)","modelId":"TS0601","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[4,5,61184,0],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65503":"��x.i��x.i","65506":56,"65508":0,"65534":0,"stackVersion":0,"dateCode":"","appVersion":74,"manufacturerName":"_TZE204_bmdsp6bs","zclVersion":3,"modelId":"TS0601","powerSource":1}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":74,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{"configured":332242049},"lastSeen":1726327548273}

Zigbee2MQTT version

1.40.1

Comments

Just pared the device and Z2M say "not supported"

External definition

const definition = {
    zigbeeModel: ['TS0601'],
    model: 'TS0601',
    vendor: '_TZE204_bmdsp6bs',
    description: 'Automatically generated definition',
    extend: [],
    meta: {},
};

module.exports = definition;

What does/doesn't work with the external definition?

Doesn't work presence and luminance sensors. Show only Linkquality.

AlexObukhoff avatar Sep 14 '24 15:09 AlexObukhoff