Skip to content

Commit b6b71f1

Browse files
precursebdraco
andauthored
Adding Wave Gen2 documentation (#4781)
Co-authored-by: J. Nick Koston <nick@koston.org>
1 parent 6a40905 commit b6b71f1

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

components/sensor/airthings_ble.rst

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,60 @@ Configuration example:
132132
will result in the battery voltage being reported once per polling
133133
interval.
134134

135+
Airthings Wave Radon (Gen 2) Sensor
136+
***********************************
137+
138+
AirThings Wave Radon (Gen 2) tracks radon (24h and long term), temperature, atmospheric pressure and humidity.
139+
140+
.. note::
141+
142+
The Wave Gen2 device does NOT support CO2 or TVOC sensors - only radon, temperature, pressure, humidity, and illuminance are available.
143+
144+
.. figure:: images/airthings_wave_radon.jpg
145+
:align: center
146+
:width: 60.0%
147+
148+
Configuration variables:
149+
------------------------
150+
151+
- **device_type** (*Optional*): Specifies the type of AirThings Wave device. Defaults to ``WAVE_PLUS``.
152+
153+
- ``WAVE_PLUS``: For AirThings Wave Plus devices (supports all sensors including CO2 and TVOC)
154+
- ``WAVE_GEN2``: For AirThings Wave Radon Gen 2 devices (does not support CO2 or TVOC sensors)
155+
156+
Configuration example:
157+
**********************
158+
159+
160+
.. code-block:: yaml
161+
162+
sensor:
163+
- platform: airthings_wave_plus
164+
name: wave_gen2
165+
ble_client_id: airthings01
166+
device_type: WAVE_GEN2 # Required for Wave Gen2 devices (default is WAVE_PLUS)
167+
update_interval: 5min # default
168+
battery_update_interval: 24h # default
169+
temperature:
170+
name: "WaveG2 Temperature"
171+
radon:
172+
name: "WaveG2 Radon"
173+
radon_long_term:
174+
name: "WaveG2 Radon Long Term"
175+
pressure:
176+
name: "WaveG2 Pressure"
177+
humidity:
178+
name: "WaveG2 Humidity"
179+
illuminance:
180+
name: "WaveG2 ambient light"
181+
battery_voltage:
182+
name: "WaveG2 Battery Voltage"
183+
184+
ble_client:
185+
- mac_address: XX:XX:XX:XX:XX:XX
186+
id: airthings01
187+
188+
esp32_ble_tracker:
135189
136190
Battery Level Reporting
137191
***********************
Loading

0 commit comments

Comments
 (0)