Please add support for ZG-204ZP with TS0601 / _TZE200_ka8l86iu
Hello @wonjj6768 I hope you are well.
Have you given up on this project?
Have you tried to search for another driver in his channel?? Your device is a como motion sensor, this driver is for the mmWave presence sensor.
i saw in his channel two drivers for motion sensors: Zg-204zv and zg-204ze. Maybe one of this works for you?
Also, look for @Mariano_Colmenarejo Motion sensor driver: (EDGE Drivers-Mc): Index to the channel “Mariano Shared Beta Drivers”
Hello,
I’m trying to add a ZG-204ZL to my hub, but I haven’t had any luck so far.
I first tried using the driver, but the device doesn’t seem to detect or “see” it. I also tried using “Personal Tuya Devices - main w3513y”, but either I’m missing some configuration settings or the device simply isn’t compatible with it.
I’d really appreciate any guidance or suggestions on how to get this working.
Hi @wonjj6768,
I hope you are doing well.
I recently bought a new Tuya mmWave 24G presence sensor, but I am having trouble making it work with my Aeotec Hub v3.
When I pair the device, it gets recognized as a generic “Zigbee Thing” or falls back to other basic drivers, and the SmartThings app doesn’t give me the option to switch to your Tuya ZG-204ZM Presence Sensor driver (it doesn’t show up in the “Change driver” list). When I force it onto generic EF00 drivers, the static presence does not work and gets stuck.
It seems this is a newer hardware revision (ZY-M100-24GV3) with different datapoints mapping. Could you please check if it’s possible to add its fingerprint to your driver or guide me on how to map it?
Here are the device details from my SmartThings Advanced Web Console:
-
Manufacturer: _TZE204_gkfbdvyx
-
Model: TS0601
-
Device ID / Fingerprint: _TZE204_gkfbdvyx / TS0601
Thank you so much for your amazing work and help with the community!
Project update
This standalone ZG-204ZM driver is no longer maintained. The project has not been abandoned—development and device support have moved to the unified driver project:
New driver channel:
The new channel currently supports:
_TZE200_kb5noeto / TS0601— EF00 Presence General wonjj6768_TZE200_ka8l86iu / TS0601— EF00 Presence General wonjj6768_TZE204_gkfbdvyx / TS0601— EF00 Presence Advanced wonjj6768
Please enroll your hub in the new channel and install the appropriate driver. Try Change driver first; if the new driver is not listed or the device keeps its old profile, remove and pair the device again.
For other hardware revisions, please provide the exact manufacturer/model fingerprint and hub logcat.
Sorry for the delayed response. Future updates will be handled through the unified driver project.
Hi @wonjj6768
Here are the logcat logs and fingerprint data for the ZG-204ZL (_TZ3000_hgbahzmy / ZG-204Z).
Upon inspecting the logs, this device revision actually reports motion via standard Zigbee IASZone (0x0500) and battery via PowerConfiguration (0x0001), rather than using Tuya’s 0xEF00 cluster payload.
Fingerprint Data
JSON
{
"deviceManufacturerCode": "_TZ3000_hgbahzmy",
"deviceModel": "ZG-204Z",
"fingerprintId": "_TZ3000_hgbahzmy",
"endpoint": "0x01",
"profileId": "0x0104",
"deviceId": "0x0402"
}
Logcat Stream Excerpt
Plaintext
-- Motion Detected (IASZone):
received Zigbee message: < ZigbeeMessageRx || ... cluster: IASZone ... < ZoneStatusChangeNotification || zone_status: 0x0001, extended_status: 0x00, zone_id: 0x00, delay: 0x0000 > > >
-- Motion Cleared (IASZone):
received Zigbee message: < ZigbeeMessageRx || ... cluster: IASZone ... < ZoneStatusChangeNotification || zone_status: 0x0000, extended_status: 0x00, zone_id: 0x00, delay: 0x0000 > > >
-- Battery Reporting (PowerConfiguration):
received Zigbee message: < ZigbeeMessageRx || ... cluster: PowerConfiguration ... < ReportAttribute || < AttributeRecord || AttributeId: 0x0021, DataType: Uint8, BatteryPercentageRemaining: 0x96 > > >
Could you please add _TZ3000_hgbahzmy / ZG-204Z to your standard ZCL Motion / PIR driver fingerprint list?
This could help Tuya ZG-204ZL control via MQTT | Zigbee2MQTT
@anthony01 FYI
Thank you!

