Skip to content

Commit 589ca20

Browse files
authored
Fix mg/m³ conversion formula for TVOC sensor
Updated the formula for converting ppb to mg/m³ for TVOC sensor.
1 parent 7f0a97f commit 589ca20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The integration supports automatic discovery of Qingping CGS1/CGS2/CGDN1 devices
7070

7171
4. **TVOC Sensor**: The sensor can be set to 3 different measurement units, by default it is ppb. The component converts from ppb to get ppm and mg/m³.
7272
- ppm = ppb/1000
73-
- mg/m³ = ppb/1000 * 0.0409 * 111.1 (concentration (ppm) x 0.0409 x molecular weight)<br />
73+
- mg/m³ = ppb/218.77<br />
7474

7575
**eTVOC Sensor**: The sensor can be set to 3 different measurement units, by default it is VOC index. The component converts from voc index to get ppb and mg/m³.
7676
- ppb = (index * 5) + 35

0 commit comments

Comments
 (0)