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
1.**Device Discovery**: The integration uses MQTT to discover Qingping CGS1/CGS2/CGDN1 devices on your network. It listens for messages on the MQTT topic `qingping/#` to identify available devices.
53
54
@@ -62,6 +63,19 @@ The integration supports automatic discovery of Qingping CGS1/CGS2/CGDN1 devices
62
63
- TVOC (ppb, ppm and mg/m³) `Only on CGS1`
63
64
- eTVOC (ppb, VOC index and mg/m³) `Only on CGS2`
64
65
- Noise level `Only on CGS2`
66
+
- Temp & Humidity Offsets
67
+
- PM2.5 Offsets
68
+
- PM10 Offsets
69
+
- TVOC Offsets `Only on CGS1`
70
+
- eTVOC Offsets `Only on CGS2`
71
+
- CO2 Offsets
72
+
- Auto Sliding `Only on CGDN1`
73
+
- Auto CO2 Calibration `Only on CGDN1`
74
+
- Manual Calibration `Only on CGDN1`
75
+
- Night Mode `Only on CGDN1`
76
+
- Power Off Time `Only on CGDN1`
77
+
- Screensaver `Only on CGDN1`
78
+
- Timezone `Only on CGDN1`
65
79
- Battery level
66
80
- Device status (online/offline)
67
81
- Firmware version
@@ -73,12 +87,12 @@ The integration supports automatic discovery of Qingping CGS1/CGS2/CGDN1 devices
73
87
- mg/m³ = ppb/218.77<br />
74
88
75
89
**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³.
5.**Data Updates**: The component subscribes to MQTT messages from the device. When new data is received, it updates the relevant sensors in Home Assistant.
80
94
81
-
6.**Offset Adjustments**: The integration allows you to set offset values for temperature and humidity readings. These offsets are applied to the raw sensor data before it's displayed in Home Assistant.
95
+
6.**Offset Adjustments**: The integration allows you to set offset values for sesor readings. These offsets are applied to the device before it's displayed in Home Assistant.
82
96
83
97
7.**Update Interval**: You can configure how often the device should report new data. This is done through a number entity that allows you to set the update interval in seconds.
0 commit comments