Nerivec

Results 325 comments of Nerivec

We're going to need a full `debug` log of adding the code + pairing (or timeout) and likely a sniff of the zigbee network to figure out what's going on...

It does not appear you have enabled `debug` level from your last logs, this is `info` level (missing lines like `send write parameter request`). https://www.zigbee2mqtt.io/advanced/zigbee/04_sniff_zigbee_traffic.html for details on sniffing (requires...

A little strange that it would take >10s and then sometimes succeeds in less than 5sec (pretty slow in any case though). Could be linked to load status of the...

Not sure what the devices are reporting (i.e. if possible), but looks like this wouldn't work anyway without at least one of these: ```ts hardwareVersionMin?: number; hardwareVersionMax?: number; minFileVersion?: number;...

As Koenkk indicated, the error (in every screenshot) seems to happen **before** it reads the local OTA index. It works as follows: 1. read `https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/index.json` 2. if local index is...

I think orm is much too complex for the 100 or so lines that Z2M needs. There is practically no use for the features since, like Koenkk said, everything is...

> What benchmark are you running? I suspect it can be improved substantially - the current implementation is the simplest lift and shift possible. The usual, tinybench, with a `save`...

`Data request failed with error: 'No network route' (205)` @Koenkk looks like a few recent issues are throwing this one: https://github.com/Koenkk/zigbee2mqtt/issues?q=is%3Aissue%20%22No%20network%20route%22%20%22Data%20request%20failed%20with%20error%22 (not all are relevant though, some look to be...

Logic replaced in https://github.com/Koenkk/zigbee-herdsman/pull/1197