You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,17 +350,17 @@ number:
350
350
+**auto_cleaning_interval** (**Optional**, string): The interval in seconds of the periodic fan-cleaning. Only the SEN50, SEN55 and SEN56 models support automatic fan cleaning.
351
351
352
352
### Sensors
353
-
+**co2** (*Optional*): The Carbon Dioxide (CO2) level in ppm. Only the SEN63C and SEN66 models have a CO2 sensor. All Options from [Number](https://esphome.io/components/sensor/#config-number).
354
-
-**auto_self_calibration** (*Optional*, boolean): Enables automatic self-calibration (ASC) for the CO2 sensor. Default is ```true```.
353
+
+**co2** (*Optional*): The Carbon Dioxide (CO₂) level in ppm. Only the SEN63C and SEN66 models have a CO₂ sensor. All Options from [Number](https://esphome.io/components/sensor/#config-number).
354
+
-**auto_self_calibration** (*Optional*, boolean): Enables automatic self-calibration (ASC) for the CO₂ sensor. Default is ```true```.
355
355
-**altitude_compensation** (*Optional*, int): Enable compensating deviations due to current altitude (in metres). Notice: setting altitude_compensation is ignored if ambient_pressure_compensation is set.
356
-
-**ambient_pressure_compensation_source** (*Optional*, ID): Set an external pressure sensor ID used for ambient pressure compensation. The pressure sensor must report pressure in hPa. the correction is applied before updating the state of the CO2 sensor.
356
+
-**ambient_pressure_compensation_source** (*Optional*, ID): Set an external pressure sensor ID used for ambient pressure compensation. The pressure sensor must report pressure in hPa. the correction is applied before updating the state of the CO₂ sensor.
357
357
+**hcho** (*Optional*): The Formaldehyde (HCHO) level in ppb. Only the SEN68 model has a HCHO sensor. All Options from [Number](https://esphome.io/components/sensor/#config-number).
358
358
359
359
360
360
### Actions
361
361
362
362
#### sen5x.perform_forced_co2_calibration Action
363
-
This action manually calibrates the CO2 sensor to the provided value in ppm. Let the CO2 sensor operate normally for at least 3 minutes before performing a forced calibration.
363
+
This action manually calibrates the CO₂ sensor to the provided value in ppm. Let the CO₂ sensor operate normally for at least 3 minutes before performing a forced calibration.
364
364
365
365
```
366
366
on_...:
@@ -373,7 +373,7 @@ on_...:
373
373
```
374
374
375
375
#### sen5x.set_ambient_pressure_hpa Action
376
-
This action sets the current pressure (hPa or mbar). Check the datasheet for CO2 pressure compensation. You can also just set the ID of your pressure sensor with ```ambient_pressure_compensation_source```. Only the SEN63C and SEN66 models have a CO2 sensor.
376
+
This action sets the current pressure (hPa or mbar). Check the datasheet for CO₂ pressure compensation. You can also just set the ID of your pressure sensor with ```ambient_pressure_compensation_source```. Only the SEN63C and SEN66 models have a CO₂ sensor.
0 commit comments