zigbee2mqtt icon indicating copy to clipboard operation
zigbee2mqtt copied to clipboard

[New device support]: 6 CH Tuya Smart Zigbe WIFI16A

Open iobe80 opened this issue 8 months ago • 3 comments

Link

https://it.aliexpress.com/item/1005008257130695.html?spm=a2g0o.order_detail.order_detail_item.4.db97582fybhNRL&gatewayAdapt=glo2ita

Database entry

{"id":16,"type":"Router","ieeeAddr":"0xb43522fffe91d306","nwkAddr":34050,"manufId":4098,"manufName":"_TZE204_l8xiyymq","powerSource":"Mains (single phase)","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[0,4,5,61184],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65503":"\u0003�U/i\u0006�U/i��U/f��U/\u0012��U/\u0012","65506":31,"65508":0,"modelId":"TS0601","manufacturerName":"_TZE204_l8xiyymq","stackVersion":0,"dateCode":"","appVersion":70}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":70,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1740838429023}

Zigbee2MQTT version

2.1.1

Comments

HI,

I bought this device

https://it.aliexpress.com/item/1005008257130695.html?spm=a2g0o.order_detail.order_detail_item.4.db97582fybhNRL&gatewayAdapt=glo2ita

i have try to connect with HA with zigbee2mgtt.

It connected but it is not support.

Could some body help me?

Thanks

Image

External definition

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

module.exports = definition;

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

Hi,

only pairing is working

iobe80 avatar Mar 01 '25 16:03 iobe80