Koenkk / zigbee2mqtt

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

[New device support]: Tuya ZigBee Millimeter Wave 24Ghz Radar Human Presence Detector #24777

Open prhodey opened 1 week ago

prhodey commented 1 week ago

Link

https://www.aliexpress.us/item/3256807565817715.html?spm=a2g0o.order_list.order_list_main.5.4aa318022ioDIo&gatewayAdapt=glo2usa

Database entry

{"id":43,"type":"Router","ieeeAddr":"0xa4c138cc9a3baff8","nwkAddr":61556,"manufId":4417,"manufName":"_TZE204_eaulras5","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":{"stackVersion":0,"dateCode":""}}},"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":{},"lastSeen":1731632401740}

Zigbee2MQTT version

1.41.0

Comments

Tried to model it after other similar Tuya Presence detection models but no luck

External definition

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

module.exports = definition;

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

Nothing, keep getting a "device not supported" message despite attempting to use various external converter methods

djXonePL commented 1 day ago

can someone convert this for zigbee2mqtt? https://community.home-assistant.io/t/how-i-got-it-working-wz-m100-tuya-presence-sensor-ts0601-tze204-7gclukjs/737497