Nerivec

Results 167 comments of Nerivec

@sjorge This is way above the driver level. As long as the layers above take care of it, the driver then just sends the resulting frame. I don't have any...

Next release should provide support for finer customization: https://github.com/Koenkk/zigbee2mqtt/pull/22619 ([docs preview](https://github.com/Koenkk/zigbee2mqtt.io/pull/2750/files#diff-e862a2557a4c46d59584056b9609d65678ddd7e4efa6b93dac96affb22932939)) MQTT Publish lines are very verbose, especially in larger networks, which results in high MQTT traffic. It was lowered...

@xhemp Can you check with `ezsp` but with log level set to debug (an old-ish log file will work, if you have one), can you confirm you see lines like...

Appears to be identical to https://github.com/Koenkk/zigbee2mqtt/issues/22271 `ezsp` is throwing the same errors, they are just only logged in `debug` (not fully implemented). Did you ever do any kind of migration...

There doesn't seem to be any reason behind which version fixed it from what I saw. My guess would be it's more about the flashing itself, something must be going...

For anyone that can't seem to fix this, you can try clearing the NVM3 on your adapter. Make sure to follow the procedure properly to ensure you can restore your...

Can you post your `configuration.yaml`, the parts related to logging at least? Just a side note. I don't think zstack has any feedback capabilities on routing issues, so if there...

@Koenkk Looks like [this](https://github.com/Koenkk/zigbee2mqtt/blob/75608c79c82337e62698a8587880be566cbabccc/lib/util/settings.ts#L194) is not enough for "smooth transition". Some validation happening earlier?

`ember` will give you far more feedback than `ezsp` in general, but especially when things go wrong, since the full protocol is supported. Did you try stopping z2m, unplugging your...

Battery-powered devices can require manually pushing a button on them to prevent them from sleeping whenever an action has to be sent by Z2M. You may have to repeat pushing...