Open prhodey opened 1 week ago
https://www.aliexpress.us/item/3256807565817715.html?spm=a2g0o.order_list.order_list_main.5.4aa318022ioDIo&gatewayAdapt=glo2usa
{"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}
1.41.0
Tried to model it after other similar Tuya Presence detection models but no luck
const definition = { zigbeeModel: ['TS0601'], model: 'TS0601', vendor: '_TZE204_eaulras5', description: 'Automatically generated definition', extend: [], meta: {}, }; module.exports = definition;
Nothing, keep getting a "device not supported" message despite attempting to use various external converter methods
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
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
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