zigbee2mqtt
zigbee2mqtt copied to clipboard
[New device support]: Tuya ZigBee Millimeter Wave 24Ghz Radar Human Presence Detector
Link
https://www.aliexpress.com/item/1005008125300893.html
Database entry
{"id":151,"type":"Router","ieeeAddr":"0xa4c138289b0560ae","nwkAddr":5348,"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":{"65503":"\u0001M�/i\u0005M�/i\u0006M�/i\u0007M�/i\bM�/i\rM�/f\u000eM�/i\u000eM�/\u0012","65506":56,"65508":0,"65534":0,"stackVersion":0,"dateCode":"","manufacturerName":"_TZE204_eaulras5","zclVersion":3,"appVersion":74,"modelId":"TS0601","powerSource":1,"hwVersion":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,"interviewState":"SUCCESSFUL","meta":{"configured":1946894323},"lastSeen":1746346238891}
Zigbee2MQTT version
2.3.0
Comments
Same as previous issue; https://github.com/Koenkk/zigbee2mqtt/issues/24777
Illuminance doesn't update. Seems like it will check for gateway before updating the value.
Added tuya.fz.gateway_connection_status at fromZigbee to external converter.
Illuminance start updating, but randomly getting error.
Am I missing something?
External definition
export default {
zigbeeModel: ['TS0601'],
model: 'TS0601',
vendor: '_TZE204_eaulras5',
description: 'Automatically generated definition',
extend: [],
meta: {},
};
What does/doesn't work with the external definition?
this works for illuminance; fromZigbee: [tuya.fz.datapoints, tuya.fz.gateway_connection_status],
but getting errors;
2025-05-04 16:09:55z2m: Exception while calling fromZigbee converter: ZCL command 0xa4c138289b0560ae/1 manuSpecificTuya.mcuGatewayConnectionStatus({"payloadSize":1,"payload":1}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Timeout - 46909 - 1 - 177 - 61184 - 11 after 10000ms)}
2025-05-04` 16:10:18z2m: Exception while calling fromZigbee converter: ZCL command 0xa4c138289b0560ae/1 manuSpecificTuya.mcuGatewayConnectionStatus({"payloadSize":1,"payload":1}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Timeout - 46909 - 1 - 178 - 61184 - 11 after 10000ms)}
[2025-05-04 16:27:52] debug: z2m: Error: ZCL command 0xa4c138289b0560ae/1 manuSpecificTuya.mcuGatewayConnectionStatus({"payloadSize":1,"payload":1}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (SRSP - AF - dataRequest after 6000ms)