fairecasoimeme / ZiGate

Zigate is an Universal Zigbee Gateway
http://zigate.fr
171 stars 59 forks source link

Discover attributes (extended) response with FW 3.1e/3.20 OPDM #388

Closed tcharp38 closed 2 years ago

tcharp38 commented 2 years ago

I was investigating why my discovery assistant was failing. I realized that now, at least with FW 3.20, either you get a 8002 answer that you can properly decode or a 8140/8140 but not both as before.

Summary

Discover attributes extended response 0B04 => 8002 0702 => 8141 0006 => 8141 0005 => 8141 0004 => 8141 0000 => 8141

Discover attributes response 0B04 => 8002 0702 => 8140 0006 => 8140 0005 => 8140 0004 => 8140 0000 => 8140

Can someone confirm such behavior ? If yes, what is the long term rule ? Since 8002 is no longer present for all cases, my code is dead. Thanks

pipiche38 commented 2 years ago

my understanding is that in

tcharp38 commented 2 years ago

Thanks @pipiche38 I close this subject as the pb was on my side (no longer in 'hybrid' mode).