From 877c14c6eecb17561112f64510ba4cbe7b9e029b Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:34:47 +0200 Subject: [PATCH] Z-Wave: update steps on changing log levels to reflect current SW (#39468) --- source/_integrations/zwave_js.markdown | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index d063d1b92f6..17469240afc 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -44,6 +44,9 @@ ha_platforms: - update ha_integration_type: hub ha_zeroconf: true +related: + - docs: /docs/z-wave/controllers/ + title: Z-Wave controllers --- The **Z-Wave** {% term integration %} allows you to control a Z-Wave network from Home Assistant via the [Z-Wave JS](https://zwave-js.github.io/node-zwave-js/#/) driver. @@ -961,10 +964,13 @@ Many users have reported issues with interference when the USB stick was directl ##### Enable Z-Wave JS logging -1. Go to the Z-Wave integration panel: {% my integration badge domain="zwave_js" %} -2. Select `Enable debug logging` on the left-hand side of the screen. - -The log level will be set to `debug` for the integration, library, and optionally the driver (if the driver log level is not already set to `verbose`, `debug`, or `silly`), and all Z-Wave JS logs will be added to the Home Assistant logs. +1. Define the log level: + - By default, it is set to `info` for the integration, library, and optionally the driver (if the driver log level is not already set to `verbose`, `debug`, or `silly`), and all Z-Wave JS logs will be added to the Home Assistant logs. + - Go to the {% my integration domain="zwave_js" title="**Settings** > **Devices & services** > **Z-Wave**" %} and select **Configure**. + - On the Z-Wave configuration page, open the **Logs** tab. + - Choose your log level. +2. Go back to the Z-Wave integration panel: {% my integration badge domain="zwave_js" %} +3. On the left-hand side of the screen, select **Enable debug logging**. ##### Disable Z-Wave JS logging