Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New device support]: Tuya 5.8Ghz/24Ghz Human presence sensor ZG-205Z/C #24444

Open
ryjogo opened this issue Oct 22, 2024 · 0 comments
Open

[New device support]: Tuya 5.8Ghz/24Ghz Human presence sensor ZG-205Z/C #24444

ryjogo opened this issue Oct 22, 2024 · 0 comments
Labels
new device support New device support request

Comments

@ryjogo
Copy link

ryjogo commented Oct 22, 2024

Link

https://www.zigbee2mqtt.io/devices/ZY-M100-24GV2.html

Database entry

{"id":72,"type":"Router","ieeeAddr":"0xa4c13894d8a5c90c","nwkAddr":35410,"manufId":4417,"manufName":"_TZE200_2aaelwxk","powerSource":"DC Source","modelId":"TS0225","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":1026,"inClusterList":[0,3,1280,57346,61184,1024],"outClusterList":[3,10],"clusters":{"genBasic":{"attributes":{}},"ssIasZone":{"attributes":{"iasCieAddr":"0x8c65a3fffeb0a550","zoneState":0}},"msIlluminanceMeasurement":{"attributes":{"measuredValue":28543}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"epId":242,"inClusterList":[],"outClusterList":[],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":162,"stackVersion":2,"hwVersion":1,"swBuildId":"0122052017","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1729623923768}

Zigbee2MQTT version

1.40.2

Comments

Model: ZG-205z/c should be the same features as ZY-M100-24GV2 and currently does work and seems to be registering as https://www.zigbee2mqtt.io/devices/ZG-205Z_A.html#tuya-zg-205z%252Fa

External definition

const {iasZoneAlarm, illuminance} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['TS0225'],
    model: 'TS0225',
    vendor: '_TZE200_2aaelwxk',
    description: 'Automatically generated definition',
    extend: [iasZoneAlarm({"zoneType":"generic","zoneAttributes":["alarm_1","alarm_2","tamper","battery_low"]}), illuminance()],
    meta: {},
};

module.exports = definition;

What does/doesn't work with the external definition?

Nothing really apart from the luminance, i get no presence detection at all.

@ryjogo ryjogo added the new device support New device support request label Oct 22, 2024
@ryjogo ryjogo changed the title [New device support]: [New device support]: Tuya mmwave prescence detection ZG-205Z/C Oct 22, 2024
@ryjogo ryjogo changed the title [New device support]: Tuya mmwave prescence detection ZG-205Z/C [New device support]: Tuya 5.8Ghz/24Ghz Human presence sensor ZG-205Z/C Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

1 participant