-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
What happened?
I find this ewelink smart plug is sending a genTime request every 7 seconds. With four of them in the network they are spamming my zigbee mesh.
For every read request
debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0 ,
my coordinator replied
debug: zh:controller:endpoint: ZCL command 0xb40ecfd0d12345678/1 genTime.readRsp({"localTime":816738678},
This process repeats every 7 seconds for each of them.
What did you expect to happen?
I wonder if I can stop the smart plug sending the time request.
I know it maybe down to firmware level but not sure if its due to a configuring problem.
Last resort, is there a way to stop z2m replying the genTime readresponse this will at least reduce 50% of the network transmission.
Thanks in advance!
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
2.6.3-dev
Adapter firmware version
20240710
Adapter
uzg01
Setup
Hass in proxmox
Device database.db entry
No response
Debug log
[2025-11-17 23:47:54] debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
[2025-11-17 23:48:02] debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
[2025-11-17 23:48:08] debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
[2025-11-17 23:48:15] debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
[2025-11-17 23:48:22] debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
[2025-11-17 23:48:29] debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
[2025-11-17 23:48:36] debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
[2025-11-17 23:48:43] debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
[2025-11-17 23:48:50] debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
[2025-11-17 23:48:57] debug: z2m: Received Zigbee message from 'Smart plug', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
Notes
No response