Nerivec
Nerivec
@chris-1243 Can you confirm this is the case in zStack too? I believe you have access to a network using it. @dduransseau If that's confirmed, my guess would be that...
Since the current "Permit join" executes 2 actions (1- open the network, 2- turn on GP commissioning mode), the steps are a bit blurred as to what GP actually needs...
I [fixed a few waiters](https://github.com/Koenkk/zigbee-herdsman/pull/874) that were being started too early a while back, that should take care of what you mentioned in your 2nd post. The logic should be...
> The queue in ezsp, which is unbounded and seems to have no real purpose, except possibly serialization (though that is already achieved elsewhere)? https://github.com/Koenkk/zigbee-herdsman/blob/43f6ab7338ceceaee1dc8c6a4f6a1919e3bcbfd2/src/adapter/ezsp/driver/ezsp.ts#L335 Not specifying the count defaults...
@corporategoth I believe I read somewhere, your background was C/C++, if you want to take a look at the SDK logic, to see if you spot features that'd improve Z2M's...
Wow, didn't waste any time there! It was more a general suggestion really, in case you saw any interesting "lower-level" features that you thought Z2M could benefit from, the EZSP...
I'm sure the implementation could use some love memory-wise, serialization is a bit "bloated" at the moment in my opinion. But same, that carries a lot of risk until we...