nymea / nymea-zigbee

Zigbee library and tools for the nymea IoT stack.
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Timeout ZCL replies #47

Closed mzanetti closed 2 years ago

mzanetti commented 2 years ago

This is basically the same as #41 does with ZDO replies but for ZCL replies.

Working with a z-stack dongle and a Gewiss binary input device a lot of timeouts happen during the device interview. While basic device interview timeouts are caught by the ZDO timeouts, later interview steps like cluster attribute reading run into the same issue with this device and the interview process never finishes.

t-mon commented 2 years ago

Isn't the network taking care bout the timeouts? During the init process, there is a clear order how and when a request will be sent. So not sure if this does clash with the network internal reply mechanism, since there already is a timout handling!