You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might not be an issue but for internal discussion.
Zigate v1, FW 3.20 OPDM.
I ve got a Tuya plug that requests attrib 0007/localtime to zigate.
So message 8002 is reported to plugin and plugin answers back with a "Read Attributes Response"
but I see strange behavior on sniffer
How to explain the following points ?
zigate is answering "default response" before the plugin respond
zigate is answering twice while there is only 1 request
zigate is also generating 2 8002/read attributes messages to plugin
The text was updated successfully, but these errors were encountered:
Ma comprehension est que la ZiGate ne fait pas 2 Default Response, mais un seul avec des retry (car c'est le meme SQN)
Sur les 8002 il n'y a pas de filtrage , donc effectivement tu risques de recevoir plusieurs fois le message (et notamment si tu es en mode Hybrid).
Il faut que tu filtres sur le SQN
Might not be an issue but for internal discussion.
Zigate v1, FW 3.20 OPDM.
I ve got a Tuya plug that requests attrib 0007/localtime to zigate.
So message 8002 is reported to plugin and plugin answers back with a "Read Attributes Response"
but I see strange behavior on sniffer
How to explain the following points ?
The text was updated successfully, but these errors were encountered: