From 735def6f28e7ff57854c404ab74a7af0c793c709 Mon Sep 17 00:00:00 2001 From: Renat Sibgatulin Date: Thu, 6 Feb 2025 21:50:04 +0100 Subject: [PATCH] Add troubleshooting section for Airq (#37317) * airq: add a note on debug logging * fix(airq): incorporate suggestions from @abmantis --- source/_integrations/airq.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/airq.markdown b/source/_integrations/airq.markdown index 16faef58c42..ffd77f9a3d5 100644 --- a/source/_integrations/airq.markdown +++ b/source/_integrations/airq.markdown @@ -95,3 +95,8 @@ After the integration has been initialized, the user can configure any of the fo - **Show values averaged by the device**. Default: `on`. In its default configuration, air-Q averages the stream of sensor values. The strength of this averaging can be configured on the device side (not exposed through the HA). However, this integration allows to switch between polling the averaged and the raw data from the device. To poll noisy sensor readings from the device, set **Show values averaged by the device** to `off`. - **Clip negative values**. Default: `on`. For baseline calibration purposes, certain sensor values may briefly become negative. The default behavior is to clip such values to 0. + +## Troubleshooting + +For troubleshooting or when reporting an issue, please enable [debug logging](/docs/configuration/troubleshooting/#debug-logs-and-diagnostics) and restart the integration. As soon as the issue reoccurs stop the debug logging, which will trigger the download of the debug log file. +Enabling debug logging has a slight performance impact on the system and is not recommended for long-term use.