dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.89k stars 496 forks source link

Tuya Millimeter Wave Presence Detector ZG-205Z #7288

Closed m-kuutti closed 8 months ago

m-kuutti commented 11 months ago

Is there already an existing issue for this?

Product name

Human presence detector ZQ-205Z

Manufacturer

_TZE200_2aaelwxk

Model identifier

TS0225

Device type to add

Sensor

Node info

node

Endpoints and clusters

clusters

Basic

Basic

Further relevant clusters

Power Configuration

On/Off

Level Control

Color Control

Thermostat

Simple Metering

Electrical Measurement

Any other cluster of relevance/interest

IAS Zone Illuminance measurement
BabaIsYou commented 11 months ago

Seems a clone of this one #7223

github-actions[bot] commented 10 months ago

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

github-actions[bot] commented 10 months ago

As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.

Mimiix commented 9 months ago

re-opening as theres someone else who can maybe test @BabaIsYou .

m-kuutti commented 9 months ago

I can of course also test when there’s something to test, or do.

Mimiix commented 9 months ago

What you can do, is take the DDF from https://github.com/dresden-elektronik/deconz-rest-plugin/issues/7223 and add your model ID / Manufacturer name. That is what @BabaIsYou probably meant.

BabaIsYou commented 9 months ago

Exactly, what I meant is just that these two devices seems to be clone of each other. Then that a proposed DDF for one of them could probably fit for the second.

But I didn't suggest any DDF at this time ...

github-actions[bot] commented 8 months ago

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

github-actions[bot] commented 8 months ago

As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.

kwatt67 commented 7 months ago

Did you get a DDF that worked for this sensor as I tried the one referenced but that hasn't worked?

m-kuutti commented 7 months ago

It hasn’t worked for me :(On 3. Feb 2024, at 22.15, kwatt67 @.***> wrote: Did you get a DDF that worked for this sensor as I tried the one referenced but that hasn't worked?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

jeanmi-git commented 6 months ago

Hello,

I have received this presence sensor and it did not pair with my deConz conBee 2 zigbee dongle. I running deconz 2.25.3 with docker on a Synology NAS.

I hope it will be compatible soon.

jeanmi-git commented 6 months ago

As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.

Could this issue be re-opened, please ? I tested with the last version : 2.26, and sensor is still not discovered.

megamacy commented 5 months ago

As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.

Could this issue be re-opened, please ? I tested with the last version : 2.26, and sensor is still not discovered.

It is discovered, but not usable cause of missing compatible DDF

jeanmi-git commented 5 months ago

I'm not familiar with the internal functionning of the deconz application. How can we get a compatible DDF ?

megamacy commented 5 months ago

Im new to this too. only got to it because the sensor is not working with deconz, but i bought it because i saw at the releasenotes it is ...

As far as i know, deconz need to be compatible (it is since v2.25 changelog) and then someone who knows how, need to create that ddf. A file that point the events to recognized commands. Once it is done, we can download it and put it to the "devices" directory of our deconz server and set DDF handling to "strict" for enable load custom files, then pair it again

heres a ddf imported example that @BabaIsYou mentioned as clone from #7223 here at this topic , but its not working grafik

grafik

Jupp2 commented 5 months ago

I am also still looking for a working ddf. I modified existing once but only came to a point that general object detection worked. But it was useless because too sensible. The Sensor generally has adjustable sensitivity and 2 types of object sizes or movement Levels it can differentiate. With Zigbee2MQTT all this works Like many other Sensors. I have the Feeling Zigbee2MQTT is better maintained.

megamacy commented 5 months ago

I am also still looking for a working ddf. I modified existing once but only came to a point that general object detection worked. But it was useless because too sensible. The Sensor generally has adjustable sensitivity and 2 types of object sizes or movement Levels it can differentiate. With Zigbee2MQTT all this works Like many other Sensors. I have the Feeling Zigbee2MQTT is better maintained.

Can you share that ddf? i dont know how to get anything working on this sensor

Jupp2 commented 5 months ago

Will look for it when back home in about a week.

jeanmi-git commented 5 months ago

Hello, Did you find your DDF ?

Jupp2 commented 5 months ago

ts0225.json this is the DDF which works an a very basic level with my ZG-205Z. you may need to change the "manufacturername": "_TZE2002aaelwxk" to the name you sensor has - they often differ slightly after the .

Jupp2 commented 5 months ago

Here is what it looks like in zigbee2mqtt: grafik Any idea how to implement these settings and readings in Deconz by DDF (esp. "Motion state" and "Large motion detection distance" are relevant to use it as a human presence sensor)?