Hi,
Bought a Tuya Smart Human Presence Sensor 24G from Ali express.
However, cannot find a compatible driver in Hubitat.
Tried using the Tuya 4 in 1 sensor driver, but not successful.
Unable to detect motion.
Below is what I found in the logs:
(_TZE204_eaulras5, UNKNOWN, 1.5.3 2023/09/30 12:32 PM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 810F 01 00 0000 02 01 00A70902000400000157, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:810F, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, A7, 09, 02, 00, 04, 00, 00, 01, 57]]
Below are the states variables:
packetID : 5
rxCounter : 181
lastTx : {cmdTime=1731740721498}
lastRx : {checkInTime=1731740803326}
txCounter : 15
notPresentCounter : 0
motionStarted : 1731738854589
health : {checkCtr3=0}
tuyaDPs : {110=[20, 4, 3], 101=[2, 4, 14], 3=[25, 4, 9], 102=[600, 4, 3], 4=[800, 4, 4]}
states : {}
deviceProfile : TS0601_TUYA_RADAR
driverVersion : 3.3.1 2024/10/26 12:47 PM (TS0601 _TZE204_eaulras5) (C-7 2.3.9.184)
stats : {cfgCtr=1, rxCtr=769, txCtr=2}
Appreciate if someone can assist.
Thanks a lot.
Roger
kkossev
November 16, 2024, 7:37am
2
This is a very new device that is not currently supported in any home automation hub other than Tuya.
I will be monitoring this thread for details on the new device support in Z2M :
opened 01:16AM - 15 Nov 24 UTC
new device support
### Link
https://www.aliexpress.us/item/3256807565817715.html?spm=a2g0o.order_l… ist.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
```shell
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