From 89f1c4764f71f3e9b0ba21466a31ea78a668b8b8 Mon Sep 17 00:00:00 2001 From: Renat Sibgatulin Date: Wed, 15 May 2024 16:46:03 +0200 Subject: [PATCH] Document new configuration options for air-Q integration (#31193) * Document new configuration options for air-Q integration * Apply suggestions from code review Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/airq.markdown | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/_integrations/airq.markdown b/source/_integrations/airq.markdown index 5031b17571f..16faef58c42 100644 --- a/source/_integrations/airq.markdown +++ b/source/_integrations/airq.markdown @@ -21,7 +21,8 @@ The **air-Q** {% term integration %} allows integrating the sensors, provided by {% include integrations/config_flow.md %} -During the configuration, the user is prompted for the IP address of the {% term device %} or the first 5 characters of the serial number, as well as the device password. +During the initial configuration, the user is prompted for the IP address of the {% term device %} or the first 5 characters of the serial number, as well as the device password. + For this integration to communicate with the device, both must be connected to the same Wi-Fi network. @@ -86,3 +87,11 @@ PM1, PM25, and PM10 correspond to concentrations of particulates with diameter l Virus Index uses CO2 as a proxy for potential aerosol load and can be seen as an indicator of ventilation sufficiency (0 %: insufficient ventilation, 100 %: all fine). Virtual sensors "Relative Pressure" and "Virus Index" are introduced in firmware v1.80.0 but deactivated by default. You can activate them in the air-Q mobile application under "Advanced settings". + +## Additional configuration + +After the integration has been initialized, the user can configure any of the following two parameters: + +- **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.