Nerivec
Nerivec
### What happened? If log level is set above `info`, then it hides notifies like `no update available`, resulting in buttons that seemingly do not work (even though they do)....
Implements https://github.com/Koenkk/zigbee2mqtt/issues/22342 via regex-based string setting. Add setting to publish `debug` level to MQTT (and frontend). _Transport created is slightly different, based on that setting on startup, to avoid unnecessary...
**Is your feature request related to a problem? Please describe.** Some setups don't make it particularly easy to retrieve log files. **Describe the solution you'd like** A button in `Tools`...
**Is your feature request related to a problem? Please describe.** Network addresses in frontend are displayed in hex format, but all Z2M logging is in decimal format, making it harder...
Adds the ability to alter levels for specific namespaces. Also: - Bring "MQTT publish" lines back to `info` level and add `z2m:mqtt` namespace for whole MQTT class, to allow changing...
This issue seems to affect all adapters supporting hardware flow control, even though the below uses the SkyConnect as example. The SkyConnect has been exhibiting strange behaviors regarding hardware flow...
Not an issue, just a task, with some links for reference. I glanced over the [ZCL definition](https://github.com/Koenkk/zigbee-herdsman/tree/master/src/zcl), it seems it could use a little love. A lot of the information...
After observing behaviors while testing `ember` and seeing reports here and there about this, I think removing the possibility to open the network "forever" via internal workarounds would make sense....
Came across these in some searches: https://github.com/serialport/node-serialport/issues/2735 https://github.com/zwave-js/node-red-contrib-zwave-js/issues/288 "Error Resource temporarily unavailable Cannot lock port" is the reported error. Installation scripts should ensure node v18 or v20.2.0 max (according to...
Reporting this since I've seen a few logs now, from different users, that show this. (I don't have the device myself, so I can't run any test.) Seems something is...