Nerivec

Results 390 comments of Nerivec

Have to remove the names from the list too: https://github.com/Koenkk/zigbee-herdsman/blob/572c4b8f4580da9c0a353b50f9a155c4a360d19e/src/zspec/zcl/definition/tstype.ts#L107 _And might need a few tests update if any use these for example._

You are getting different errors here, so, at first glance, it would point to the adapter being unstable. Did you look into removing possible sources of interference for the USB?...

Interference can result is various errors that don't actually have any meaning because they are randomly triggered. Once this is improved/fixed, then we can see what errors remain, if any....

I don't think the baudrate would create this particular issue, but 115200 is definitely more tested than any other. For `ERROR_WRONG_DIRECTION`, there is more info/tests going on in https://github.com/Koenkk/zigbee2mqtt/issues/22863

```typescript /** The direction flag in the frame control field was incorrect. */ ERROR_WRONG_DIRECTION = 0x32, /** * The truncated flag in the frame control field was set, indicating there...

Quick note, not sure what step you are on, but make sure to update to 7.4.4 too, it seems to have fixed several problems for a few users.

Whenever an ERROR frame is received from the adapter, it means the adapter has entered a "failed state", after which, the only recourse is to restart the stack. _In a...

@szwacz And that happens with SLZB06M (TCP-based)? If it were with a USB device, I'd say something goes wrong with the USB on HA, but I assume the TCP adapter...

`NOUS` devices are known to cause `ERROR_WRONG_DIRECTION` for some unknown reason, do you have any? This happens when Z2M receives a command from the adapter (it's only supposed to receive...

@ortofan what core firmware version do you have on the SLZB06M? Versions around 2.5.6 are known to have a bug that slows down the ESP side. That is reflected in...