Koenkk / zigbee2mqtt

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

[New device support]: New 2023 Tuya Zigbee Human Presence Sensor 5.8GHz millimeter wave technology #18318

Closed labaland closed 1 year ago

labaland commented 1 year ago

Link

None but bought here: https://www.aliexpress.com/item/1005005764168560.html

Database entry

{"id":11,"type":"Router","ieeeAddr":"0xa4c13837a1c64227","nwkAddr":5179,"manufId":4417,"manufName":"_TZE204_sooucan5","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":"3\u0000\u0000\u0000i4\u0000\u0000\u0000i5\u0000\u0000\u0000i6\u0000\u0000\u0000i7\u0000\u0000\u0000i8\u0000\u0000\u0000i:\u0000\u0000\u0000i:\u0000\u0000\u0000i","65506":56,"65508":1,"modelId":"TS0601","stackVersion":0,"dateCode":"","appVersion":74}}},"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":1689293331655,"defaultSendRequestWhen":"immediate"}

Comments

Im not good at this stuff sadly.. I hope someone can add it ! thx <3

I bought it on aliexpress.

External converter

Conbee 2

Supported color modes

No response

Color temperature range

No response

labaland commented 1 year ago

@Koenkk Device works after adding this line un tuya.js

{ modelID: 'TS0601', manufacturerName: '_TZE204_sooucan5' },

But maybe some entitys are missing, really dont know :P thx!

labaland commented 1 year ago

However, this is spammed in my log, 1 each second. And if i change the value of any of the enteties they reset instantly after. But device works and detects me :) And the enteties are number " number.entity_name " image

image
labaland commented 1 year ago

Anything i can do to help? =)

Koenkk commented 1 year ago

Where does the line need to be added? (line number)

Regarding the spamming, it seems the device does this (common with these kind of TuYa sensors)

Koenkk commented 1 year ago

Will be supported after https://github.com/Koenkk/zigbee-herdsman-converters/pull/5985 is merged

labaland commented 1 year ago

Where does the line need to be added? (line number)

Regarding the spamming, it seems the device does this (common with these kind of TuYa sensors)

line 4126 or 4127 :) Thank you!