Nerivec
Nerivec
https://github.com/nurikk/zigbee2mqtt-frontend/issues/1971
@RaceNJason Please create a new issue and provide a debug log of the pairing process with ember. I'm closing this to avoid unrelated issues getting lost in this "generic" thread.
https://github.com/Koenkk/zigbee-herdsman-converters/pull/7286#issuecomment-2035443363 https://github.com/Koenkk/zigbee-herdsman-converters/pulls?q=is%3Apr+is%3Aclosed+twinguard
https://www.zigbee2mqtt.io/guide/configuration/adapter-settings.html#configuration-of-the-zigbee-adapter Use `/dev/serial/by-id/...` path, it won't change. Command to find it is `ls -l /dev/serial/by-id/` _Autodetect depends on many things, including the OS driver, which can change properties of the...
Is this still a problem?
Can you confirm this still happens with latest core firmware from SMLight (2.2.x, with latest emberznet firmware too)?
I don't believe `winston` supports this. It would have to be implemented entirely. There are performance considerations with anything that would loop, every time a line is logged, to match...
Namespacing is doable with a simple string passed as metadata to winston, so a package for this would be overkill. I guess we could do something regex-based, limited to `debug`...
Delivery of broadcast can be problematic at times. It's usually a device that it failed to reached at that time. 65532/65533/65535 is just the "special" broadcast address, to address only...
@Ciqsky The webflasher doesn't handle 230400. You will have to flash it with https://github.com/NabuCasa/universal-silabs-flasher/ To get Z2M to work with a baudrate that is not 115200, you have to set...