From 413701962ff4d5a0b8f17630449f5b86ea502836 Mon Sep 17 00:00:00 2001 From: ShuishengPeng <63339353+ackPeng@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:31:02 +0800 Subject: [PATCH 1/2] add support for sen66 --- components/sensor/sen5x.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/sensor/sen5x.rst b/components/sensor/sen5x.rst index f8385e079c..ce47f10a52 100644 --- a/components/sensor/sen5x.rst +++ b/components/sensor/sen5x.rst @@ -5,7 +5,7 @@ Sen5x Series Environmental sensor :description: Instructions for setting up Sen5x Series Environmental sensor for PM, RH/T, VOC, and NOx measurements. :image: sen54.jpg -The ``sen5x`` sensor platform allows you to use your Sensirion `SEN50 `__, `SEN54 `__ and `SEN55 `__ Environmental sensor (`datasheet `__) sensors with ESPHome. +The ``sen5x`` and ``sen66`` sensor platform allows you to use your Sensirion `SEN50 `__, `SEN54 `__ , `SEN55 `__ and `SEN66 `__ Environmental sensor (`datasheet `__)(`sen66 datasheet `__) sensors with ESPHome. The :ref:`I²C Bus ` is required to be set up in your configuration for this sensor to work. This sensor supports both UART and I²C communication. Only I²C communication is implemented in this component. @@ -90,6 +90,10 @@ Configuration variables: - All options from :ref:`Sensor `. +- **co2** (*Optional*): Carbon dioxide. Note only applies to Sen66. The sensor will be ignored on unsupported models. + + - All options from :ref:`Sensor `. + - **voc** (*Optional*): VOC Index. Note only available with Sen54 or Sen55. The sensor will be ignored on unsupported models. - **algorithm_tuning** (*Optional*): The VOC algorithm can be customized by tuning 6 different parameters. For more details see `Engineering Guidelines for SEN5x `__ @@ -138,7 +142,7 @@ Configuration variables: Medium and high accelerations are particularly indicated for air quality monitors which are subjected to large temperature changes. Low acceleration is advised for stationary devices not subject to large variations in temperature - **address** (*Optional*, int): Manually specify the I²C address of the sensor. - Defaults to ``0x69``. + Defaults to ``0x69``.But for Sen66 the default is 0x6b .. note:: From cfb380acd1ec8d526f3348c18557cab40de83436 Mon Sep 17 00:00:00 2001 From: ShuishengPeng <63339353+ackPeng@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:33:24 +0800 Subject: [PATCH 2/2] add ``0x6b`` --- components/sensor/sen5x.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/sen5x.rst b/components/sensor/sen5x.rst index ce47f10a52..aeb5c61f8c 100644 --- a/components/sensor/sen5x.rst +++ b/components/sensor/sen5x.rst @@ -142,7 +142,7 @@ Configuration variables: Medium and high accelerations are particularly indicated for air quality monitors which are subjected to large temperature changes. Low acceleration is advised for stationary devices not subject to large variations in temperature - **address** (*Optional*, int): Manually specify the I²C address of the sensor. - Defaults to ``0x69``.But for Sen66 the default is 0x6b + Defaults to ``0x69``.But for Sen66 the default is ``0x6b`` .. note::