zwave-js / zwave-js-ui

Full featured Z-Wave Control Panel UI and MQTT gateway. Built using Nodejs, and Vue/Vuetify
https://zwave-js.github.io/zwave-js-ui
MIT License
982 stars 202 forks source link

feat: zniffer setting to capture to file instead of memory #3973

Open The00Dustin opened 1 week ago

The00Dustin commented 1 week ago

Is your feature request related to a problem? Please describe. When troubleshooting an intermittent issue, zniffer may need to run for a long time, this can cause memory issues in some installations.

Describe the solution you'd like I would like a toggle in the zniffer settings to enable capture to file instead of the default capture to memory.

Describe alternatives you've considered It may be easier to always capture to file, but this could have a negative impact on HAOS installs running on SD cards (i.e. in a raspberry pi).

Additional context Discord discussion

robertsLando commented 1 week ago

@AlCalzone Is this already supported by the driver?

AlCalzone commented 1 week ago

No, this also requires driver support.